Mega Man X3

Page 3 of 3 Previous  1, 2, 3

Go down

20170816

Post 

Mega Man X3 - Page 3 Empty Mega Man X3






Patch (v5, rockman x compatible):
Code:
http://bszelda.zeldalegends.net/stuff/Con/MegaManX3_MSU1.zip

Mirror: https://mega.nz/file/tS0iULSA#Z2xjOy8n2PA3mgC0dz_LfGz5z9nGpoRE8f9eVnU_GdY
v2: support for Dr. Light Theme

PCM Sets:

MET (Krzysztof Slowikowski) PCM set by JUD6MENT v2  2/3/2020:
YouTube Preview
Code:
Download:
https://mega.nz/file/JnAE3CZK#fn4U_D2Rrl2JEMqMB5PzyHVaoXnh5NVe0G25-YjRdF4

Mirror Download:
https://www.mediafire.com/file/y8siq7y2l2gv9t0/MMX3_MSU-1_MET_Guitar_Playthrough_2019_Update_presented_by_JUD6MENT.zip/file

TheLegendOfRenegade Sega Mega Drive/Genesis YM2612 Style PCM's by Relikk:
Code:
https://1drv.ms/u/s!Ahue7izQZmouwnaxqJYt0kXZ2wWl

Mega Man X3 by DarkShock(-18dB):
Code:
http://www.mediafire.com/?udndt2yfz7pzhh1

MMX3 Guitar Legends PCM set by JUD6MENT: (updated: November 26, 2021)
YouTube Preview
Code:
Download:
https://mega.nz/file/VqgCiBhY#PQcNgZwe-_6p1F-JLXLQSfFzaEgLJcpm6BocKWcy3-4

Mirror Download:
https://www.mediafire.com/file/h4acvujyq07u1uz/MMX3_Guitar_Legends_MSU-1%252C_JUD6MENT_%2528updated_November_11th%252C_2021%2529.zip/file


If you have not updated your PCM packs with the doctor light theme included, the below link may help.

Dr. Light Theme collection by JUD6MENT:
Code:
https://mega.nz/file/zbgTQQaY#FXw0t3bZyE1RkMHNEC-EnLAtb1jQl6j2pb-hmFTkfKU
(just add theme 91 from the X3 version to the pcm set you can download below).


Last edited by Conn on Sun 12 Sep 2021 - 5:17; edited 29 times in total
Conn
Conn

Mega Man X3 - Page 3 Image212

Since : 2013-06-30

Back to top Go down

Share this post on: reddit

Mega Man X3 :: Comments

Conn

Post Sun 12 Jul 2020 - 17:39 by Conn

You're welcome and had luck that I had the motivation. I shifted the code over the complete rom and readdressed all jsr, jsl, jml, jmp involved directly in hex editing (very bug affecting but... No source Wink )

There won't be much Gameboy releases I'd guess. Zelda dx was qwertys pet, ffa mine (I played the game in my youth q couple of time, and this wish attracted qwerty so we have the patches).
Qwerty will surely release his code so people will do much easier making new games (data_snd transmission to snes for track change is sophisticated, along bios injection and all that stuff.
With the source you have the tools, but nevertheless you need to know Gameboy asm next to snes asm to tinker. That is the hard part: finding the mute points and track numbers in gb tracing. Snes code is simple in comparison. So I expect only a few releases, maybe sml, Tetris, gargoyle quest, mega man, final fantasy (round based games).… But maybe it remains only those 2 we have Sad

We haven't drawn a capacity of coders doing those projects unfortunately

Back to top Go down

Nicholas

Post Sun 12 Jul 2020 - 18:14 by Nicholas

SML is a must have for an MSU-1!

If somebody would get MM2 GB going then they would be doing the best deed ever. This music set I made would make the game less ears bleeding. The music of the game isn't bad by any means. It's just the way it's coded to the Game Boy that sounds terrible.

Tell me, what Emulator can I use for a debugger besides Mednafen? I've been hard patch modifying codes on to PC Engine games lately. I think I want to take the plunge to get Her-Saki's patch working with the MSU-1 patch. I've played the translation patch the whole way through. Very faithful to the Japanese version. The only translation error I saw was that Dr. Light isn't Dr. Right, and they name Zero's Body Parts Zero's Torso. I think an X3 patch will happen. But I think the same problem will happen due to the new text engine problems.

Update: There’s a github source for the translation.

https://github.com/Her-Saki/Rockmania_X2

Back to top Go down

Conn

Post Mon 13 Jul 2020 - 3:59 by Conn

Tell me, what Emulator can I use for a debugger besides Mednafen?
I ususally check compatibility using a hex compare program, 1st rom: hersaki patched, 2nd: hersaki+msu patched.

Then I see where both codes overwrite each other like in this image, and shift the msu code to an unused region (principially, this I also did to make MMX3 compatible with the japa version. I looked for space that is free in both versions.

Mega Man X3 - Page 3 Image246


Since HerSaki has the source code you could ask him to shift the code he uses at 0x7e77 to another location in the expanded area, then you are able to use also the msu code.

Back to top Go down

Nicholas

Post Mon 13 Jul 2020 - 8:21 by Nicholas

I made an issue on Github.

https://github.com/Her-Saki/Rockmania_X2/issues/1

Thank you for looking into it specifically. Probably the most time saving and reliable solution we could hope for.

Back to top Go down

Conn

Post Mon 13 Jul 2020 - 9:27 by Conn

Yeah, he only needs to move in the asm:
Code:

;=====================
;Jump to jump to main routine
;=====================
org $670A
JMP $FE77

MainJump:
;==========================
org $7E77
JMP $31B000

and the data beginning at $7e80
Code:
!ShiftData        = $80FE80   ;;Shift table address
(where I cannot find the reference in his code)

To  not confuse anybody, the last messages about the problems with hersaki translation is X2, though we talk in X3.
@Nicholas, I advice to post in the correct threads in future!

Back to top Go down

avatar

Post Wed 20 Jan 2021 - 3:11 by TheMasonGamer

Whenever I pause the game, it freezes on a black screen and I can't get out. This needs to be updated

Back to top Go down

JUD6MENT

Post Wed 20 Jan 2021 - 3:25 by JUD6MENT

TheMasonGamer wrote:Whenever I pause the game, it freezes on a black screen and I can't get out. This needs to be updated

This has been downloaded and played many times without problems, something else is going on. Could be a bad rom, or rom still has header, or maybe patching wrong region version?

You may also just want to try another time. One time i had a problem with Yoshi Island msu-1 patch that also involved the pause screen. I don't know what went wrong but i patched a new rom and it worked fine.

Back to top Go down

Conn

Post Wed 20 Jan 2021 - 5:39 by Conn

checked both patches v5 and zero, both work for me.

Back to top Go down

Cyber_Yagami

Post Sun 28 Feb 2021 - 22:05 by Cyber_Yagami

One question.
Just as Zelda, could MMX3 have FMV support, like Sega Saturn boss intros?

Back to top Go down

JUD6MENT

Post Mon 1 Mar 2021 - 0:26 by JUD6MENT

Cyber_Yagami wrote:One question.
Just as Zelda, could MMX3 have FMV support, like Sega Saturn boss intros?

It can, but i dont think we have a rom hacker up for it.

Back to top Go down

Cyber_Yagami

Post Mon 1 Mar 2021 - 18:43 by Cyber_Yagami

JUD6MENT wrote:
Cyber_Yagami wrote:One question.
Just as Zelda, could MMX3 have FMV support, like Sega Saturn boss intros?

It can, but i dont think we have a rom hacker up for it.

i see.

Thank you for the reply

Back to top Go down

JUD6MENT

Post Mon 1 Mar 2021 - 19:04 by JUD6MENT

Yeah, our rom hackers did fantastic work and accomplished a lot, but at this moment, they are a bit tired. They mainly focus there energy in maintaining bugs being found and this website over continuously making new. It may happen one day that someone comes along and does this, but it may be a wait.

Back to top Go down

JUD6MENT

Post Fri 2 Jul 2021 - 5:07 by JUD6MENT

I made a new PCM set with a few different various artist put together. I already updated the first post.

Mega Man X3 Guitar Legends PCM set by JUD6MENT:
https://mega.nz/file/TLh3FIrZ#AFD-lMnlS9Fp9wrZ9N-Dw5f2k2h4RUbr8lfNWy37Apw

Here is the preview video, timestamps are in the description and comment section of the video.



Music by:
- MET (Krzysztof Slowikowsk)
- Lenny Lederman
- Murakiss
- GuitarWanker90
- Devil's Lab
- Husky by the Geek
- Merton

I also recently released Pokemon MSU-1 for Red and Blue and updated my Silver and Gold versions if you want to check that out.

Enjoy everyone!

Back to top Go down

JUD6MENT

Post Fri 26 Nov 2021 - 13:49 by JUD6MENT

There has been some good new tracks made for this game since last July, so I decided to update my latest PCM and preview video. I have a new version of Crush Crawfish, Tunnel Rhino, and Doppler Stage 1. I also spliced two tracks together to give a new intro to Blast Hornet stage, and I lowered a few volume levels to some loud tracks. First post already updated, uploading YouTube video soon.

MMX3 Guitar Legends PCM set by JUD6MENT: (updated: November 26, 2021)
Code:
https://mega.nz/file/VqgCiBhY#PQcNgZwe-_6p1F-JLXLQSfFzaEgLJcpm6BocKWcy3-4

Back to top Go down

JUD6MENT

Post Fri 26 Nov 2021 - 17:33 by JUD6MENT

Ok, got a new YouTube preview up. I think the last track shown, Doppler Stage 1, was pretty awesome.

Back to top Go down

avatar

Post Sun 18 Sep 2022 - 10:15 by OMorty

Just spoke with XxJustin3009xX, the developer of the Zero Project hack. They just merged ZeroSigea's Tunnel Rhino behavior fix (https://www.romhacking.net/hacks/7144/) into the Zero Project code (https://github.com/justin3009/MMX3-ZeroProject/pull/11). Would it be possible to create a version of the MSU-1 hack based on the latest Zero Project code?

Back to top Go down

Conn

Post Sun 18 Sep 2022 - 11:45 by Conn

Did you already try applying mmx3_msu1_drlight_zero_new.ips whether there's a problem?
If it bugs, can you give me the patch file of the last zero code?

Back to top Go down

avatar

Post Sun 18 Sep 2022 - 14:00 by OMorty

I just applied the MSU-1 patch to a rom with the updated Zero Project code, and so far I have not noticed anything wrong with the patched game. I will be sure to report back if anything weird pops up.

Back to top Go down

avatar

Post Mon 13 Feb 2023 - 9:00 by OMorty

A FastROM patch for X3 just came out: https://www.patreon.com/posts/megaman-x3-78613230

I reached out to XxJustin3009xX about compatibility with the latest version of the Zero Project. Will report back.

Back to top Go down

Page 3 of 3 Previous  1, 2, 3

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum