Command line parameters - midspace/SEToolbox GitHub Wiki
SETOOLBOX.EXE /OLDDLL
- An alternate method for loading the Space Engineers base assemblies that are required for loading save games.
- This avoids a number of errors that occurs on some computers.
- Languages are not supported under this mode.
SETOOLBOX.EXE /WR [GameName|Path] [ReportFile]
- Generates the Resource Report for a save game.
- [GameName|Path] can be either the name of the game, the directory of the save game, or the fully qualified path to the "sandbox.sbc" file.
- [ReportFile] is the name of the file that will be generated. Supported file types are .HTM, .HTML, .TXT, .XML
Examples:
/WR "Easy Start Report" "c:\temp\Easy Start Report.txt"
/WR "C:\Users\%USERNAME%\AppData\Roaming\SpaceEngineersDedicated\Saves\Super Excellent Map\sandbox.sbc" "c:\temp\Super Excellent Map.txt"
/WR "%AppData%\SpaceEngineersDedicated\Saves\Super Excellent Map" "c:\temp\Super Excellent Map.txt"
/WR "\\SERVER\Dedicated Saves\Super Excellent Map" "\\SERVER\Reports\Super Excellent Map.txt"