Top Gear 2 (More Racing Tracks Hack)
Zeldix :: MSU-1 Hacking :: MSU-1 Hacks Database :: Racing
Page 1 of 1
20180711
Top Gear 2 (More Racing Tracks Hack)
This is my vision of TG2..amiga version has 5 songs in the game..DS hack had only 3 of them..now with this hack u can add 32 songs track list for the 64 tracks ..more the variety.
Patch:
https://mega.nz/file/QiYUiJ4C#-qxWLLR_JTffo7cJpdaFoD26ZLxUDVPDAyvUsIAVMlw
Pcms:
https://1drv.ms/u/s!AvX_RmSPv95RgQLvMZye0n1B472i
Patch:
https://mega.nz/file/QiYUiJ4C#-qxWLLR_JTffo7cJpdaFoD26ZLxUDVPDAyvUsIAVMlw
Pcms:
https://1drv.ms/u/s!AvX_RmSPv95RgQLvMZye0n1B472i
kurrono- Since : 2015-03-22
Top Gear 2 (More Racing Tracks Hack) :: Comments
I traced it, you need a track 158 which isn't part of the set. Copy/paste/rename another track to tg2_msu1-158.pcm (or create an own) and you have music in india 1-4
just at the begining of race I got awful pitch sound. Super NT + FXPAK Pro
Yes, a track error check is missing. K did support a source code, but I do not dare to recompile since there are 2 source codes and I may do something wrong.
If you are lucky (which people usually are), I'll code it by hand in hex next time I have free
If you are lucky (which people usually are), I'll code it by hand in hex next time I have free
use a slicence pcm for that buzz sound thats it...Hey Conn..long time..boss....thanks for always fixing my patches hehe..it smees i quti but no.. i still do my hacking on pvt hehe i got 3 more snes hacks and mesen of course..but cant release those heheh
Hi K, nice you are still around
If a track is missing you need something like a
LDA $2000
AND #$08
BNE trackMissing
LDA #$FF
STA $2006
LDA #$03
STA $2007
RTL
trackMissing:
STZ $2006 ; so it doesn't play the scratching buzz noise in sd2snes
STZ $2007
RTL
I'll code it into TG2, that is a simple error check/track missing. You can also combine it with an spc fallback.
If a track is missing you need something like a
LDA $2000
AND #$08
BNE trackMissing
LDA #$FF
STA $2006
LDA #$03
STA $2007
RTL
trackMissing:
STZ $2006 ; so it doesn't play the scratching buzz noise in sd2snes
STZ $2007
RTL
I'll code it into TG2, that is a simple error check/track missing. You can also combine it with an spc fallback.
Ok, I made following adjustments:
- expanded the rom to 1.5 MB and shifted msu code in new region : I noticed that the code overwrote native code, so to avoid bugs this is adviceable
- made a missing track check, and muted if not exixting. This should avoid sd2snes buzz troubles:
https://mega.nz/file/QiYUiJ4C#-qxWLLR_JTffo7cJpdaFoD26ZLxUDVPDAyvUsIAVMlw
- expanded the rom to 1.5 MB and shifted msu code in new region : I noticed that the code overwrote native code, so to avoid bugs this is adviceable
- made a missing track check, and muted if not exixting. This should avoid sd2snes buzz troubles:
https://mega.nz/file/QiYUiJ4C#-qxWLLR_JTffo7cJpdaFoD26ZLxUDVPDAyvUsIAVMlw
kurrono wrote:use a slicence pcm for that buzz sound thats it...Hey Conn..long time..boss....thanks for always fixing my patches hehe..it smees i quti but no.. i still do my hacking on pvt hehe i got 3 more snes hacks and mesen of course..but cant release those heheh
Do it solves the problem?, How must we name it?.
Conn wrote:Ok, I made following adjustments:
- expanded the rom to 1.5 MB and shifted msu code in new region : I noticed that the code overwrote native code, so to avoid bugs this is adviceable
- made a missing track check, and muted if not exixting. This should avoid sd2snes buzz troubles:
https://mega.nz/file/QiYUiJ4C#-qxWLLR_JTffo7cJpdaFoD26ZLxUDVPDAyvUsIAVMlw
Then, We must to apply the patch, and a silent .pcm?
No, this new patch checks whether a pcm is present or not (error bit set), if not (error bit), it will simply not play the pcm. So no silent pcm neededThen, We must to apply the patch, and a silent .pcm?
Similar topics
» Rock n' Roll Racing
» Rock N' Roll Racing (USA)
» Top Gear 3000
» Rock n' Roll Racing (Mode 1)
» Top Gear
» Rock N' Roll Racing (USA)
» Top Gear 3000
» Rock n' Roll Racing (Mode 1)
» Top Gear
Permissions in this forum:
You cannot reply to topics in this forum