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) <noreply@anthropic.com> Co-authored-by: GitHub Copilot <copilot@github.com>
This commit is contained in:
co-authored by
Claude Opus 5
GitHub Copilot
parent
136e2ff05c
commit
9bf49a8084
@@ -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)...
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user