Skip to content

Commit

Permalink
Game volume patches for Resident LDJ-012
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetic-flow committed Nov 1, 2023
1 parent 8692ce4 commit 7aa34dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resident.html
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,15 @@
name: "WASAPI Shared Mode (with 44.1kHz)",
patches: [{ offset: 0x2AEFC9, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
},
{
name: "Prevent Windows volume change (stop game from setting it to 100% on launch)",
patches: [{ offset: 0x363F71, off: [0xFF, 0x50, 0x38], on: [0x90, 0x90, 0x90] }],
},
{
name: "Increase Game Volume",
tooltip: "Ignore the in-game volume settings and use the maximum possible volume level. Especially helpful for TDJ which tends to be very quiet.",
patches: [{ offset: 0x6DC250, off: [0xFF, 0x90, 0x98, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90] }],
},
{
name: "Skip Decide Screen",
tooltip: "Immediately loads into chart after selection.",
Expand Down

0 comments on commit 7aa34dd

Please sign in to comment.