n-ice.org OpenTTD Forum

Administration => Suggestions => Topic started by: Kyrre on August 10, 2018, 11:35:48 pm

Title: Not bigger, but....
Post by: Kyrre on August 10, 2018, 11:35:48 pm
See attached, I think it would be possible, however, coding required for aeroplanes mainly, a bit for boats, would make for interesting games, especially if a random generator is possible for that in some way.
Title: Re: Not bigger, but....
Post by: Kyrre on August 11, 2018, 12:30:30 am
It would have the potential to Spell out "N-ice" in bloated joined up text to make up a map, which can then be used as a template for the random generator, not forcing the generator to make a map itself.
Title: Re: Not bigger, but....
Post by: iSoSyS on August 18, 2018, 10:02:20 pm
Not feasible. Void titles (black in the map) can only appear at the edges. It is enforced in the code:

Code: (tile_map.h:130) [Select]
assert(IsInnerTile(tile) == (type != MP_VOID));

and we can't change code that affects client side behavior.