RockmanPM Forums

Rockman & Community => Challenge Mode => Topic started by: Gojira345 on May 28, 2010, 05:53:40 AM

Title: Have any of you TASers/Hackers found and decoded the AI scripts for robot....
Post by: Gojira345 on May 28, 2010, 05:53:40 AM
Have any of you found the AI scripts for Robot Masters and decoded them?

For example, toad man jumps when shot, so that string is written in his code. However, what causes Quick Man to throw boomerangs or how is the egg layout of Slash Man determined? Is it random, or does the code imply a specific command.

Don't just leave this to the classic series, any boss info would be nice, especially if it's unusual or helpful!

Title: Re: Have any of you TASers/Hackers found and decoded the AI scripts for robot....
Post by: kuja killer on June 01, 2010, 09:12:43 PM
As author of megaman odyssey, an hack based on megaman 3, i certainly have.

Here everybody go ahead and check it out:
http://acmlm.kafuka.org/uploader/get.php?id=3176

I wrote this years ago just when i got into rom hacking, this is based on an original mm3 rom, NOT my hack. This lists tons of very helpful offset locations and stuff for almost every little possible thing that almost all major bosses in megaman 3 do. :)
Title: Re: Have any of you TASers/Hackers found and decoded the AI scripts for robot....
Post by: KoiDrake on June 02, 2010, 02:40:15 AM
Cool! To bad I donĀ“t understand one bit of it, but still...
Title: Re: Have any of you TASers/Hackers found and decoded the AI scripts for robot....
Post by: kuja killer on June 02, 2010, 03:28:56 AM
Wel most of it isn't really that hard to understand. Just the exact locations you would go to in a hex editor (perferably the NES emulator fceux's hex editor in real time) to edit the values of.

Like "number of snakes snakeman will throw, which may normally be an value of 02, and if you changed it to 04, he'd shoot 4 snakes, or like "how fast shadowman slides" and the value were and 03 which is pretty fast, changing to an 01 would make him slide super slow,
etc. :)