Guest deleted2027229 Posted July 15, 2022 Share Posted July 15, 2022 (edited) I understand its safe to delete the SRC folder that comes with the download, can I also delete the data/scripts folder if I'm not planning on making my own SKSE mods? Edited July 15, 2022 by WanderRA Link to comment Share on other sites More sharing options...
xkkmEl Posted July 15, 2022 Share Posted July 15, 2022 It is NOT. That is where all the game scripts reside and that directory is required whether you use SKSE or not. SKSE provides only additional primitive functions to the base game scripting engine (papyrus), as well as a dll-based extension mechanism to allow any mod to add more primitives. The base game, and most mods, depend on scripts even when they don't depend on SKSE. Link to comment Share on other sites More sharing options...
showler Posted July 15, 2022 Share Posted July 15, 2022 If you're talking about the folder in the SKSE download rather than the folder installed by the game, then you can delete the .psc files but NOT the .pex files. This is detailed in the SKSE readme. 2. Copy the .pex files in Data\Scripts\ into the Data\Scripts\ folder of your installation. The .pex files are needed by all users of SKSE.3. Copy the .psc files in Data\Scripts\Source\ into the Data\Scripts\Source\ folder of your installation. The .psc files are only needed if you have the CreationKit installed and intend to create or compile Papyrus scripts. Link to comment Share on other sites More sharing options...
Recommended Posts