Full-canvas 1080p viewscreen, compact MFDs in the corners
Playtest direction on the canvas layout: all five MFDs at the compact 320x240 glass size - upper pair pushed to the top corners, score glass top-center, lower pair in the bottom corners, map bottom-center - and the viewscreen now fills the entire 1920x1080 canvas. Launched with -res 1920 1080 the 3D renders native 1:1 (the 2007 D3D9 path takes the 1080p backbuffer and 16:9 aspect without complaint). start-windowed.bat updated accordingly. Verified live: full-screen native 3D with the cockpit floating over its edges, mission running, preset lamp lit on the map column. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -81,8 +81,9 @@ TARGETFPS=60
|
||||
Set-Content -Path "$dist\start-windowed.bat" -Encoding ascii -Value @"
|
||||
@echo off
|
||||
rem Red Planet 4.12 - desktop prototype (windowed, local test mission)
|
||||
rem The cockpit canvas is 1920x1080; -res matches it for native 3D.
|
||||
cd /d "%~dp0"
|
||||
start rpl4opt.exe -windowed -res 800 600 -egg TEST.EGG
|
||||
start rpl4opt.exe -windowed -res 1920 1080 -egg TEST.EGG
|
||||
"@
|
||||
|
||||
Set-Content -Path "$dist\README.txt" -Encoding ascii -Value @"
|
||||
|
||||
Reference in New Issue
Block a user