Jump to content

[LE] Need help compiling a script


ehaugw

Recommended Posts

Hey! I tried unlocked grip, and discovered that one-handed weapons get reduced efficiency when two-handed. I altered the source script, to make it function correctly, but I'm unable to compile it. How do I compile a script that depends on other scripts, as well as SKSE?

Link to comment
Share on other sites

If the script relies on other scripts (including SKSE), you need to ensure that the source files (PSC) for those scripts are also located within the script source directory that the Creation Kit and / or compiler looks at when compiling.

 

Anything beyond that, we would need to see the compiler error in order to provide better assistance.

Link to comment
Share on other sites

If the script relies on other scripts (including SKSE), you need to ensure that the source files (PSC) for those scripts are also located within the script source directory that the Creation Kit and / or compiler looks at when compiling.

Â

Anything beyond that, we would need to see the compiler error in order to provide better assistance.

Should I use Data\Scripts\Source or Data\Source\?

Link to comment
Share on other sites

For original Skyrim default locations:

Data\Scripts for PEX

Data\Scripts\Source for PSC

 

 

For Skyrim Special Edition default locations:

Data\Scripts for PEX

Data\Source\Scripts for PSC

 

 

Unless you changed the target directories in the corresponding INI files for the respective Creation Kits, use the appropriate folder above for the game in question.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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