| How can i make it so you won't get stars when you hit the tape? |
|
Forum Index - SMW Hacking - General SMW Hacking Help - How can i make it so you won't get stars when you hit the tape? |
|
Pages: 1 2  |
|
|
|
| Posted on 2009-09-02 10:23:25 AM |
Link | Quote |
|
|
Or how can I make it not send you to the bonus room?
|
|
| Posted on 2009-09-02 10:24:47 AM |
Link | Quote |
|
Originally posted by rom map3F3AA $07:F1AA 32 bytes Misc. Table of bonus stars to receive at the goal. The table is x20 bytes long, and each byte corresponds to a four-pixel range, from the lowest to the highest point. (The values in this table are binary-coded decimal numbers, so e.g. if the table says x17 it means you will get 17 (decimal) stars at that level.) Edit Delete
3F41A $07:F21A 1 byte Sprite tilemap related Tile used by Bonus Star formation Edit Delete
I'd suggest changing #1 to 00 00 00 00... and #2 to FC.
|
|
| Posted on 2009-09-02 10:30:24 AM |
Link | Quote |
|
What?
I don't see a #1 or #2.
I hope i don't have to delete my hack...
|
|
| Posted on 2009-09-02 10:32:15 AM |
Link | Quote |
|
#1 is the first of the addresses, or to be more specific, this one:
3F3AA $07:F1AA 32 bytes Misc. Table of bonus stars to receive at the goal. The table is x20 bytes long, and each byte corresponds to a four-pixel range, from the lowest to the highest point. (The values in this table are binary-coded decimal numbers, so e.g. if the table says x17 it means you will get 17 (decimal) stars at that level.) Edit Delete
#2 is the second:
3F41A $07:F21A 1 byte Sprite tilemap related Tile used by Bonus Star formation Edit Delete
|
|
| Posted on 2009-09-02 10:34:07 AM |
Link | Quote |
|
|
How would I edit it though?
|
|
|
|
| Posted on 2009-09-02 10:50:19 AM |
Link | Quote |
|
|
Where would I download a "hex editor"?
|
|
| Posted on 2009-09-02 10:51:04 AM |
Link | Quote |
|
|
I recommend Translhextion, which can be found in the Tools section.
|
|
| Posted on 2009-09-02 10:54:51 AM |
Link | Quote |
|
Ok I opened my rom in it.
What do i do now?
|
|
| Posted on 2009-09-02 11:02:33 AM |
Link | Quote |
|
|
Press Ctrl + G and enter x, followed by the address (x3F3AA and x3F41A in this case). Hit OK and enter the new values.
|
|
| Posted on 2009-09-02 11:14:29 AM |
Link | Quote |
|
Ok.
I see a flashing 0 next to a one now. Do I enter it from here?
|
| Last edited on 2009-09-02 11:17:27 AM by Delta. |
|
| Posted on 2009-09-02 11:19:52 AM |
Link | Quote |
|
|
Check the bottom of the hex editor along the status strip. It will tell you which address you are currenly at. If it says 3F3AA, then you are at the correct address, and you can start entering the bytes that Alcaro mentioned.
|
|
| Posted on 2009-09-02 11:52:50 AM |
Link | Quote |
|
ok I entered #1
do I enter #2 on row x3F41A?
|
|
| Posted on 2009-09-02 12:00:32 PM |
Link | Quote |
|
Are you entering '#1' into the hex editor?
#1 is the first ROM address.
So in x3F3AA (using ctrl&G), you type in 00 00 00 00... (no spaces as it will automatically space for you)until you get to 32 bytes.
#2 is the second ROM address specified in Alcaro's post.
Ctrl&G x3F41A and type in FC.
|
| Last edited on 2009-09-02 12:49:39 PM by LLawliet37. |
|
| Posted on 2009-09-02 12:02:40 PM |
Link | Quote |
|
|
So I save now?
|
|
| Posted on 2009-09-02 12:16:29 PM |
Link | Quote |
|
Yes, and see if it works.
If not, then try following the steps again.
|
|
| Posted on 2009-09-02 12:26:57 PM |
Link | Quote |
|
It didn't work.
What do I do?
|
|
| Posted on 2009-09-02 12:35:09 PM |
Link | Quote |
|
|
Do you remember exactly what you did? Can you tell me? In chronological order, please.
|
|
| Posted on 2009-09-02 12:37:55 PM |
Link | Quote |
|
1. I opened up my rom in it.
2. did ctrl+g and entered x3F3AA
3. entered 000000
4. did ctrl+g and entered x3F41A
5. entered FC
6. saved
7. tested
|
|
| Posted on 2009-09-02 12:43:55 PM |
Link | Quote |
|
OK...
Try clearing a level, and see if you get any bonus stars or not.
If you get bonus stars, then just download this patch. (Assuming you know XKAS)
|
| Last edited on 2009-09-02 12:44:14 PM by LLawliet37. |
|
|
Pages: 1 2  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - How can i make it so you won't get stars when you hit the tape? |