r_mode prob

seta r_customaspect "1"
seta r_customheight "1440"
seta r_customwidth "900"
seta r_mode "-1"


Whats wrong with that? Its my max resolution but ET crashes if I try to use it
Comments
12
Turn your screen 90 degrees like this:
[img]http://t3.gstatic.com/images?q=tbn:uDH7bsv8emnzyM:http://www.raymond.cc/images/how-to-rotate-screen.png[/img]

OR

1440 > 900

--------------------------------------------------------------- <<< width
|
|
|
| <<< height
|
|
|

Hope i didnt make it too complicated for you.
maybe his monitor is much taller than normal one? :D
Parent
check r_displayrefresh

if its too high the game will crush
No, the game will not crash, your screen will go blank on a CRT and you need to do is ALT + enter to go to windowed mode to 'fix' it and be able to open console and reset the value. On TFT the screen colours will go greenish.
Parent
you have height and width the wrong way round :D

needs to be

r_customwidth "1440"
r_customheight "900"
nice playing on a tall monitor
thx all :D
ROFALAMAYO!
try

seta r_customheight "900"
seta r_customwidth "1440"
Back to top