Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Patch "Disable Speed Lines in 2D" in "Graphics/Post-processing" by "stis" does "Disables the speed lines around the player whilst boosting."
{
WriteProtected<byte>
(
/* v1.10.0.0: 0x141240A78 */
ScanSignature
(
"\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x30\x34",
"xxxxxxxxxxxxxxxxxx"
),
0x30
);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Patch "Disable Speed Lines in 3D" in "Graphics/Post-processing" by "stis" does "Disables the speed lines around the edges of the screen whilst boosting."
{
WriteProtected<byte>
(
/* v1.10.0.0: 0x1412450C8 */
ScanSignature
(
"\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x30\x31",
"xxxxxxxxxxxxxxxxxx"
),
0x30
);
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Patch "Disable Speed Lines" in "Graphics/Post-processing" by "stis" does "Disables the speed lines around the edges of the screen whilst boosting."
{
WriteProtected<byte>
(
/* 0x141D9DD28 */
ScanSignature
(
"\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x5F\x6C\x76\x31\x5F\x72\x6F\x74\x61\x74\x65",
"xxxxxxxxxxxxxxxxxxxxxxxxxxx"
),
0x30
);
WriteProtected<byte>
(
/* 0x141D9DD60 */
ScanSignature
(
"\x65\x66\x5F\x70\x6C\x5F\x6C\x69\x6E\x65\x5F\x73\x70\x65\x65\x64\x5F\x6C\x76\x32\x5F\x72\x6F\x74\x61\x74\x65",
"xxxxxxxxxxxxxxxxxxxxxxxxxxx"
),
0x30
);
}