Two Crude Dudes
Page 1 of 1
Two Crude Dudes
Hi,
I made a msu-md patch for two crude dudes. Was a bit hesitant to post it as I failed to get it to work for the japanese version due to my own stuborness of wanting to fit it in the original ROM without expanding it
I made a test soundpack based on an original released soundtrack in 1990: https://www.discogs.com/Various-Crude-Buster-Midnight-Resistance-/release/13260123
It can can be downloaded here: https://mega.nz/file/XH5ETLBa#d6hKnqpQiL0_ubYTvRl45IonBHQuPyDG_xOgaWsLMjM
It's not really working well with the game in some points because of fade out and stuff like that
There are two versions of the patch one that maps the intro track (missing from arcade original) to track 11 on the cd and one that retains the original genesis version (which IMO is actually pretty good).
The tracks are mapped as follows:
01 - Crude Buster - The Lifeline of New York - (BGM 1)
02 - Funky Monsters (Boss 1)
03 - Defeated Guys (Clear) (non looping)
04 - Take a Break (Beer)
05 - Like a Hurricane (BGM 2)
06 - Fallout of Christmas (BGM 3)
07 - Kids in Battle (Boss 2)
08 - The Wild Desire (BGM 4)
09 - Justice has Won (Ending) (non looping)
10 - The Crude is Down (Game Over) (non looping)
11 - Intro (This is an alternative version of track 1) (non looping)
Patches can be downloaded here: https://mega.nz/file/iLpihbxL#eqxRu7CVR4vYxf0KKnhOG7r9cSPo4BBseypHRqZEHhA
I made a msu-md patch for two crude dudes. Was a bit hesitant to post it as I failed to get it to work for the japanese version due to my own stuborness of wanting to fit it in the original ROM without expanding it
I made a test soundpack based on an original released soundtrack in 1990: https://www.discogs.com/Various-Crude-Buster-Midnight-Resistance-/release/13260123
It can can be downloaded here: https://mega.nz/file/XH5ETLBa#d6hKnqpQiL0_ubYTvRl45IonBHQuPyDG_xOgaWsLMjM
It's not really working well with the game in some points because of fade out and stuff like that
There are two versions of the patch one that maps the intro track (missing from arcade original) to track 11 on the cd and one that retains the original genesis version (which IMO is actually pretty good).
The tracks are mapped as follows:
01 - Crude Buster - The Lifeline of New York - (BGM 1)
02 - Funky Monsters (Boss 1)
03 - Defeated Guys (Clear) (non looping)
04 - Take a Break (Beer)
05 - Like a Hurricane (BGM 2)
06 - Fallout of Christmas (BGM 3)
07 - Kids in Battle (Boss 2)
08 - The Wild Desire (BGM 4)
09 - Justice has Won (Ending) (non looping)
10 - The Crude is Down (Game Over) (non looping)
11 - Intro (This is an alternative version of track 1) (non looping)
Patches can be downloaded here: https://mega.nz/file/iLpihbxL#eqxRu7CVR4vYxf0KKnhOG7r9cSPo4BBseypHRqZEHhA
void- Wish Fairy
- Since : 2021-05-18
Re: Two Crude Dudes
Cheers for this. An individual after my own heart for arcade soundtrack replacements. No matter how good a SNES or MD soundtrack is, they'll never be as good as the arcade versions for someone that frequented arcades a lot back in the day, in my opinion.
Here's an arcade soundtrack of my own with extended tracks so they should cover the entire round without fading out. I used converted VGM's as I'm not usually a fan of Pony Canyon releases. They add reverb a lot of the time.
https://mega.nz/file/trgG1KDL#Y8Dk9xzeHxAyJQyP-UkBgh5eCU_KmQzU5--KMG-fEjI
Here's an arcade soundtrack of my own with extended tracks so they should cover the entire round without fading out. I used converted VGM's as I'm not usually a fan of Pony Canyon releases. They add reverb a lot of the time.
https://mega.nz/file/trgG1KDL#Y8Dk9xzeHxAyJQyP-UkBgh5eCU_KmQzU5--KMG-fEjI
Relikk- Since : 2017-02-17
Re: Two Crude Dudes
Thanks, sounds awesome! I'm also more a fan of arcade originals! But the Pony Canyon version was easy to make for testing purposes as I'm a total noob in the audio authoring department.
I released the source code: https://github.com/jvisser/msu-md-two-crude-dudes
It's truly horrible I set myself a goal to fit it inside the original ROM file and had to squeeze every byte. Also because of retaining the original intro track which uses even more code. I'm even using compression for the msu-md driver. Unfortunately the Japanese version did not have enough space for the driver even with compression.
Maybe porting to MD+ will not be that easy because of this. But I think MD+ does not need extra ROM space(?) as is the case with MDU-MD for the mega cd driver so maybe everything can just fit at the end of the ROM there. I can help there if need be.
I released the source code: https://github.com/jvisser/msu-md-two-crude-dudes
It's truly horrible I set myself a goal to fit it inside the original ROM file and had to squeeze every byte. Also because of retaining the original intro track which uses even more code. I'm even using compression for the msu-md driver. Unfortunately the Japanese version did not have enough space for the driver even with compression.
Maybe porting to MD+ will not be that easy because of this. But I think MD+ does not need extra ROM space(?) as is the case with MDU-MD for the mega cd driver so maybe everything can just fit at the end of the ROM there. I can help there if need be.
void- Wish Fairy
- Since : 2021-05-18
Re: Two Crude Dudes
void wrote:But I think MD+ does not need extra ROM space(?) as is the case with MSU-MD for the mega cd driver so maybe everything can just fit at the end of the ROM there.
The MD+ port should be no problem as the code is minimal compared to MSU-MD, with no need to include the driver for it. Most MD+ patches are a couple of hundred bytes, compared to a couple of kilobytes on the MSU-MD side because of said driver. Pev said he'd sort it out when he gets back from his business trip soon, and I'll be able to give TCD a proper test tomorrow.
Relikk- Since : 2017-02-17
Re: Two Crude Dudes
Everything seems fine here except for the ending. The music should fade out when you press start to go back to the intro/title screen at "The End". Here the music keeps playing through the SEGA logo and only stops when the intro music is triggered.
Relikk- Since : 2017-02-17
Re: Two Crude Dudes
I created a new release that adds a 3 second fade out:
https://github.com/jvisser/msu-md-two-crude-dudes/releases/latest
Also removed support for the original intro track
https://github.com/jvisser/msu-md-two-crude-dudes/releases/latest
Also removed support for the original intro track
void- Wish Fairy
- Since : 2021-05-18
Re: Two Crude Dudes
Getting a red screen on boot with the latest U patch on Genesis Plus GX, which usually means there's a problem with the checksum, but even running it through the program to fix it doesn't help as it says the checksum is fine.
Relikk- Since : 2017-02-17
Re: Two Crude Dudes
Hmm, dunno what went wrong. Updated the patches in the latest release.
void- Wish Fairy
- Since : 2021-05-18
Re: Two Crude Dudes
Hmm, that's odd.
Patch v1.0.1 boots for me in Genesis Plus GX.
Tested with v1.7.4 6a61d56 (latest from core updater)
and latest v1.7.4 1e0d2da (latest built from Eke-Ekes source)
crc of my patched working rom for reference:
aa134161
Patch v1.0.1 boots for me in Genesis Plus GX.
Tested with v1.7.4 6a61d56 (latest from core updater)
and latest v1.7.4 1e0d2da (latest built from Eke-Ekes source)
crc of my patched working rom for reference:
aa134161
Retroplay- Since : 2019-08-21
Re: Two Crude Dudes
It was a flub on my part. It was auto loading cheats and they were interfering. Apologies.
Relikk- Since : 2017-02-17
Re: Two Crude Dudes
I made a version with 2s fade out instead of 3. I think it's better (does not bleed out into the sega logo) https://mega.nz/file/fSYhGAZC#PAeYtLKuAzBxwcRGm4WKsnvG8UmZT6fmtycUJM-fNqc
void- Wish Fairy
- Since : 2021-05-18
Re: Two Crude Dudes
That works. All seems well here now, I can't find any problems.
Relikk- Since : 2017-02-17
Re: Two Crude Dudes
Ok, I pushed the change to github and made a new release with the above patch files.
Thanks for testing!
Thanks for testing!
void- Wish Fairy
- Since : 2021-05-18
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum