does anyone here knows how to color mod megaman x4 to x6? i recently watched xmnrx's video tutorial on youtube but i can't seem to make it work. anyway, im using epsxe and psx emulation cheater. i also have GBA color picker. thanks in advanced.
Announcement
Collapse
No announcement yet.
Need help on Megaman X4-6 Color Modding
Collapse
X
-
I made such a code for Megaman 8 and the same rules apply for the X series. Simply use Artmoney to attach itself to the emulator then do a 16bit or 2byte search for unkown, then just change colors by switching weapons and do a different than search with the occasional equal to when you don't change colors to bring the results down.Spoiler Alert! Click to view...
THE BAD GUY!!!!!!
-
Helder If I remember correctly I was previously trying to hack a speed hacking code for the game Mega Man 8 for the psx format but could not find the correct memory address for the code, now I'm aware you have already created speed modified variations of the code using asm to do so but in order to hack any new code in asm you need to first have an existing ram code hacked for the game right.
Comment
-
To do most ASM hacks you need to have something in RAM to use a debugger on, it doesn't always have to be a direct speed code but if it's not you will need to do alot of tracing to figure it out. Let's stay on topic with the thread and not go all over the place with you asking for ASM help unless you post in your own thread.Spoiler Alert! Click to view...
THE BAD GUY!!!!!!
Comment
-
im sorry but, can you give me at least a step by step instructions on how to do it? im not that familiar in using artmoney since i haven't used that program yet. and about the code in megaman 8, do you have a link for that? by the way, im color modding zero. thank you again sir.Last edited by snmiglight; 02-09-2014, 11:23:20 PM.
Comment
-
Art Money Faq and Download
http://www.artmoney.ru/e_faq.htm
http://www.artmoney.ru/e_download_se.htmThe Hackmaster
Comment
-
I DMed them about this, but I didn't have the original GS code I made. I instead made a .lua script for Bizhawk that does it and attempts to deal with an issue I had with the dash afterimages in X4 (there's 2 sets of addresses that can color mod something. One only works for that checkpoint in that stage, and the other should affect it but doesn't. I opted to mod color values I found in the GPURAM).
https://www.sendspace.com/file/ow3dhk
Also, here's most of that turned back into a GS code (for some reason, I had it in my head I couldn't do that).
Red Zero Body Colors
80178000 0000
80178002 BB66
80178004 BB66
80178006 BB66
80178008 E657
8017800A DDB3
8017800C D90F
8017800E C88B
80178010 EF1C
80178012 F30C
80178014 DDCB
80178016 C88B
80178018 E69A
8017801A E1D8
8017801C D575
8017801E E238
Black Zero Body Colors
801781A0 0000
801781A2 BB66
801781A4 BB66
801781A6 BB66
801781A8 E657
801781AA DDB3
801781AC D90F
801781AE C88B
801781B0 EF1C
801781B2 F30C
801781B4 DDCB
801781B6 C88B
801781B8 E69A
801781BA E1D8
801781BC D575
801781BE E238
Z Saber Colors
80178060 0000
80178062 FBDE
80178064 FBDE
80178066 E2D4
80178068 C18C
8017806A B108
8017806C A084
8017806E FBDE
80178070 E2D4
80178072 C18C
80178074 B108
80178076 A084
80178078 FBDE
8017807A E2D4
8017807C C18C
8017807E A084
Tenkuuha Colors
80178080 0000
80178082 FBDE
80178084 FBDE
80178086 E2D4
80178088 C18C
8017808A B108
8017808C A084
8017808E FBDE
80178090 E2D4
80178092 C18C
80178094 B108
80178096 A084
80178098 FBDE
8017809A E2D4
8017809C C18C
8017809E A084
Gethit Colors (so he'll flicker blue like the bosses)
80178460 0000
80178462 FF71
80178464 FF72
80178466 FF73
80178468 FF74
8017846A FF94
8017846C FF96
8017846E FF97
80178470 FF98
80178472 FFB9
80178474 FFBA
80178476 FFBB
80178478 FFDC
8017847A FFDD
8017847C FFDE
8017847E FFFF
If you want to find another way to affect the dash afterimages (or for some reason, you've decided to to use conditional color mods for every stage/checkpoint), here's what you should look for:
80320000 80328032 80328032 80328032
80328032 80328032 80328032 80328032
800E0000 800E800E 800E800E 800E800E
800E800E 800E800E 800E800E 800E800E
80090000 80098009 80098009 80098009
80098009 80098009 80098009 80098009Last edited by xMrNx; 01-25-2022, 11:18:41 AM.
Comment
-
Alright everyone: i talked recently with xMrNx and having his permission for post the next.
On the next link you can download all of his color mods: https://www.mediafire.com/folder/7mz...ameshark+Codes)
The main reason for sharing it's because those codes was originally avaible on his youtube account, today closed. I can saving from the abyss the codes, so i think somebody else can be interested on testing this as me. Have fun. All credits goes to xMrNx.
PD: a few screenshots in-game are on this post for orientation purposes.
Comment
Comment