Launch Arguments - themeldingwars/Documentation GitHub Wiki

Below are the available launch arguments for each executable.

FirefallClient.exe Launch Arguments

--bigdump
--bigdump --debug

DumpTruck.exe Launch Arguments

--dump-config
--dump=\"%s\"
\"%s\" %s--rundir=\"%s\" --app=\"%s\" --sourcerev=\"%u\" --buildnumber=\"%u\" --envmnemonic=\"%s\" --envname=\"%s\" -- %s

Example DumpTruck command line:

"DumpTruck.exe"  --rundir="C:\Program Files (x86)\Red 5 Studios\Firefall_1189\system\bin" --app="Firefall" --sourcerev="29521" --buildnumber="1189" --envmnemonic="beta" --envname="Firefall Public Beta" -- FirefallClient.exe

Example DumpTruck command line with FirefallClient.exe debugging parameters passed:

"DumpTruck.exe" --bigdump --debug --rundir="C:\Program Files (x86)\Red 5 Studios\Firefall_1189\system\bin" --app="Firefall" --sourcerev="29521" --buildnumber="1189" --envmnemonic="beta" --envname="Firefall Public Beta" -- FirefallClient.exe  --bigdump --debug