500X300 Resolution, the output is 320X320
by Erick Sitter · in Torque Game Builder · 08/06/2011 (3:57 am) · 3 replies
I'm currently trying to set my games resolution to 500X300 as that's what fit's my games gfx. However, whenever I try and set it to this resolution the output is 320X320.
This is what I'm currently using.
I've also tried editing the project's CommonConfig.xml, tried setting the screen mode when the game start's I even looked at editing the source.
But to no avail I can't get my window at 500X300.
This is what I'm currently using.
%goodres = "500 300 32"; setScreenMode( GetWord( %goodres, 0), GetWord( %goodres,1), GetWord( %goodres,2), false );
I've also tried editing the project's CommonConfig.xml, tried setting the screen mode when the game start's I even looked at editing the source.
But to no avail I can't get my window at 500X300.
About the author
I love anime, manga, and game design. I also love sports(games)^^
Torque 3D Owner Matt Huston
Atomic Banzai Games