Attract-Mode Support Forum

Attract-Mode Support => Themes => Topic started by: robobob on July 03, 2022, 12:46:45 PM

Title: NEVATO theme how to set to 4:3 on a 16:9 monitor?
Post 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!!!
Title: Re: NEVATO theme how to set to 4:3 on a 16:9 monitor?
Post by: progets on July 04, 2022, 12:21:48 PM
Change lines 76 and 77 of the layout.nut

from
Code: [Select]
//fe.layout.width = 1920;
//fe.layout.height = 1080;

to
Code: [Select]
fe.layout.width = 800;
fe.layout.height = 600;
or what ever you want the resolution to be
Title: Re: NEVATO theme how to set to 4:3 on a 16:9 monitor?
Post by: robobob on July 12, 2022, 09:33:18 PM
Perfect!  Thank you!!