Page 1 of 1

Question: Fort changes tile ownership

Posted: Fri Dec 21, 2018 8:17 pm
by Corbeau
We're playing a game with this:

Code: Select all

[base_fortress]
(...)
border_sq      = -1
Allegedly, this should make fortress NOT claim tile ownership. However, it seems that it does claim it. Any idea what's going on?

Re: Question: Fort changes tile ownership

Posted: Sat Dec 22, 2018 3:24 am
by Dino the Dinosore
Could be that the code is treating the value as unsigned, which makes it effectively 255. I heard that something similar was responsible for Ghandi becoming so murderous. Maybe try 0?

Re: Question: Fort changes tile ownership

Posted: Sat Dec 22, 2018 11:18 am
by Akechi
Corbeau wrote:Allegedly, this should make fortress NOT claim tile ownership. However, it seems that it does claim it. Any idea what's going on?
Is there any other border generating something?
I think other city is in near...
Have you tried middle clicking on the fortress and check who claimed the tile?

Re: Question: Fort changes tile ownership

Posted: Sun Dec 23, 2018 7:23 am
by Corbeau
Thanks, I'll check it.