ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
49 stars 51 forks source link

Send engine devs DumpState data when games desync #2947

Closed GoogleFrog closed 6 months ago

GoogleFrog commented 1 year ago

See https://github.com/beyond-all-reason/spring/wiki/Engine-Settings-Config-File

sprunk commented 6 months ago

It's now in the startscript, but was supposed to be in springsettings.cfg (file which sits next to spring.exe)

sprunk commented 6 months ago

springsettings.cfg is just some file distributed with the engine, and not anything in infra code. So this should be a matter of somebody with RDP access just going there and editing the file.

I think dedicated servers use whatever is included in the default engine distribution. So the instruction would be to:

sprunk commented 6 months ago

Desync dumps are now enabled by default in engine. beyond-all-reason/spring#1168