Spads returns an error with the new version of spring 0.88 :
Code: Select all
NOTICE - [SPADS] AutoHost restart scheduled (reason: requested by [ACE]FabriceFABS in channel #[ACE])
NOTICE - [SPADS] Game is not running, exiting
NOTICE - [SPADS] Initializing SPADS
WARNING - [SPADS] Lobby server requires Spring 88.0, UnitSync is using Spring 88
NOTICE - [SPADS] Close battle scheduled (reason: Lobby server requires Spring 88.0, UnitSync is using Spring 88)
I could suggest you one thing, with vbs, we found that for keeping your spads autohost running without UnitSync version check, you have to disable cheking version, like this :
1. open spads.conf,
2. Search for
Code: Select all
onBadSpringVersion:closeBattle
Code: Select all
# onBadSpringVersion:closeBattle
onBadSpringVersion:

By waiting bibim update, this will fully works, you'll get only a warning.