Start the serializationtest at a specivic turn

This enables to only test critical game sections.
This commit is contained in:
phosit
2025-09-18 16:12:41 +02:00
parent 843f39ba55
commit c042b3ca2c
7 changed files with 48 additions and 18 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ Advanced / diagnostic:
-ooslog dumps simulation state in binary and ASCII representations each turn,
files created in sim_log within the game's log folder. NOTE: game will
run much slower with this option!
-serializationtest checks simulation state each turn for serialization errors; on test
-serializationtest=N checks simulation state for serialization errors starting at turn N; on test
failure, error is displayed and logs created in oos_log within the
game's log folder. NOTE: game will run much slower with this option!
-rejointest=N simulates a rejoin and checks simulation state each turn for serialization