From 9bf49a808413c38c5524c15213d9422441e545ec Mon Sep 17 00:00:00 2001 From: RT Date: Thu, 6 Aug 2026 16:22:17 -0500 Subject: [PATCH] Bump console title to V5.1.0b2 Console lobby now reads "BattleTech Console V5.1.0b2", covering the 240-minute time limit work and the default-time fix on this branch. Also corrects the testing checklist, whose section 5 still asserted the V5.1.0b1 title and an 18-entry time list -- both would now fail on the bench. Added a check for the 7-minute default, which was silently landing on 4 before this branch's TIME_LIST_DEFAULT fix. Content only, no MW4.exe rebuild. ConLobby.script lives in props.mw4, so this needs build-env\build-resources.ps1 to appear in game. Co-authored-by: Claude Opus 5 (Anthropic) Co-authored-by: GitHub Copilot --- Gameleap/mw4/Content/ShellScripts/ConLobby.script | 3 ++- testing-checklist-5.1.0b1.txt | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gameleap/mw4/Content/ShellScripts/ConLobby.script b/Gameleap/mw4/Content/ShellScripts/ConLobby.script index 1e386a14..a0183162 100644 --- a/Gameleap/mw4/Content/ShellScripts/ConLobby.script +++ b/Gameleap/mw4/Content/ShellScripts/ConLobby.script @@ -17,6 +17,7 @@ // 06/24/26 Cyd MechCorps is given access to this script and the loading method (-diskfirst). This includes the CS timer fix. // 06/27/26 MCHL MechCorps Highlight: Change Fab4 to Super6. // 07/19/26 RT Bumped console title to V5.1.0b1 +// 08/06/26 RT Bumped console title to V5.1.0b2 //------------------------------------------------------------------------- @@ -253,7 +254,7 @@ main o_frame.type = 0 o_frame.location = 0, 0, 100 // MSL Version - o_frame.screen_name = "BattleTech Console V5.1.0b1" // localize$(IDS_MP_LOBBY_GAME_LOBBY) + o_frame.screen_name = "BattleTech Console V5.1.0b2" // localize$(IDS_MP_LOBBY_GAME_LOBBY) initialize(o_frame) int team_camo[16] // team_camo[selected team number] is skin number(0..36)... diff --git a/testing-checklist-5.1.0b1.txt b/testing-checklist-5.1.0b1.txt index 33a42fe3..47c7df71 100644 --- a/testing-checklist-5.1.0b1.txt +++ b/testing-checklist-5.1.0b1.txt @@ -31,11 +31,12 @@ Last known-good pod test: before eaa5fd3 [ ] Battlemaster Clan 2C: spawns with ER PPC, 6x ER ML, 2x Clan Gauss (16 rds each), Clan SSRM6 (15 rds) [ ] Behemoth / Behemoth II: Gauss rifles fire with group 1 (not group 3) -5. CONLOBBY -- V5.1.0b1 / SUPER6 MECH ROTATION - [ ] Console title displays "BattleTech Console V5.1.0b1" +5. CONLOBBY -- V5.1.0b2 / SUPER6 MECH ROTATION + [ ] Console title displays "BattleTech Console V5.1.0b2" [ ] Rookie mech cycle shows 6 mechs: Archer, Loki, Madcat, Thor, Vulture, Warhammer [ ] Right-click random mech picks from all 6 (not 5) - [ ] MP time-limit dropdown shows 18 entries (1-15, 20, 25, 30 min) and scrolls correctly + [ ] MP time-limit dropdown shows 23 entries (1-15, 20, 25, 30, 45, 60, 120, 180, 240 min) and scrolls correctly + [ ] MP time-limit defaults to 7 min (was wrongly defaulting to 4) [ ] Lobby launches correctly with 1-16 players 6. MW4PRINT v2.0