Attract-Mode Support Forum
Attract-Mode Support => Themes => Topic started by: robobob on July 03, 2022, 12:46:45 PM
-
I am setting up a ChaseHQ with many other driving games and have it almost ready to go - BUT using this theme for Arcade_Attract, I can't seem to get it to run 4:3 (I have a 24" LCD mounted perfectly between the existing bezel art on the ChaseHQ cab..
I know other themes like HyperSpin have a setting to make it 4:3, but I like this one better.. Looked all around layout.nut and it wasn't sticking out how to set it.
Any help would be greatly appreciated!!!
-
Change lines 76 and 77 of the layout.nut
from
//fe.layout.width = 1920;
//fe.layout.height = 1080;
to
fe.layout.width = 800;
fe.layout.height = 600;
or what ever you want the resolution to be
-
Perfect! Thank you!!