Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 968 Bytes

File metadata and controls

8 lines (7 loc) · 968 Bytes

Contributing

We appreciate modders adding their custom scripts into this repository over each modder having their own scripts repository, as we intend to simplify the process of dicovering and using custom scripts. For this to work, a minimum of documentation is required.

  1. Your script should be put in its own folder, containing a data folder which itself is structured like an FSO mod directory.
  2. Each new script should be added to the table in the readme, with all columns approperiately filled. The description should be no longer than a few lines at most.
  3. Each new script should have its own small readme.md in its root folder, describing what the script does and who created it.
  4. If a script provides any sort of externally parsed files or configuration beyond arguments of custom SEXPs, the readme.md in your script folder should contain a complete documentation on how the config is expected to be formatted and what each option does.