Page 1 of 1

[0.15] count_formula cannot use divide

Posted: Tue Apr 25, 2017 5:48 pm
by UberWaffe
Tried using a

Code: Select all

/
(divide) symbol in the count_formula for an repeating research.

Throws an error upon loading the mod.

Using a

Code: Select all

*0.1
instead of

Code: Select all

/10
is accepted and works.

Not sure if fixing it is needed, but perhaps noting it in the technology file would be useful.

Re: [0.15] count_formula cannot use divide

Posted: Thu Apr 27, 2017 5:32 am
by Rseding91
I think it's fine that it doesn't support division since multiplication can get the same result.

Re: [0.15] count_formula cannot use divide

Posted: Thu Apr 27, 2017 3:01 pm
by steinio
It prevents division by zero.