From 44ac23628fbb3fb331635650dbc0d6772333260f Mon Sep 17 00:00:00 2001 From: HiLordReilo <68978107+HiLordReilo@users.noreply.github.com> Date: Mon, 4 May 2026 22:04:30 +0300 Subject: [PATCH] [BST] Forced windowed mode + shorter monitor for BST1 --- beatstream1.html | 36 ++++++++++++++++++++++++++++++++++++ beatstream2.html | 30 ++++++++++++++++++++++++++++-- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/beatstream1.html b/beatstream1.html index e2375ca..d738e85 100644 --- a/beatstream1.html +++ b/beatstream1.html @@ -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] + } + ] }, ]), ]); diff --git a/beatstream2.html b/beatstream2.html index 92ef33b..3252007 100644 --- a/beatstream2.html +++ b/beatstream2.html @@ -31,7 +31,7 @@ }] }, { - name: "Increase hi-speed range to 1.0-2.5", + name: "Change Hi-Speed range to 1.0 ~ 2.5", patches: [ { offset: 0xA36AA0, //Packed single-precision floats @@ -110,7 +110,33 @@ on: [0xE8, 0x67, 0xC5, 0xE1, 0xFF, 0x83, 0xB8, 0x8C, 0x01, 0x00, 0x00, 0x01, 0x75, 0x43, 0xC6, 0x87, 0x80, 0x00, 0x00, 0x00, 0x01, 0xEB, 0x3A, 0x90] } ] - } + }, + { + name: "Force windowed mode", //Created by HiLord + tooltip: "Makes the game launch in windowed mode *with both screens* as separate windows", + patches: [ + { + offset: 0x1DA014, + off: [0x74], + on: [0xEB] + }, + { + offset: 0x1DA443, + off: [0x74], + on: [0x75] + }, + { + offset: 0x1DA4F6, + off: [0x75], + on: [0xEB] + }, + { + offset: 0x1DB94F, + off: [0x94], + on: [0x95] + } + ] + }, ]), ]); });