From 7aa34dd65f0da70d2a5527ae9e98fc5581dd47dd Mon Sep 17 00:00:00 2001 From: Minsang <54884351+minsang-github@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:11:20 -0700 Subject: [PATCH] Game volume patches for Resident LDJ-012 --- resident.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resident.html b/resident.html index d9fc683..3a649f8 100644 --- a/resident.html +++ b/resident.html @@ -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.",