Commit Graph

13 Commits

Author SHA1 Message Date
Greelan
0f4b6aa79b
Stationeers: update Docker policy (#447) 2023-08-24 22:51:59 +10:00
Greelan
c888050b66
Stationeers: add branch setting (#323) 2023-04-29 09:38:35 +10:00
Greelan
70c93e9a07
SteamCMD client app ID updates (#272) 2023-01-08 07:57:45 +11:00
Greelan
fdea980d30
Stationeers: update container policy (#265) 2022-12-30 07:32:59 +11:00
Greelan
fc2e7e4cdc
Stationeers: Various updates for new dedicated server build (#156) 2022-09-16 07:45:35 +10:00
Greelan
d7757c3f21 Stationeers: fix previous 2022-07-05 20:00:02 +10:00
Greelan
3a4c8953d0
Stationeers: convert to legacy server download
The new server build does not work with the current AMP template. Converting to the `previous` branch so that the legacy server build is downloaded, pending an updated AMP template being committed to cater for the new server build (which is pending the Stationeers devs fixing their server console).

App ready regex also fixed.
2022-07-05 19:38:14 +10:00
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