Jump to content

[LE] Help with Custom Racemenu overlay script


Recommended Posts

I've got a problem with trying to make a custom overlay for Racemenu. I've followed the guide linked *here* (parts 1 and 2), and am stuck when it comes to compiling your own script at the very bottom (Under the subheading Creating your script, Step 7). It's the first time I've made a script in the creation kit, but I've followed the tutorial and am having compiling errors.

The script I made is:

Scriptname HFS_Heart extends RaceMenuBase

Event OnBodyPaintRequest()
AddBodyPaint(“HFS_Heart”, “actors\\character\\Overlays\\HeartAttempt.dds”)
EndEvent


And the error messages i'm receiving are:


Starting 1 compile threads for 1 files...
Compiling "HFS_Heart"...
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,14): no viable alternative at character '"'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,24): no viable alternative at character '"'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,27): no viable alternative at character '"'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,35): mismatched character '\' expecting '\n'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,46): mismatched character '\' expecting '\n'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,56): mismatched character '\' expecting '\n'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,73): no viable alternative at character '"'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,28): no viable alternative at input 'actors'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,57): required (...)+ loop did not match anything at input 'HeartAttempt'
D:\Steam\steamapps\common\Skyrim\Data\Scripts\Source\HFS_Heart.psc(4,74): required (...)+ loop did not match anything at input ')'
No output generated for HFS_Heart.psc, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on HFS_Heart.psc



**********
I've tried commenting on the tutorial but i've got no reply thus far and i'm itching to get this resolved. Any help would be greatly appreciated :smile:

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...