config.bat 476 B

1234567891011121314151617
  1. :: Your output pak destination
  2. :: Below is Quittouff's Dummy Mod by default
  3. set outpak="G:\SteamLibrary\steamapps\workshop\content\588650\1405810340\res.pak"
  4. :: Whether it should pause the terminal at the end
  5. :: Could be useful for troubleshooting I guess
  6. set pause=0
  7. :: Whether to exec DC after compiling the pak
  8. set runafter=1
  9. :: If you have the above toggled on, make sure this path is correct.
  10. set dcpath="G:\SteamLibrary\steamapps\common\Dead Cells\deadcells.exe"