config.bat 638 B

123456789101112131415
  1. :: Your output pak destination
  2. :: Below is Quittouff's Dummy Mod by default
  3. set outpak=C:\Program Files (x86)\Steam\steamapps\workshop\content\588650\1405810340\res.pak
  4. :: set outpak=D:\SteamLibrary\steamapps\workshop\content\588650\1405810340\res.pak
  5. :: Whether it should pause the terminal at the end
  6. :: Could be useful for troubleshooting I guess
  7. set pause=0
  8. :: Whether to exec DC after compiling the pak
  9. set runafter=1
  10. :: Make sure this path is correct and it has all the shit (vanilla res.pak, ModTools)
  11. set dcpath=C:\Program Files (x86)\Steam\steamapps\common\Dead Cells
  12. :: set dcpath=D:\SteamLibrary\steamapps\common\Dead Cells