Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Removes score limits on Road Rules in Burnout Paradise

Notifications You must be signed in to change notification settings

burninrubber0/BPRoadRuleLimitRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archival note

This repository has been archived due to issues pertaining to invalid scores. The most noticeable of these, though not the most important, is incorrect entries in Today's Best while online. Possible reasons for this include, among other things:

  • The values being used for more than just score limits
  • The method used to measure and/or validate scores being buggy
  • The netcode used to send/receive scores being buggy

Following archival, there should be no allowed use of this tool in speedrunning or other moderated scoreboards unless the issues are resolved.

Burnout Paradise Road Rule Limit Remover

Removes the minimum time limit of 2 seconds from Time Road Rules and raises the maximum score limit of $1000000000 on Showtime Road Rules to $2000000000 by modifying the game's executable.

This would normally be done via dll, but since some cross-platform capability is nice and I don't feel like making sprx mods, this is how it's gonna be.

Required tools for limit removal on console

RRLR will not decrypt or decompress executables, nor will it create a CON/PIRS/LIVE or PS3/PS4 package. You will need to do this yourself.

While there is no encryption or compression on PC, there is on console. Most PS4 dumpers decrypt/decompress the executable by default, so this section will only cover PS3 and X360.

PS3 executables can be decrypted and resigned using TrueAncestor SELF Resigner. The command-line GUI is fairly straightforward - tpyically, you would choose option 1 to decrypt and 2 or 3 or resigning. If you are using a PSN version, you will need to provide a RAP file for decryption.

X360 executables can be decrypted etc using xextool. This is run via command line. A typical decryption/decompression command looks like xextool -c u -e u c:\default.xex, while the reverse would use -c c -e e instead.

If you need them, there are much better tutorials for package creation than what I could write (use Google), but as a start, some apps on Xbox are Velocity, Le Fluffie, and Horizon, while PS3 has aldostools' PS3 Tools. PS4 also has package creation tools, but they're from the Sony PS4 [redacted], so I can't link them.

Building

Requires CMake and Qt6. Qt should be in PATH.

mkdir build
cd build
cmake ..
cmake --build .

About

Removes score limits on Road Rules in Burnout Paradise

Resources

Stars

Watchers

Forks

Packages

No packages published