Page 1 of 1

New Scud Race PLUS bug

Posted: Sun Dec 03, 2023 10:56 am
by Masked Ninja
It seems that some of the latest updates fixed bugs in the "ROLLING START" warning message in "SCUD RACE" at the start of the race. But now in "SCUD RACE PLUS" it works worse.

Image
SCUD RACE

Image
SCUD RACE PLUS

Re: New Scud Race PLUS bug

Posted: Mon Dec 04, 2023 2:29 am
by gm_matthew
Oops... this glitch is happening because I patched the wrong memory location in Games.xml. My bad :oops:

Go into Games.xml, find Scud Race Plus (Revision A, scudplus) and change the following:

Code: Select all

        <!-- Prevent "rolling start" scrolling glitch -->
        <patch region="crom" bits="32" offset="0x14E3F0" value="0x20B201E0" />
to:

Code: Select all

        <!-- Prevent "rolling start" scrolling glitch -->
        <patch region="crom" bits="32" offset="0x14E424" value="0x20B201E0" />

Re: New Scud Race PLUS bug

Posted: Mon Dec 04, 2023 12:03 pm
by Masked Ninja
Yes, now it works correctly. Thank you so much.... :D

Re: New Scud Race PLUS bug

Posted: Mon Dec 04, 2023 1:26 pm
by model123
Thank you gm_matthew

Re: New Scud Race PLUS bug

Posted: Mon Dec 04, 2023 2:39 pm
by gm_matthew
Don't thank me too much, it's my fault this even happened in the first place :lol: