English Amiga Board


Go Back   English Amiga Board > abime.net - Hosted Projects > project.Maptapper

 
 
Thread Tools
Old 27 June 2013, 21:51   #1
Jerry
Registered User
 
Join Date: Mar 2005
Location: Germany
Age: 44
Posts: 210
Z-Out help

Could someone have a look at this one?
The tiles seem right and the level is almost visible but it looks like there is some kind of interlace (maybe collision tiles?).

Any suggestions?
Attached Files
File Type: 7z Z-OutLevel1.7z (164.9 KB, 165 views)
Jerry is offline  
Old 28 June 2013, 03:11   #2
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,182
You almost had it! Well done...

The tiles are stored as words not bytes so change that, half the height from 32 to 16 tiles, and set the mask as $ff. That'll effectively strip out the high byte of each word.

For the final touch, some parts of the map are upside down and if you hover over those tiles you'll see they are $2xx - so set the Flip-Y mask to $200 and enable it. And you're pretty much there! (The game seems to merge that other background in somehow).

I'm not sure you need the tile substitutions, I haven't investigated that. I'll leave that to you.

Also you can use the "Trim Tiles" feature to trim a couple of tiles off each column. Doing so will eliminate the ugly block of tiles at the top/bottom.

BTW once you have figured out one level, the rest should be almost the same so it shouldn't be *too* hard to rip all levels now

Last edited by Codetapper; 28 June 2013 at 03:14. Reason: Added Trim Tiles hint
Codetapper is offline  
Old 28 June 2013, 08:26   #3
Jerry
Registered User
 
Join Date: Mar 2005
Location: Germany
Age: 44
Posts: 210
Thanks a lot. These were exactly the missing puzzle pieces. Basically I forgot that the memory layout was vertical and thus the extra lines could be due to the word size of each tile.
Attached Thumbnails
Click image for larger version

Name:	Level1.png
Views:	232
Size:	71.2 KB
ID:	35782  
Jerry is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:35.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.32074 seconds with 13 queries