English Amiga Board


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

 
 
Thread Tools
Old 20 September 2002, 16:02   #61
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
did you say you have 1.02? I have 1.01 and wandered what improvements/bug fixes there are?
BippyM is offline  
Old 21 September 2002, 08:56   #62
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,647
Nope, I tought I did... but infact 1.01 is the latest one.
tomcat666 is offline  
Old 24 September 2002, 01:10   #63
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
I have been playing and have just about got the hang of it

What would be a really cool feature was if you could change the ripped sprites and put them back in

obviously offsets, sizes, pallettes etc need to be known/remain the same, but it would be a really, really cool feature

edit:

oh and a ZOOM function, it gets hard aligning a 32x32 image on a 1024x768 desktop
BippyM is offline  
Old 24 September 2002, 09:40   #64
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,647
Well, I can't promise anything since the program was a REALLY fast hack, put together in about 3 hours (yes) - for the sole purpose of getting correct sprites out of some games for remakes. It has evolved a bit from there - when I gave it to some other people to do the same and those games had some other way of ripping sprites. It basically does what I want it to... the zoom function and putting sprites back in will prolly never make it to the program, since it would be WAY too much work - to do that the whole program would need changing.

I will probably release the source code when I get back to work (I am still sick - no sources here) - so if anyone wants to see how it works and wants to work on it they can. But I think it does everything I ever wanted from a sprite/tiles ripper...
tomcat666 is offline  
Old 24 September 2002, 11:29   #65
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
How do these things work?

I might attempt an Amiga version as it would be better as it's use proper bitplanes etc..
BippyM is offline  
Old 24 September 2002, 13:10   #66
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,647
Hmm, what do you mean by "how these things work" ?

The code is pure c ... only a few things like the dialogs for file requestor and the save requestor are used from one of the allegro gui libraries. It is basically straight-forward stuff, to draw things on the screen it used put_pixel(bitmap, x, y)...
tomcat666 is offline  
Old 24 September 2002, 14:31   #67
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
What I mean is, how do you decide what to draw? each pixel is obviously 1 byte, well a byte can be from 0-255 (-127-128) etc.. do you just plonk it down and allow the colour to change when increasing the depth?

Also how do you get the pallette info? what do you look for?
BippyM is offline  
Old 24 September 2002, 15:35   #68
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,647
Well, the thing is... one pixel is not one byte... well atleast not on the amiga. It is on the PC in chunky 256 colour mode. On the amiga each pixel is gathered from several bitplanes, each bitplane contributes one bit for each pixel. If there are 4 bitplanes then first pixel has 4 bits and is made from bit 7 of each of the bitplanes, and so on.... this is called "planar" mode and it is not in use on modern graphics cards, because of low speed needed to write one pixel on to the bitmap (this is what 3d games made). The planar modes are much better to manipulate for scrolling, blitter and such things, which are basically redundant for todays games.
tomcat666 is offline  
Old 20 October 2002, 21:51   #69
dbar
 
Posts: n/a
Unhappy

I try to scan Superfrog graphics... It's really hard.
I see some graphic in 320*200 (2 colors) but after I cannot combine them to obtain color.
 
Old 20 October 2002, 23:50   #70
Captain HIT
 
Posts: n/a
Still no one who could rip Turrican 2 gfx tiles?
Or could someone port that to Amiga please?
tomcat666 sent me sources, but i was unable to do anything.
I don't have any knowledge about coding aswell :P
 
Old 31 January 2005, 00:03   #71
Raislin77it
Zone Friend
 
Raislin77it's Avatar
 
Join Date: Jan 2005
Location: italy
Age: 46
Posts: 244
anyone can put the gfx ripper again in the zone ? i've missed it )
please
Raislin77it is offline  
Old 31 January 2005, 00:20   #72
Ironclaw
Banned
 
Ironclaw's Avatar
 
Join Date: Oct 2004
Location: ...
Age: 45
Posts: 3,313
There are SO many sites out there with ripped graphics from ALL systems, except the amiga. One of the reasons for this is that most nes, snes etc emulators has built in sprite rippers, like removing different layers making only the player appear on screen, all, except WinUAE. If winuae had a built in layer controller, we could rip sprites with ease.
Ironclaw is offline  
Old 31 January 2005, 01:19   #73
Raislin77it
Zone Friend
 
Raislin77it's Avatar
 
Join Date: Jan 2005
Location: italy
Age: 46
Posts: 244
yes, it's true, but tomcat 666 have realized a bmp rip tool for the winuae save state ^_^ and it work 1 year ago
but in the zone i can't find it, so if anyone has it can share it ?

(sorry for my poor english)
Raislin77it is offline  
Old 31 January 2005, 01:20   #74
Raislin77it
Zone Friend
 
Raislin77it's Avatar
 
Join Date: Jan 2005
Location: italy
Age: 46
Posts: 244
check this tread :P http://eab.abime.net/showthread.php?...=sprite+ripper
Raislin77it is offline  
Old 31 January 2005, 01:57   #75
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,645
Quote:
Originally Posted by Ironclaw
There are SO many sites out there with ripped graphics from ALL systems, except the amiga. One of the reasons for this is that most nes, snes etc emulators has built in sprite rippers, like removing different layers making only the player appear on screen, all, except WinUAE. If winuae had a built in layer controller, we could rip sprites with ease.
Do you realize not all machines work the same way? It's easier in the SNES and Megadrive but the Amiga doesn't work with "layers" or something like that. Probably it's similar to the NeoGeo.
Amiga1992 is offline  
Old 31 January 2005, 03:15   #76
Raislin77it
Zone Friend
 
Raislin77it's Avatar
 
Join Date: Jan 2005
Location: italy
Age: 46
Posts: 244
yes akira , the amiga hardware is much more complicated and the programmer is free to use all the chip memory for the gfx , this is why i search the tool of tomcat666 ^_^
Raislin77it is offline  
Old 31 January 2005, 03:16   #77
Raislin77it
Zone Friend
 
Raislin77it's Avatar
 
Join Date: Jan 2005
Location: italy
Age: 46
Posts: 244
but the tomcat666's post was old so anyone have the tool ?
Raislin77it is offline  
Old 31 January 2005, 03:23   #78
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
It's in the Zone
BippyM is offline  
Old 31 January 2005, 08:19   #79
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,647
The Graphics ripper is always online now since it has its own home:

http://retrospec.sgn.net/

Click on Utilities and then Graphics ripper

Tomaz
tomcat666 is offline  
Old 31 January 2005, 08:35   #80
Ironclaw
Banned
 
Ironclaw's Avatar
 
Join Date: Oct 2004
Location: ...
Age: 45
Posts: 3,313
Quote:
Originally Posted by Akira
Do you realize not all machines work the same way? It's easier in the SNES and Megadrive but the Amiga doesn't work with "layers" or something like that. Probably it's similar to the NeoGeo.
Yes, I did realize that.. just not fair
Ironclaw is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another A500+ restoration project kipper2k Hardware pics 12 21 January 2014 06:31
My Amiga 1200 restoration project radiokida Member Introductions 1 29 April 2013 15:17
A1200 Restoration & Hot Rod Project- Completed TheCorfiot Hardware pics 17 17 September 2008 13:19
Mousepointer restoration and varying audio pitch at savestate restoration NoX1911 support.WinUAE 0 22 January 2007 20:19
I need 4 sprites for a new project I am working on. foody project.Amiga Game Factory 4 11 January 2006 18:09

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 21:57.

Top

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