Home
Help
Search
Login
Register
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
You are Here:
n-ice.org OpenTTD Forum
»
Administration
»
Suggestions
»
Not bigger, but....
Not bigger, but....
« previous
next »
Print
Pages: [
1
]
Author
(Read 8234 times)
Not bigger, but....
«
on:
August 10, 2018, 11:35:48 pm »
Kyrre
Global Moderator
Jr. Member
72
Posts
Karma: 1
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.
Logged
Re: Not bigger, but....
«
Reply #1 on:
August 11, 2018, 12:30:30 am »
Kyrre
Global Moderator
Jr. Member
72
Posts
Karma: 1
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.
Logged
Re: Not bigger, but....
«
Reply #2 on:
August 18, 2018, 10:02:20 pm »
iSoSyS
Administrator
Jr. Member
69
Posts
Karma: 6
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.
Logged
Print
Pages: [
1
]
« previous
next »
n-ice.org OpenTTD Forum
»
Administration
»
Suggestions
»
Not bigger, but....