zhliau / fika-headless-docker

Docker image to run SPT + Fika client headless, to provide a packaged dedicated client for raid hosting
Other
20 stars 7 forks source link

Add ability to auto restart client on raid end #13

Closed zhliau closed 1 month ago

zhliau commented 1 month ago

Helps clear out memory usage from the client, since memory does not appear to be freed properly after raid end.

We watch for the logline Destroyed FikaServer in the BepInEx/LogOutput.log file emitted immediately after the fika plugin calls CoopGame.Dispose (in this line here)

Also cleaned up the entrypoint and made xvfb run in background by default.