Jump to content

[LE] What is the proper way to upload scripts for a mod?


Recommended Posts

When I upload a mod that uses custom scripts, should I place the scripts in the 7z archive in a folder, or can they be "free floating," for lack of a better term? I've tried looking this up, but none of the answers I found seemed very clear. Edited by EPHHall
Link to comment
Share on other sites

Two options:

#1 Create a BSA manually with the Creation Kit's external BSA packer Archive.exe

 

#2 Include the folder structure along with the script files. Example:

MyMod.esp

Scripts > myModScript.pex

Scripts > Source > myModScript.psc

 

In both cases, pack it all up in the 7z file for distribution.

Link to comment
Share on other sites

Out of curiosity, in your second example, are the scripts put into a "scripts" folder because they need to be, or is it just to keep them organized?

Because they need to be. The PSC files can be wherever you want as the game does not use them. You don't even have to supply them with the mod, tho it is nice if you do. The PEX files must be in the Scripts folder because that is where the game looks for them.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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