[BST] Forced windowed mode + shorter monitor for BST1

This commit is contained in:
HiLordReilo
2026-05-04 22:04:30 +03:00
committed by Will
parent a4e3c383e8
commit 44ac23628f
2 changed files with 64 additions and 2 deletions
+36
View File
@@ -21,6 +21,42 @@
off: [0x48, 0x83, 0xFD, 0x10, 0x72, 0x09, 0x48, 0x8D, 0x79, 0x08],
on: [0xBB, 0x00, 0x00, 0x00, 0x00, 0xE9, 0xAE, 0x01, 0x00, 0x00]
}]
},
{
name: "Shorter Monitor Check",
patches: [
{
offset: 0x1D760E,
off: [0x1E],
on: [0x03]
}
]
},
{
name: "Force windowed mode", //Created by HiLord
tooltip: "Makes the game launch in windowed mode *with both screens* as separate windows",
patches: [
{
offset: 0x1DB194,
off: [0x74],
on: [0xEB]
},
{
offset: 0x1DB626,
off: [0x74],
on: [0x75]
},
{
offset: 0x1DB6E5,
off: [0x75],
on: [0xEB]
},
{
offset: 0x1DD092,
off: [0x94],
on: [0x95]
}
]
},
]),
]);