New Scud Race PLUS bug

Technical discussion for those interested in Supermodel development and Model 3 reverse engineering. Prospective contributors welcome. Not for end-user support.
Forum rules
Keep it classy!
  • No ROM requests or links.
  • Do not ask to be a play tester.
  • Do not ask about release dates.
  • No drama!
Post Reply
User avatar
Masked Ninja
Posts: 9
Joined: Sat Nov 11, 2023 9:48 pm

New Scud Race PLUS bug

Post 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
gm_matthew
Posts: 15
Joined: Wed Nov 08, 2023 2:10 am

Re: New Scud Race PLUS bug

Post 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" />
User avatar
Masked Ninja
Posts: 9
Joined: Sat Nov 11, 2023 9:48 pm

Re: New Scud Race PLUS bug

Post by Masked Ninja »

Yes, now it works correctly. Thank you so much.... :D
model123
Posts: 2
Joined: Wed Nov 08, 2023 9:59 am

Re: New Scud Race PLUS bug

Post by model123 »

Thank you gm_matthew
gm_matthew
Posts: 15
Joined: Wed Nov 08, 2023 2:10 am

Re: New Scud Race PLUS bug

Post by gm_matthew »

Don't thank me too much, it's my fault this even happened in the first place :lol:
Post Reply