12345678910111213 |
- :: Your output pak destination
- :: Below is Quittouff's Dummy Mod by default
- set outpak=C:\Program Files (x86)\Steam\steamapps\workshop\content\588650\1405810340\res.pak
- :: Whether it should pause the terminal at the end
- :: Could be useful for troubleshooting I guess
- set pause=0
- :: Whether to exec DC after compiling the pak
- set runafter=1
- :: Make sure this path is correct and it has all the shit (vanilla res.pak, ModTools)
- :: set dcpath=
|