You are Here:
Not bigger, but....

Author (Read 5223 times)

Not bigger, but....
« on: August 10, 2018, 11:35:48 pm »
 

Kyrre

  • Global Moderator
  • Jr. Member
  • *****
  • 72
    Posts
  • Karma: 1
    • View Profile
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.
 

Re: Not bigger, but....
« Reply #1 on: August 11, 2018, 12:30:30 am »
 

Kyrre

  • Global Moderator
  • Jr. Member
  • *****
  • 72
    Posts
  • Karma: 1
    • View Profile
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.
 

Re: Not bigger, but....
« Reply #2 on: August 18, 2018, 10:02:20 pm »
 

iSoSyS

  • Administrator
  • Jr. Member
  • *****
  • 70
    Posts
  • Karma: 6
    • View Profile
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.