CubeCoders / AMPTemplates

For the AMP community to share Generic Module templates.
MIT License
93 stars 292 forks source link

OS_CLOSE causes eco process to close without fully saving #1030

Closed NHDriver4 closed 2 months ago

NHDriver4 commented 2 months ago

Replacing App.ExitMethod=OS_CLOSE with App.ExitMethod=CtrlC allows the Eco game process to properly shut down. OS_CLOSE does not allow full game saves as the process seems to terminate early.

Greelan commented 2 months ago

Doesn't shut down properly on Linux. So you will have to wait for the generic module to allow different shutdown methods per platform