Page 1 of 1

[SOLVED] "neverend" mod option not working

Posted: 19 May 2014, 18:54
by gajop
I have

Code: Select all

deathmode=neverend;

and

Code: Select all

teamdeathmode=none;

which I added manually in my start script, and my game still ends if all units die. Is there any way to stop that from happening. This prevents me from restarting or loading scenarios when I'm developing.

Full script.txt.
For reference I'm using the develop build of Spring and ba:test, Infolog.
Do note this is all actually run with https://github.com/gajop/Scenario-Editor-BA so some infolog output may be confusing.

Re: "neverend" mod option not working

Posted: 20 May 2014, 00:30
by Silentwings
Thanks, fixed in svn + should also work in ba:test.

Re: "neverend" mod option not working

Posted: 20 May 2014, 09:08
by gajop
Thanks. For future reference the code used to achieve no game end is

Code: Select all

deathmode=neverend;
.