(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-08-24 01:48 AM
0 users currently in ROM Hacking.
Acmlm's Board - I3 Archive - ROM Hacking - wtf hapenig? New poll | |
Add to favorites | Next newer thread | Next older thread
User Post
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6288 days
Posted on 01-03-06 08:09 PM Link | Quote
I test my smb 3 hack, but in frsit catsle, I go in door, but this hapenig:
'
I use virtual nes emulator!

please help fast!
The Onyx Dragoon

150








Since: 11-17-05
From: Somewhere between Mars and Jupiter, Sitting on an Asteroid

Last post: 6292 days
Last view: 6289 days
Posted on 01-03-06 08:20 PM Link | Quote
...that's really not a lot of information, Legoman...if all else fails, use backup roms .
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6288 days
Posted on 01-03-06 08:31 PM Link | Quote
Originally posted by theonyxdragoon
...that's really not a lot of information, Legoman...if all else fails, use backup roms .

there is ''lot'' information:
I go in tihs door:

and game freeze up (in FCE Ultra emulator and perhaps in virtual nes emulator)


(edited by legoman on 01-03-06 07:32 PM)
kuja killer

Rope


 





Since: 11-17-05
From: Lake Havasu City, AZ

Last post: 6332 days
Last view: 6288 days
Posted on 01-03-06 08:31 PM Link | Quote
Try another emulator.
If the problem happens again ...then it may be something wrong with your ROM.

If it works fine in a different emu ...then it may just be a problem with the emulator.

Just a guess.
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6288 days
Posted on 01-03-06 08:34 PM Link | Quote
Originally posted by kuja killer
Try another emulator.
If the problem happens again ...then it may be something wrong with your ROM.

If it works fine in a different emu ...then it may just be a problem with the emulator.

Just a guess.

i use virtual nes and FCE Ultra nes emulatros, vere I can find other (not virtual nes and FCE Ultra) nes emulators?

edit:
this ************' door donest work in:
nester
virtual nes
FCE Ultra
nes emulators



(edited by legoman on 01-03-06 07:51 PM)
The Onyx Dragoon

150








Since: 11-17-05
From: Somewhere between Mars and Jupiter, Sitting on an Asteroid

Last post: 6292 days
Last view: 6289 days
Posted on 01-03-06 10:13 PM Link | Quote
Changing hex values is a risky thing if you don't know what you're doing, Legoman .

...and you don't exactly need to quote a post if you're posting right after what you're commenting on.
beneficii

Broom Hatter


 





Since: 11-18-05

Last post: 6291 days
Last view: 6288 days
Posted on 01-03-06 10:24 PM Link | Quote
legoman,

My guess is that a bad opcode is being executed somewhere in there. What programs and IPS patches have you used to edit the game? (All of the ones used to edit the game: Not just the ones used to edit that level.)
Metal Knuckles

Tendoru








Since: 12-21-05
From: New Hampshire

Last post: 6288 days
Last view: 6288 days
Posted on 01-03-06 11:12 PM Link | Quote
I'm not going to pretend that I'm an expert at hacking Mario 3 (in fact, I've never touched the game). But if the problem happens every time you enter a specific door, is it possible that something is wrong with the way that door connects to the next room? Or maybe it doesn't have a set room to connect to, crashing the game?

Either way, solving the problem by finding an emulator that will run the game despite the problem isn't a good idea. In the end, when you give a final release, the problem could still be there. And then when people who use other emulators try it...

But meh. By the way your describing it, it sounds like a problem with the ROM, not the emulator.
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6288 days
Posted on 01-04-06 07:42 AM Link | Quote
Originally posted by beneficii
legoman,

My guess is that a bad opcode is being executed somewhere in there. What programs and IPS patches have you used to edit the game? (All of the ones used to edit the game: Not just the ones used to edit that level.)


levels:
smb3 workshop
map's:
smb3 map editor

Originally posted by theonyxdragoon
Changing hex values is a risky thing if you don't know what you're doing, Legoman .

...and you don't exactly need to quote a post if you're posting right after what you're commenting on.

I don't know what hex is >.>


(edited by legoman on 01-04-06 06:43 AM)
Raccoon Sam

Boomerang Brother
Custom Title








Since: 11-20-05
From: Correct

Last post: 6288 days
Last view: 6288 days
Posted on 01-04-06 09:53 AM Link | Quote
As the Beatles would say HEX:

1, 2, 3, 4, Can I have a little more?
5, 6, 7, 8, 9, A, I love you.
B, C, D, E, Can I bring my friend to tea?
F, 10, 11, 12, 13, 14, I love you.
Metal Knuckles

Tendoru








Since: 12-21-05
From: New Hampshire

Last post: 6288 days
Last view: 6288 days
Posted on 01-04-06 10:17 AM Link | Quote
Ah, the Beatles. Hex geniuses if there ever were some.

Hex is something that anyone who wants to make an above-average hack should know. Not that you can't without it's knowledge, but hex allows for so much more then the utilities can offer. Even better, ASM lets one do almost anything in their ROM.

So give programming a shot, you might like the results.
Raccoon Sam

Boomerang Brother
Custom Title








Since: 11-20-05
From: Correct

Last post: 6288 days
Last view: 6288 days
Posted on 01-04-06 12:31 PM Link | Quote
Hex Is awesome.
Let's make an example.
If you change the sprite HEX Value "01" Into Sprite HEX Value "02", Hexademical Value 01 will transform into hexademical value 02.
So, if 01 means a Mushroom, and 02 means a Fire Flower, All of the Mushrooms in the game would transform into Fire Flowers!
JaSp

Shyguy








Since: 11-18-05
From: Paris, France

Last post: 6289 days
Last view: 6288 days
Posted on 01-04-06 03:15 PM Link | Quote
The thing is that, as fas as I know, hex doesn't really mean anything; actually while hex editing you're kind of asm hacking, as hex is just some interface to alter your rom's asm (assuming that data is part of asm).
To stay on the topic, and having hacked smb3 for quite a time, I think that there's something wrong in the area where this door points to; the most probable would be an object that is making the rom to crash. Read the errors faq in the docs of SMB3 Workshop, and search for something wrong in your level (rigorously as some crashing objects can be hidden under other big objects).
Tzepish

UFO


 





Since: 11-21-05
From: Redmond, WA

Last post: 6345 days
Last view: 6345 days
Posted on 01-05-06 07:00 PM Link | Quote
To be more precise; hex is just a more friendly way of looking at binary. And code and data are not the same thing - although you can hack ASM in a hex-editor, it doesn't follow that changing bytes in a hex-editor is ASM hacking.
Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - ROM Hacking - wtf hapenig? |


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.022 seconds; used 407.38 kB (max 519.53 kB)