|
@@ -0,0 +1,17 @@
|
|
|
+:: Your output pak destination
|
|
|
+:: Below is Quittouff's Dummy Mod by default
|
|
|
+
|
|
|
+set outpak="G:\SteamLibrary\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
|
|
|
+
|
|
|
+:: If you have the above toggled on, make sure this path is correct.
|
|
|
+
|
|
|
+set dcpath="G:\SteamLibrary\steamapps\common\Dead Cells\deadcells.exe"
|