mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
sdvx2021061600
This commit is contained in:
committed by
Will
parent
f3616450b9
commit
48adc46af4
+45
@@ -109,6 +109,51 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]),
|
]),
|
||||||
|
new Patcher("soundvoltex.dll", "2021-06-16", [
|
||||||
|
{
|
||||||
|
name: "Disable power change", //patch by Xyen
|
||||||
|
tooltip: "Prevents power mode change on startup",
|
||||||
|
patches: [{ offset: 0x1ECEC3, off: [0x75], on: [0xeb] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Disable monitor change", //patch by Xyen
|
||||||
|
tooltip: "Prevents monitor setting changes on startup",
|
||||||
|
patches: [{ offset: 0x1ECF5B, off: [0x75], on: [0xeb] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Shared mode WASAPI",
|
||||||
|
tooltip:
|
||||||
|
"Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.",
|
||||||
|
patches: [{ offset: 0x42EC39, off: [0x04], on: [0x00] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Timer freeze", // ikaros14
|
||||||
|
patches: [{ offset: 0x71406, off: [0x84], on: [0x85] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: "union",
|
||||||
|
name: "Premium Time Length",
|
||||||
|
offset: 0x29A116,
|
||||||
|
patches: [
|
||||||
|
{
|
||||||
|
name: "Default (10 Minutes)",
|
||||||
|
patch: [0x00, 0x70, 0xc9, 0xb2, 0x8b, 0x00, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "20 Minutes",
|
||||||
|
patch: [0x00, 0xe0, 0x92, 0x65, 0x17, 0x01, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "30 Minutes",
|
||||||
|
patch: [0x00, 0x50, 0x5c, 0x18, 0xa3, 0x01, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "1 Hour",
|
||||||
|
patch: [0x00, 0xa0, 0xb8, 0x30, 0x46, 0x03, 0x00, 0x00],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
]),
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user