ehaugw Posted March 24, 2018 Share Posted March 24, 2018 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 More sharing options...
Evangela Posted March 24, 2018 Share Posted March 24, 2018 You need to post the error the compiler prints out. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted March 24, 2018 Share Posted March 24, 2018 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 More sharing options...
ehaugw Posted March 29, 2018 Author Share Posted March 29, 2018 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 More sharing options...
IsharaMeradin Posted March 30, 2018 Share Posted March 30, 2018 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 More sharing options...
Recommended Posts