An open API service indexing awesome lists of open source software.

https://github.com/fo0/sem

Space Engineers Maintanence
https://github.com/fo0/sem

Last synced: 12 months ago
JSON representation

Space Engineers Maintanence

Awesome Lists containing this project

README

          

# SEM
Space Engineers Maintenance

An Application to Maintenance your Space Engineers Server.

Current usage:
Start the application with:
java -jar Path\Maintenance.jar -h

-h help
-v verbose

and so on

============== EXAMPLE ============
Using a Savegame Path and Delete all Grids without Power+Beacon AND deactivate all functional blocks which are not needed.
Example (without backup):

java -jar Path\Maintenance.jar -S "Path\To\Folder\" -c -cp -cb -da

Example (with backup):

java -jar Path\Maintenance.jar -S "Path\To\Folder\of\SaveGame" -B "Path\to\Backup\Folder" -c -cp -cb -da

Update:
Entire rework - Should work now as expected. Use the Example above. More adjustments should follow.