PDA

View Full Version : In-Editor Game



HykCraft
11-26-2007, 05:38 PM
Okay.. I've done a search for my question and haven't found any topics related to it.

When you choose the "Play From Here" option in the editor, it brings up the "In-Editor Game" window that lets you play your level in real-time. Problem is, my window is too small. I work using a 1680x1050 resolution and In-Editor Game window comes in at like 640x480.

Is there a setting somewhere in the editor to choose the resolution of the In-Editor Game window?

Thanks in advance.

brdolan
11-27-2007, 02:17 AM
I think it runs at the same resolution that you have the actual game set to.

Ceryk
11-27-2007, 03:09 AM
I think it runs at the same resolution that you have the actual game set to.

Not for me, my game is set to 1280X1024, but the in-editor window for me is, like he said, something like 640X480

HykCraft
11-27-2007, 03:39 AM
Nope, I run the game at 1680x1050 and the in-editor game window runs at like 640x480. So tiny on my monitor.

NOW, if I use the Gears editor, that in-editor game window runs at the game's resolution I have it set on. I'll try looking through the .ini files.

Emo Von Peeblabis
11-27-2007, 07:44 AM
In Editor Window Don't You Just Open Console And Use the setres Command

setres 800x600

And It'll Set The Window Size?

westsidazrhidaz
11-28-2007, 01:30 AM
yea thx its working, i had the same problem here, though everytime you close it it goes back to the old res, i looked into the frontend ini and there nothing i can see about the editor?

edit:i know you can press uparrow key to get last commands but still annoying to me

leaknoil
11-28-2007, 02:15 AM
Anyone found it in the ini files ? I can't find anything different between GOW and UT3. Well anything obvious anyway. Sure is annoying to have to enter the console everytime I want to do a quick check and need higher rez.

frogspasm
12-02-2007, 08:16 PM
You can also bind it to a key, for example to the "h" key:

setbind h setres 1200x900

HykCraft
12-02-2007, 08:47 PM
Thanks man.