Commit Graph

6 Commits

Author SHA1 Message Date
James Manker
2755dcbe69 Fix Stationeers Config
I was given bad info by the support in the Stationeers Discord. I've corrected the startup command line args to properly create and load the same world.
2022-04-04 18:25:24 -05:00
James Manker
6841a97973 Correct Stationeers Config
This game has many bugs still and the dedicated server does not function properly. It is unable to create a new world. You must create a singleplayer/multiplayer game and copy it into the save folder. The line "OriginWorldSaveLocation" must be removed from the world_meta.xml file when importing.

-Remove uneccessary -basedirectory launch arg
-Removed -modpath launch arg that does not work. It must be manually set in the default.ini file
-Removed "" around launch args
-Corrected -worldname to -loadworld
-Clarified Map select option
-Set autosaveinterval to default at 300 per the default in the game
2022-02-23 21:21:23 -06:00
James Manker
b5cb45c5d1 Third time's a charm...
Forgot I got the base config from Mike in the Discord channel. :)
2022-02-19 15:36:06 -06:00
James Manker
42641ff154 Forgot my own name
It's been a long week. Forgot who I was for a second.
2022-02-19 15:23:02 -06:00
James Manker
e74a81926b Removed Regex
There are no log items for user join/leave/chat.
2022-02-19 02:11:29 -06:00
James Manker
332e2afc92 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
2022-02-16 20:59:19 -06:00