Create Stationeers Config (draft)

This is the initial Stationeers generic config. The server functions well overall. The GUI settings appear to work as intended. I do not own this game and as such cannot test fully. I need someone to login and obtain the join/leave/chat console output so I can complete this one. Otherwise, I believe it should be finished.

Known issues:
The shutdown command does not work in Windows, only Linux using OS_Close.
Sleep mode fails to wake up: Related issue - https://github.com/CubeCoders/AMP/issues/587
This commit is contained in:
James Manker
2022-02-16 20:59:19 -06:00
parent 8e7a7bc278
commit 332e2afc92
3 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[
{
"ConfigFile": "./default.ini",
"AutoMap": true,
"ConfigType": "ini"
}
]