Register FAQ Search Today's Posts Mark Forums Read
Go Back   JazzJackrabbit Community Forums » Open Forums » Beyond Jazz Jackrabbit 2

Sprite Rips

Reply
 
Thread Tools
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,992

Violet CLM has disabled reputation

Feb 4, 2006, 03:35 PM
Violet CLM is offline
Reply With Quote
menu.pal. Don't remember where I got it from or if it was from a screenshot or what.
__________________
Birdie Birdie's Avatar

JCF Member

Joined: Mar 2005

Posts: 1,796

Birdie is doing well so far

Feb 4, 2006, 03:42 PM
Birdie is offline
Reply With Quote
...

EDIT:

the smiley isn't working =\
__________________
Ice M A N

JCF Member

Joined: Jan 2001

Posts: 580

Ice M A N is doing well so far

Feb 4, 2006, 04:38 PM
Ice M A N is offline
Reply With Quote
OK.. so I didn't get around to doing the grid thing today..

I worked on a PHP J2T->PNG converter.. perhaps J2O can let you preview tileset downloads? Bobby and I will be discussing, I'm sure.
Baggers Baggers's Avatar

JCF Member

Joined: Jan 2005

Posts: 558

Baggers is doing well so far

Feb 4, 2006, 05:37 PM
Baggers is offline
Reply With Quote
Um..wow !...these collections are great guys. Nullified alot of my by-hand-ripping but never mind !
__________________
Click the Sig to go to the Jazz3D fangames Site
Doubble Dutch

JCF Member

Joined: Mar 2004

Posts: 3,072

Doubble Dutch is doing well so far

Feb 4, 2006, 05:52 PM
Doubble Dutch is offline
Reply With Quote
The era of ripping is over, the era of extraction has begun.

I can now retire from sprite ripping and work on my toenail art.
__________________

nonne amicus certus in re incerta cernitur?

/)_/)
(^.^)
((")(")
n00b

JCF Veteran

Joined: May 2004

Posts: 5,578

n00b is an asset to this forumn00b is an asset to this forum

Feb 4, 2006, 05:56 PM
n00b is offline
Reply With Quote
I shall retire form procrastinating on ripping, and go work on Jazz Y some more instead.
Birdie Birdie's Avatar

JCF Member

Joined: Mar 2005

Posts: 1,796

Birdie is doing well so far

Feb 4, 2006, 06:09 PM
Birdie is offline
Reply With Quote
your really gonna fisnish jazz Y
__________________
n00b

JCF Veteran

Joined: May 2004

Posts: 5,578

n00b is an asset to this forumn00b is an asset to this forum

Feb 4, 2006, 06:17 PM
n00b is offline
Reply With Quote
I've already mentioned 2-3 times I am INDEED WORKING ON JAZZ Y.

People stop treating Jazz Y news(whereever I slip it in) as Christmas Day. "Wow he's actually working on it? Goodgollygosh!"
Ice M A N

JCF Member

Joined: Jan 2001

Posts: 580

Ice M A N is doing well so far

Feb 4, 2006, 06:25 PM
Ice M A N is offline
Reply With Quote
Anyone want to suggest the best system for putting sprites on a sprite sheet?

Ways I can think of:

1) find the max width and height of any frame of a set of anims (e.g. the "jazz" set, the "bilsy" set, the "weapons" set..) and make a grid of cells that size.

or

2) place a sprite in the top left, gap of like a pixel, next sprite, repeat, until the width is filled, then start on next line down far enough that it won't touch the above sprites (i.e. a crude closest packed system..)


Other questions:
How much padding between sprites?
Should the sprites be centered in the imaginary cells, or aligned to top-left or whatever corner?
Should there be bounding boxes drawn around them?
What color background?
How wide should the sprite sheet be? A constant, or around the width to make the entire sheet close to a square?
Should I also export a txt file giving the coordinates of each sprite? What format would be useful to fangame programmers?

Last night I ripped close to all of the sprites I had (only the anims in the shareware version, I don't have access to the full version at school (I'll get my brother to send it to me from home though)).. (like 3500+) and it took around 20 seconds.. certainly makes the by hand ripping look slow.. ;p
n00b

JCF Veteran

Joined: May 2004

Posts: 5,578

n00b is an asset to this forumn00b is an asset to this forum

Feb 4, 2006, 06:27 PM
n00b is offline
Reply With Quote
I think 1 would be a pretty good system.
Sonyk Sonyk's Avatar

JCF Member

Joined: Feb 2005

Posts: 2,409

Sonyk is doing well so far

Feb 4, 2006, 06:58 PM
Sonyk is offline
Reply With Quote
1 would probably be best for when people use it and make animations and whatnot.
Ice M A N

JCF Member

Joined: Jan 2001

Posts: 580

Ice M A N is doing well so far

Feb 4, 2006, 07:03 PM
Ice M A N is offline
Reply With Quote
I could probably also string all the frames of a set together into an animated gif.. the format doesn't look too hard, especially since we did the LZW algorithm in school a while back, so...

But then again each set has a number of sequences.. maybe if I get around to finishing the rest of the J2A file I'll find where the beginnings/ends of these sequences are...

Oh well.. I'm getting ahead of myself again.
Monolith

JCF Member

Joined: Mar 2001

Posts: 2,221

Monolith is doing well so far

Feb 4, 2006, 08:28 PM
Monolith is offline
Reply With Quote
Quote:
Originally Posted by Ice M A N
Anyone want to suggest the best system for putting sprites on a sprite sheet?

Ways I can think of:

1) find the max width and height of any frame of a set of anims (e.g. the "jazz" set, the "bilsy" set, the "weapons" set..) and make a grid of cells that size.

or

2) place a sprite in the top left, gap of like a pixel, next sprite, repeat, until the width is filled, then start on next line down far enough that it won't touch the above sprites (i.e. a crude closest packed system..)


Other questions:
How much padding between sprites?
Should the sprites be centered in the imaginary cells, or aligned to top-left or whatever corner?
Should there be bounding boxes drawn around them?
What color background?
How wide should the sprite sheet be? A constant, or around the width to make the entire sheet close to a square?
Should I also export a txt file giving the coordinates of each sprite? What format would be useful to fangame programmers?

Last night I ripped close to all of the sprites I had (only the anims in the shareware version, I don't have access to the full version at school (I'll get my brother to send it to me from home though)).. (like 3500+) and it took around 20 seconds.. certainly makes the by hand ripping look slow.. ;p
Sprite sheets are more useful to work with manually when frames of a particular animation are grouped together and seperated from other animations -- like one animation sequence on a row. Optimizing your extraction for fangames to use would be different because you want to try to pack them in as tightly as possible, and also have a way to lookup the animation set, locations, sizes, and offsets for all of the frames. It might be best to let fangames deal with how to arrange that themselves. Maybe just make a text file with any of that data that exists in the j2a file. Background should be color index 0, I think. I don't know about padding between frames.

Windows Explorer now generates thumbnails for the bitmaps, which is nice. Paint still can't open them, but I suspect that's because it just doesn't support top-down bitmaps. They seem fine in most everything else.
__________________
<div style="float: right; width: 100px; height: 70px; margin: 5px 15px;"><img src="http://madskills.org/monolith/idleserver.gif" style="width: 98px; height: 65px;"><img src="http://madskills.org/monolith/theserver.gif" style="width: 98px; height: 65px; position: relative; top: -65px;"></div><div style="margin: 0 3em; font-size: 80%; font-style: italic;">Love is patient, love is kind. It does not envy, it does not boast, it is not proud. It is not rude, it is not self-seeking, it is not easily angered, it keeps no record of wrongs. Love does not delight in evil but rejoices with the truth. It always protects, always trusts, always hopes, always perseveres.</div><div style="text-align: right; text-size: 80%;">1 Corinthians 13:4-7</div>
Ice M A N

JCF Member

Joined: Jan 2001

Posts: 580

Ice M A N is doing well so far

Feb 4, 2006, 10:49 PM
Ice M A N is offline
Reply With Quote
Quote:
Originally Posted by Monolith
Sprite sheets are more useful to work with manually when frames of a particular animation are grouped together and seperated from other animations -- like one animation sequence on a row. Optimizing your extraction for fangames to use would be different because you want to try to pack them in as tightly as possible, and also have a way to lookup the animation set, locations, sizes, and offsets for all of the frames. It might be best to let fangames deal with how to arrange that themselves. Maybe just make a text file with any of that data that exists in the j2a file. Background should be color index 0, I think. I don't know about padding between frames.

Windows Explorer now generates thumbnails for the bitmaps, which is nice. Paint still can't open them, but I suspect that's because it just doesn't support top-down bitmaps. They seem fine in most everything else.
OK. I'll take all of this stuff into account.

And note that I've located how to tell how to separate the sets of anims into sequences (e.g. instead of just the "dog" set, there is dog-attack and dog-walk... ), so that's a step in the right direction..

EDIT: and... I found a little bug in the code.. was incrementing a variable twice, so now I have roughly double the number of frames I had before (on the order of 6500..) (note that the jazz frames and heads I uploaded earlier are unaffected by this.. they're all there)

EDIT2: and thanks for the palette unknown. worked great.

Last edited by Ice M A N; Feb 5, 2006 at 10:48 AM.
Doubble Dutch

JCF Member

Joined: Mar 2004

Posts: 3,072

Doubble Dutch is doing well so far

Feb 6, 2006, 01:09 AM
Doubble Dutch is offline
Reply With Quote
6500 frames?

Dear lord, if anyone ever customizes them all I'll eat my hat!
__________________

nonne amicus certus in re incerta cernitur?

/)_/)
(^.^)
((")(")
Stijn Stijn's Avatar

Administrator

Joined: Mar 2001

Posts: 6,964

Stijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to behold

Feb 6, 2006, 02:34 AM
Stijn is offline
Reply With Quote
Quote:
Originally Posted by Ice M A N
I worked on a PHP J2T->PNG converter...
That would be SO useful for a certain project I'm working on at the moment. Will it be open-source?
Ice M A N

JCF Member

Joined: Jan 2001

Posts: 580

Ice M A N is doing well so far

Feb 6, 2006, 08:29 AM
Ice M A N is offline
Reply With Quote
Quote:
Originally Posted by Doubble Dutch
6500 frames?

Dear lord, if anyone ever customizes them all I'll eat my hat!
TSF brings the total to 7090.. I'll try to release sprite sheets by the end of the week, but I make no guarantees...

Quote:
Originally Posted by Stijn
That would be SO useful for a certain project I'm working on at the moment. Will it be open-source?
I dunno.. I'll probably follow Dr. Eggman's lead with his J2B file work by documenting the file format and providing only really basic code so that only people who know what they're doing will be able to make use of it. PM me if you think I may be able to help you with your project though..
Birdie Birdie's Avatar

JCF Member

Joined: Mar 2005

Posts: 1,796

Birdie is doing well so far

Feb 6, 2006, 02:24 PM
Birdie is offline
Reply With Quote
wow lots of frames
__________________
Doubble Dutch

JCF Member

Joined: Mar 2004

Posts: 3,072

Doubble Dutch is doing well so far

Feb 6, 2006, 07:34 PM
Doubble Dutch is offline
Reply With Quote
By the end of the week? O.o
__________________

nonne amicus certus in re incerta cernitur?

/)_/)
(^.^)
((")(")
Ice M A N

JCF Member

Joined: Jan 2001

Posts: 580

Ice M A N is doing well so far

Feb 6, 2006, 07:54 PM
Ice M A N is offline
Reply With Quote
Quote:
Originally Posted by Doubble Dutch
By the end of the week? O.o
yeah.. I already had all of the sprites extracted in 1 frame per BMP (like the Jazz and "Heads" bitmaps I linked to earlier).. it was fun scrolling through the thumbnails of them.. fake animation ;p I just need to write some code to lay them out nicely. It's not difficult.. I can probably reuse code I made to rearrange tiles in tilesets/level previews for this purpose.. it's just I don't have a ton of free time to sit down and get it done for the next couple days..

Anyway, for like 24 hours I'll leave this up: zip file of all JJ2 TSF frames (9.4 MB), and an extracted directory of them (LARGE listing..).. Please don't link to these from anywhere.. and if you actually look at them, tell me if anything is messed up in the slightest. The only think I noticed is the Suckers (?) have green spots.. possibly because of the Diam2 palette, possibly because of a bug on my part.. also things like the pinball bumpers which are tileset dependant look funky.. but whatever..

note that they haven't been broken up into "sequences" (walk, attack, ..) yet, just "sets" (bilsy, jazz, weapons, ..) and are still top-down bitmaps.. the "real" release won't have these problems.

Last edited by Ice M A N; Feb 7, 2006 at 07:13 PM.
Stijn Stijn's Avatar

Administrator

Joined: Mar 2001

Posts: 6,964

Stijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to beholdStijn is a splendid one to behold

Feb 7, 2006, 03:13 AM
Stijn is offline
Reply With Quote
...Whoa. There are a lot of things I never expected JJ2 to have... for example the doors (set 122), a cheering Eva (177) or an EXPANDING CIRCLE (182).

And before Cooba comes in, yes, I realise others may have known about them.

EDIT: Also check out 202, 306 (which seems to contain lots of sprites I've never seen) and 406 frame 27 (Koopa shield!).

Last edited by Stijn; Feb 7, 2006 at 03:27 AM.
Ðx Ðx's Avatar

JCF Member

Joined: Sep 2004

Posts: 890

Ðx is doing well so far

Feb 7, 2006, 04:00 AM
Ðx is offline
Reply With Quote
i saw then. =D
__________________
I eat people.
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Feb 7, 2006, 04:03 AM
cooba is offline
Reply With Quote
Quote:
Originally Posted by Stijn
And before Cooba comes in, yes, I realise others may have known about them.
hilarious

Last edited by cooba; Nov 29, 2006 at 09:51 AM.
White Rabbit White Rabbit's Avatar

JCF Member

Joined: Aug 2001

Posts: 4,478

White Rabbit is doing well so far

Feb 7, 2006, 05:57 AM
White Rabbit is offline
Reply With Quote
There is no set 177. >o
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Feb 7, 2006, 06:15 AM
Jerrythabest is offline
Reply With Quote
418
These rule the world!! WHEE!!!!!!!!!!!! YAYAYAYAYYAAAYAYYAYY!!!!!!


TWEEDLE WILL NEVER EVER DIE!!!!!!!!

__________________
Pako Pako's Avatar

JCF Member

Joined: Aug 2005

Posts: 949

Pako is doing well so far

Feb 7, 2006, 08:12 AM
Pako is offline
Reply With Quote
What about the boxing globe? That one could be the non-working weapon 0 what you get with the All Ammo cheat in Jazz Advantage!
__________________
Stack Smash
Now with 84% less fans
Grytolle Grytolle's Avatar

JCF Member

Joined: Sep 2004

Posts: 4,126

Grytolle is a forum legendGrytolle is a forum legendGrytolle is a forum legend

Feb 7, 2006, 09:20 AM
Grytolle is offline
Reply With Quote
Cheeeter Booo >o

EdiT: (-) u FilTeR AlL CapS
__________________
<center></center>
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,992

Violet CLM has disabled reputation

Feb 7, 2006, 09:41 AM
Violet CLM is offline
Reply With Quote
A fair amount of that stuff was already viewable with just sprite ripper. Anyway, the expanding circle is most probably some sort of blast/hurt radius, probably from RF's, though I haven't compared the sizes.
__________________
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Feb 7, 2006, 12:05 PM
Jerrythabest is offline
Reply With Quote
u mean its something like masks for the eplosion?
__________________
n00b

JCF Veteran

Joined: May 2004

Posts: 5,578

n00b is an asset to this forumn00b is an asset to this forum

Feb 7, 2006, 12:12 PM
n00b is offline
Reply With Quote
I think it's fairly funny that when lori morph's back from the frog, the sprites used are just a poor recolor of Jazz's.
Pako Pako's Avatar

JCF Member

Joined: Aug 2005

Posts: 949

Pako is doing well so far

Feb 7, 2006, 12:24 PM
Pako is offline
Reply With Quote
Quote:
Originally Posted by Grytolle
Cheeeter Booo >o
I got Jazz Advantage to see that weird hidden uncomplete weapon, what, as I said, can be that boxing globe.
EDIT: It can be the weapon used to defeat Tweedle without gun!
__________________
Stack Smash
Now with 84% less fans
n00b

JCF Veteran

Joined: May 2004

Posts: 5,578

n00b is an asset to this forumn00b is an asset to this forum

Feb 7, 2006, 12:32 PM
n00b is offline
Reply With Quote
You know, I have a sneaking suspicion the Boxing Glove is what the unworking spring event is
Grytolle Grytolle's Avatar

JCF Member

Joined: Sep 2004

Posts: 4,126

Grytolle is a forum legendGrytolle is a forum legendGrytolle is a forum legend

Feb 7, 2006, 01:02 PM
Grytolle is offline
Reply With Quote
Quote:
Originally Posted by Pako Spanrabbit
I got Jazz Advantage to see that weird hidden uncomplete weapon, what, as I said, can be that boxing globe.
EDIT: It can be the weapon used to defeat Tweedle without gun!
However, JA doesn't show it.
__________________
<center></center>
Doubble Dutch

JCF Member

Joined: Mar 2004

Posts: 3,072

Doubble Dutch is doing well so far

Feb 7, 2006, 04:00 PM
Doubble Dutch is offline
Reply With Quote
Lets haer it for hidden stuuf! [Some of which can go into the ripped from other games thread]
__________________

nonne amicus certus in re incerta cernitur?

/)_/)
(^.^)
((")(")
Pako Pako's Avatar

JCF Member

Joined: Aug 2005

Posts: 949

Pako is doing well so far

Feb 8, 2006, 02:17 AM
Pako is offline
Reply With Quote
Quote:
Originally Posted by Grytolle
However, JA doesn't show it.
BECAUSE they removed that weapon, but not the weapon place, thats why it is there but doesn't show.
__________________
Stack Smash
Now with 84% less fans
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Feb 8, 2006, 04:47 AM
Jerrythabest is offline
Reply With Quote
I wonder why there are these 1x1 pictures in the font.
__________________
Grytolle Grytolle's Avatar

JCF Member

Joined: Sep 2004

Posts: 4,126

Grytolle is a forum legendGrytolle is a forum legendGrytolle is a forum legend

Feb 8, 2006, 05:25 AM
Grytolle is offline
Reply With Quote
Quote:
Originally Posted by Pako Spanrabbit
BECAUSE they removed that weapon, but not the weapon place, thats why it is there but doesn't show.
Why would the author of JA make it that way?
__________________
<center></center>
Doubble Dutch

JCF Member

Joined: Mar 2004

Posts: 3,072

Doubble Dutch is doing well so far

Feb 8, 2006, 04:14 PM
Doubble Dutch is offline
Reply With Quote
Quote:
I wonder why there are these 1x1 pictures in the font.
They are the ghosts of characters never drawn.
__________________

nonne amicus certus in re incerta cernitur?

/)_/)
(^.^)
((")(")
Birdie Birdie's Avatar

JCF Member

Joined: Mar 2005

Posts: 1,796

Birdie is doing well so far

Feb 8, 2006, 04:51 PM
Birdie is offline
Reply With Quote
ghosts
__________________
Ice M A N

JCF Member

Joined: Jan 2001

Posts: 580

Ice M A N is doing well so far

Feb 8, 2006, 07:38 PM
Ice M A N is offline
Reply With Quote
little update.. I threw some rearrangeing code together in the last half hour.. the results aren't too great with the current system (although using a new one won't be bad.. I can reuse most of the code)

A few randomly selected sheets: http://www.princeton.edu/~mspear/jj2/

I don't think I'll be able to keep 1 sequence per row and same space taken up per sprite, as some sprite sheets get HUGE (jazz=50MB!, all=~250MB total).. I'll probably just switch to closest packing or something, but I'll try a few other things including a batch PNG or GIF conversion...
Reply

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 On

Forum Jump

All times are GMT -8. The time now is 04:00 AM.