Page 1 of 1

Why Nomads cannot move or platform City Worlds

PostPosted: Fri Feb 21, 2020 10:48 pm
by Thom
I thought I'd post this explaining the change to the game for City Worlds.

Really there should not have been a change but I found some bugs in the code that allowed City Worlds to be platformed and then once platform moved. Apparently this has been going on for a long time but due to the nature of playing the game and not knowing everything that was going on I was discussing something with a Nomad and found that they could not only platform City Worlds but move them once platformed.

Looking into the code I found a bug where the size of the planet is outside the range of the original game so the code had no filter. Originally the size of a world was limited between 0 and 11. Code checked 0, 10, and 11 to insure that the planet could not be platformed but did not check above 11. This was easily overlooked because of the way the code was written. It checked 11 and below to see if a planet could be platformed which kind of gets by you because 10 and 11 cannot be platformed, but that was filtered out later. Did not appear that planets above 11 could be platformed but the size being outside the range of checks was missed. The second part of the problem was that once platformed the size was not checked to see if the planet could move.

Really the status of the planet should have always been City World. Much like Ringworlds they are too big to platform or move. In fact like Ringworlds they cannot be cyber traded or destroyed in other ways either.

This was an oversight on my part as I did not expect the City Worlds to have a different size than what was in the original game. When the size was larger than 10 I had to scramble to make a lot of changes in a hurry. One or two was bound to be missed.

So blame me for the oversight. Just one of those things.

Re: Why Nomads cannot move or platform City Worlds

PostPosted: Fri Feb 21, 2020 11:21 pm
by CHARON EMPIRE
Thom

For those players who had City Worlds platformed, which was apparently not in the original design, can they be returned to City World status?

Re: Why Nomads cannot move or platform City Worlds

PostPosted: Sat Feb 22, 2020 1:39 am
by Thom
Yes. To return the former City World that has been platformed to a City World just issue move orders. It will fail and revert to a City World. I think that was the fair thing to do. Code is live so anyone that tried to move a former City World this turn the status should have returned to City World Status. Check your planet list.