https://github.com/fo0/sem
Space Engineers Maintanence
https://github.com/fo0/sem
Last synced: 12 months ago
JSON representation
Space Engineers Maintanence
- Host: GitHub
- URL: https://github.com/fo0/sem
- Owner: fo0
- Created: 2015-03-09T12:45:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T23:35:00.000Z (over 10 years ago)
- Last Synced: 2025-07-02T16:47:59.420Z (about 1 year ago)
- Language: Java
- Size: 320 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.