| Sprite Tool |
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Sprite Tool |
|
Pages: 1  |
|
|
|
| Posted on 2010-01-21 07:16:11 PM |
Link | Quote |
|
|
I'm trying to use the sprite tool but when it says for me to insert my rom name, it gives an error... any suggestions?
|
|
| Posted on 2010-01-21 08:20:50 PM |
Link | Quote |
|
|
put your ROM in the same folder of SpriteTool, open it and type ONLY the ROM name then the txt file.
|
|
| Posted on 2010-01-21 08:27:25 PM |
Link | Quote |
|
|
Oh... ok, so now it says i need a sprite.txt to insert the sprites i want but i didn't get one when i downloaded the sprite tool, do i download it elsewear?
|
|
| Posted on 2010-01-21 08:40:59 PM |
Link | Quote |
|
Clicky
-WATCH THE WHOLE VIDEO
Not made by me.
|
|
| Posted on 2010-01-21 08:41:14 PM |
Link | Quote |
|
Spritetool's readme explains how to make a sprites.txt:
Originally posted by SpritetoolThe sprite list is a text file. It specifies what you want to put into your ROM. Each line consists of a sprite number followed by a sprite cfg file. An example is shown below:
11 birdo.cfg
1A venus.cfg
1B boomerang_bro.cfg
1C boomerang.cfg
20 para_beetle.cfg
C4 diag_bill.cfg
D2 generic.cfg
How do you pick a sprite number for a custom sprite? Well, it depends on the kind of sprite it is:
00-BF Standard Sprites (sprites included in the 'sprites' subdirectory)
C0-CF Shooters (sprites included in the 'shooters' subdirectory)
D0-DF Generators (sprites included in the 'generators' subdirectory)
E0-FF Invalid
So, if you just want to insert a single sprite, make a new .txt file, and type "00 nameofyoursprite.cfg". Make sure the .asm and .cfg files are in the 'sprites' subdirectory, though.
|
|
| Posted on 2010-01-21 09:28:52 PM |
Link | Quote |
|
|
All right thanks but one more thing i think i must be doing wrong, When I first insert my rom name it says it cant read it. but when i put it in side the Trasm file it reads it perfectly. The problem is then that once i put in sprite.txt, it says i need to expand my ROM. So i expanded it to 1.5 megabytes but then it wont read it again.... ITS FRUSTERATING!!!!
|
| Last edited on 2010-01-21 09:32:01 PM by Awsomest 14. |
|
| Posted on 2010-01-21 11:42:03 PM |
Link | Quote |
|
|
Did you save the ROM in Lunar Magic first? You shouldn't need to expand it manually, although if you are inserting a whole bunch of sprites and don't have much freespace left in the ROM, I'm not sure about that.
|
|
| Posted on 2010-01-22 06:44:24 AM |
Link | Quote |
|
|
Yes! I got it! Thanks for the help!
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Sprite Tool |