Jump to content

Changing the playfield size


SlothMan

Recommended Posts

I believe I inquired about this some time ago, and the response was that its possible, and it might be included in a future update. That was a few years ago now, and I'm still dying for a way to change the old 9x9 playfield size to something a bit more accommodating for bigger resolutions and monitors. Is it hard to change in the source code?

Link to comment
Share on other sites

I remember the first inquiry about this. I think I might have added it to the suggestion list, but I can't really remember.

 

Personally, I don't think it's a good idea. It change gameplay in subtle ways. I don't know how hard it would be to implement.

 

The main thing, though, is that no-one's actually working on the source code right now (as far as I know), except for Ormus who is just doing bug fixes and stuff on the Windows version.

Link to comment
Share on other sites

A change like this might well break scenarios that make assumptions about how far the player can see; I know there are a lot of BoA cutscenes that would be ruined by such a thing so I'm guessing there would be similar problems in BoE. Also, if you make the playing visible area much larger than the party's line-of-sight limit, you'll get to see a whole lot of blackness that won't really be very useful.

Link to comment
Share on other sites

Just make each terrain space have an optional bit field which contains flags for whether each of the possible fields exists on that space.

 

Though, you might want to handle crates and barrels a little differently to prevent a single space from holding both.

 

(That might be on the wish list already...)

Link to comment
Share on other sites

Originally Posted By: SlothMan
If Ormus could show me what to edit to make it 12x12 or something?

Playfield is painted over image stored in TERSCRN.BMP which is loaded into global variable named "terrain_screen_gworld". If you want to change size of the playfield you can start with going through the code and analyzing all functions in which terrain_screen_gworld is used.
Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...