|
-
Nov 30th, 2001, 01:21 AM
#1
Thread Starter
Addicted Member
DX7 - DD surfaces...
Hiyas,
In my game I currently have several seperate tilesets (each one is used for different maps).
I'm thinking about setting this up differently though... What I'm considering is combining all the tilesets into one. Each tile from the set has it's own BMP file.
I'm thinking of only loading the tiles/BMPs as surfaces if they are in use in the current map (a check will be made to see if they're in use). This saves loading all the tiles at once, which would otherwise chew up a lot of memory/performance.
Hypothetical: The tileset is about 700 tiles big. Map A uses mostly tiles from 0>200. Map B uses mostly tiles from around 500>700. Since map B is using tiles which are bigger, does this mean that the game would be slower when running Map B? (what I'm basically asking is if using bigger numbers in an array of surfaces/tile data would slow things down)
BTW I'm running DX7/DD.
Thanks for any help,
-Git
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|