Murielkai Posted October 3, 2016 Share Posted October 3, 2016 Are there any good tutorials on compiling scripts for Fallout 4? What I am trying to do is make some changes to the CROSS Jetpack script. I used the Champolian decompiler I found on the nexus site but I'm not sure how to re-compile it. Any help would be great, thanks. Link to comment Share on other sites More sharing options...
scrivener07 Posted October 3, 2016 Share Posted October 3, 2016 You put the psc file in Data/Scripts/Source/User/ or if its a vanilla script the source is already provided and there is no need to decompile it. Link to comment Share on other sites More sharing options...
Murielkai Posted October 3, 2016 Author Share Posted October 3, 2016 When I place the psc file there it doesn't show up in the CK in the ad scripts box of the mgef menu, how do I make it selectable? Link to comment Share on other sites More sharing options...
scrivener07 Posted October 3, 2016 Share Posted October 3, 2016 I dont know. Maybe your script is an incompatible type. That means if for example your trying to attach a script to a Quest the papyrus manager will only show you scripts that extend "Quest" directly though and script within the Quest script inheritance is valid such as scripts that extend ScriptObject directly. There may also be something about the search string. IIRC the script must already be able to be compiled before you can attach it to stuff. Link to comment Share on other sites More sharing options...
Murielkai Posted October 3, 2016 Author Share Posted October 3, 2016 Ah, I think I needed to attach it to a quest for it to appear in the mgef menu. Link to comment Share on other sites More sharing options...
steve40 Posted October 5, 2016 Share Posted October 5, 2016 (edited) You have to compile the script before you can attach it to a form. Open the Script Manager (from the Gameplay menu at the top of the CK window). Then type the name of your script in the filter box - it should find your psc file. Select it and choose the option to compile it. If it compiled successfully, you will now be able to attach your script to forms. Edited October 5, 2016 by steve40 Link to comment Share on other sites More sharing options...
Recommended Posts