14 lines
No EOL
908 B
Text
14 lines
No EOL
908 B
Text
Quick note on making a WOS mod
|
|
------------------------------
|
|
|
|
Sin is setup to allow mods to take advantage of the WOS files in the 2015 game
|
|
folder without making a complete copy of them into your mod's game folder. To
|
|
do so, you only need to have "2015" as part of your mod's game folder name.
|
|
Sin will automatically detect that 2015 is part of the game folder name and
|
|
will include the 2015 game folder in its file search path. For example, the
|
|
game folder for WOS CTF is "ctf_2015", specifying it as ctf, and allowing it
|
|
to use all the 2015 game files without making copies of them. There is only
|
|
one thing to keep in mind when doing this. If your mod has any files that must
|
|
go in the mod's "global" subfolder, you must copy the "global" folder from the
|
|
2015 game folder in yours. This is due to the file search method used for
|
|
finding the proper global#.scr and precache#.scr files to use. |