English Amiga Board


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

 
 
Thread Tools
Old 09 April 2015, 18:12   #41
LyCheSis
 
Posts: n/a
I hope you are still taking suggestions. I have been using Maptapper for quite some time and it's also a fantastic tool to grab images from games, not just maps

I'm currently trying to visualize images that use multiple color palettes via copper lists.

Is there a possibility to automate the "Stop at line::" option, so that it saves the current image for each line? or even better for each line that the color palette changes?

I can do it manually by changing the "Stop at line::" value and using the "Save Gfx" button, but this becomes quite a tedious task with images that change their palette more than 32 times.
 
Old 10 April 2015, 02:20   #42
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,182
It could be done but would be quite complex, buffering the image as it goes and copying into a 24 bit buffer, then copying the next bit in etc.

Can you not just grab a picture of the screen in WinUAE for that?
Codetapper is offline  
Old 10 April 2015, 11:09   #43
LyCheSis
 
Posts: n/a
Ah, I see what you are thinking, but you are one step too far.

I'm not looking for the complete image - I'm looking for a sequence of images where each image has a different color palette.

The result would be something like the images from the Z-Out ending screen, that I attached:

The palette changes three times across the image and the result is three different images with the line number as suffix.

I can then use the individual images to create the palette view that I am using on my site by scripting something in php: http://amiga.lychesis.net/special/Co...ut_Ending.html

I know it's a very specific suggestion, but I thought it may be easy to implement on your side. I only recently discovered the "Stop at line" option in Maptapper and thought it would be perfect for such images.
Attached Thumbnails
Click image for larger version

Name:	z-out_ending_0C.png
Views:	561
Size:	7.5 KB
ID:	43939   Click image for larger version

Name:	z-out_ending_A2.png
Views:	485
Size:	7.5 KB
ID:	43940   Click image for larger version

Name:	z-out_ending_C3.png
Views:	486
Size:	7.5 KB
ID:	43941  
 
Old 11 June 2015, 12:05   #44
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Any chance of a "Load Gfx" function? eg it takes an indexed PNG and pastes it back into the source file? It'd be massively useful for a stupid little graphics hack I'm doing.

Thanks in advance.
earok is offline  
Old 12 June 2015, 12:48   #45
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,182
What do you mean "paste it back into the source file" exactly?

I am guessing you are wanting to put graphics into a WinUAE savestate, but it's just a big stream. Let's say you have ripped the graphics as 16x16 tiles, arranged as a 4x4 grid, and there are 3 on the screen in Atari ST format. You load a 320x256 indexed PNG. What on earth is the program supposed to do? Decode everything back from PNG into the format the game needs and guess how many tiles etc?
Codetapper is offline  
Old 12 June 2015, 13:47   #46
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
He probably means convert an image to the correct format, and then insert that and replace all palette entries etc.. And it just work!
BippyM is offline  
Old 12 June 2015, 13:49   #47
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Quote:
Originally Posted by Codetapper View Post
What do you mean "paste it back into the source file" exactly?

I am guessing you are wanting to put graphics into a WinUAE savestate, but it's just a big stream. Let's say you have ripped the graphics as 16x16 tiles, arranged as a 4x4 grid, and there are 3 on the screen in Atari ST format. You load a 320x256 indexed PNG. What on earth is the program supposed to do? Decode everything back from PNG into the format the game needs and guess how many tiles etc?
Not really into a WinUAE save state, but into a file or disk image where the graphics aren't compressed. My idea was, assuming you've got MapTapper configured with the correct offset, number of bitplanes etc for ripping a specific image from a file, you could load in a replacement image instead. I hadn't really thought about multiple tiles/images, just a one-by-one image replacement. Sorry, hope that makes sense!


Edit: This might help explain things, with the "Giana II" hack of Hard N Heavy what I did was

- Load a WinUAE save state in MapTapper to get the palette
- Load the WHDLoad disk image rip in MapTapper
- Ripped the graphics and noted the offsets etc
- Edited the PNGs
- Converted the PNGs back to bitplanes and stored them in the WHDLoad disk image with an ugly program I hacked together


What I was really after was the ability to do that last step in MapTapper itself.

Last edited by earok; 12 June 2015 at 14:06.
earok is offline  
Old 13 June 2015, 00:52   #48
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,182
That last step has a number of assumptions. For Giana 2 it might be simpler, but you're now wanting an indexed PNG converted back to the relevant destination format (and hoping that it's an exact size match, for example what if the game has 256 tiles and your screen has a different number?), but then you're wanting to inject that picture back into the middle of a WHDLoad disk image?

It sounds like a lot of coding required for your one case. Unless you can come up with some system of how it can all work, I don't think I can spare the time. I have a lot more pressing features to fix first aswell.
Codetapper is offline  
Old 13 June 2015, 03:00   #49
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Quote:
Originally Posted by Codetapper View Post
It sounds like a lot of coding required for your one case. Unless you can come up with some system of how it can all work, I don't think I can spare the time. I have a lot more pressing features to fix first aswell.
Fair enough mate
earok is offline  
Old 23 August 2016, 01:32   #50
LyCheSis
 
Posts: n/a
Hi, I'm not sure if I'm the first to ask, but I've come across the following problem again:

The current MapTapper takes the bitplanes from a single start address and assumes that they are stored sequencially after each other (even with the possibility to switch the order via the "Bitplane Order" option).

I was wondering if it could be possible to add the option to freely set the address for each bitplane, as I've got games (Defender of the Crown 2 at the moment) which stores the first three bitplanes in sequence without offset and then the last three more with an offset of several hundred bytes.

This could also be handy in conjunction with the "Info" tab, because this already shows the current bitplane addresses, width and height. This could simply be copied over to the "Tile Ripper" tab, just to be able to get a good start from a save state.

I hope this isn't a big thing and that you may consider to add it.

Thanks
 
Old 24 August 2016, 05:06   #51
Codetapper
2 contact me: email only!
 
Codetapper's Avatar
 
Join Date: May 2001
Location: Auckland / New Zealand
Posts: 3,182
That should be do-able. Space is always the problem, where to put up to 8 bitplane addresses...
Codetapper is offline  
Old 24 August 2016, 19:57   #52
LyCheSis
 
Posts: n/a
That sounds great and I know what you mean (looks at his current version of MapTapper)

The Action Replay Cartridge had an interesting method to set the bitplane addresses by allowing you to lock individual bitplanes via hotkeys. The unlocked bitplanes could be moved by the usual cursor keys. That way you could lock the bitplanes that you felt were ok and move the bitplanes that needed to be somewhere else.

Last edited by LyCheSis; 24 August 2016 at 22:06.
 
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
A few suggestions Eclipse HOL suggestions and feedback 4 09 March 2011 21:19
Suggestions Leandro Jardim support.WinUAE 1 14 August 2010 08:14
Some suggestions girv HOL suggestions and feedback 0 15 November 2006 13:52
Suggestions killergorilla request.UAE Wishlist 7 09 September 2005 12:46
Some suggestions Antiriad Games images which need to be WHDified 12 16 May 2004 21:01

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 00:49.

Top

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