trueman832 Posted June 9, 2009 Posted June 9, 2009 Hi everybody, I think I have this figured out, but to fix it I need to disable the fullscreen mode from outside the program. Can anybody tell me which file holds this toggle, and maybe offer some insight into running 5040 x 1050 at 57Hz? I know to use notepad++ and do a backup... Thanks!
nemises Posted June 9, 2009 Posted June 9, 2009 looks like Graphics.cfg in the Config directory.. For each mode (interface, simulation, avi) , looks like you can set res, depth, fullscreen and aspect ratio. In your case, change the "fullscreen" value to "0" on all I guess? Good luck..
JG14_Smil Posted June 9, 2009 Posted June 9, 2009 (edited) options.lua in your scripts folder. You edit your resolutions in here and the lua file for your monitor setup. ["fullscreen"] = 0, you need to make a custom lua file for your 2 or 3 camera setup. In your config\monitorsetup folder. 2 cameras are easy to do, but you split the screen in half right through the HUD and it is not good that way. 5040 width is pretty wide and needs some major CPU balls to run. Edited June 9, 2009 by JG14_Smil
Recommended Posts