Nosto
07-03-2010, 09:43 AM
Hai!
Command line or steam launch commands can be added to the game.
http://udn.epicgames.com/Three/CommandLineArguments.html
I am in the process of figuring out what we can use and what it does. I have worked with the unreal engine (not build 3 thou) and I have some idea of its workings.
So far you can do this:
Rendering
WINDOWED – Set game to run in windowed mode.
So your line looks like this: E:\Steam\steamapps\common\transformers war for cybertron\Binaries TWFC.exe -WINDOWED
=OR=
In steam just add -WINDOWED in the properties -> launch options for the game
These should work in conjunction with window mode. I haven't tested them all fully yet, and I'm not even sure they work.
Here are a few that I find interesting.......
FPS= - set the frames per second for benchmarking.
(window position on screen)
# WindowPosX= - Set the horizontal position of the game window on the screen.
# WindowPosY= - Set the vertical position of the game window on the screen.
(This should be setting the game window's size for example 800x600)
# ResX= - Set horizontal resolution for game window.
# ResY= - Set vertical resolution for game window.
( I think this one is for full screen, for the purpose of centering the image on the monitor)(not sure)
# PosX= - Set the horizontal position of the game window on the screen.
# PosY= - Set the vertical position of the game window on the screen.
I hope this helps, sadly I have to go out of town today and can't test this better till Monday.
Please see what you can figure out!
Command line or steam launch commands can be added to the game.
http://udn.epicgames.com/Three/CommandLineArguments.html
I am in the process of figuring out what we can use and what it does. I have worked with the unreal engine (not build 3 thou) and I have some idea of its workings.
So far you can do this:
Rendering
WINDOWED – Set game to run in windowed mode.
So your line looks like this: E:\Steam\steamapps\common\transformers war for cybertron\Binaries TWFC.exe -WINDOWED
=OR=
In steam just add -WINDOWED in the properties -> launch options for the game
These should work in conjunction with window mode. I haven't tested them all fully yet, and I'm not even sure they work.
Here are a few that I find interesting.......
FPS= - set the frames per second for benchmarking.
(window position on screen)
# WindowPosX= - Set the horizontal position of the game window on the screen.
# WindowPosY= - Set the vertical position of the game window on the screen.
(This should be setting the game window's size for example 800x600)
# ResX= - Set horizontal resolution for game window.
# ResY= - Set vertical resolution for game window.
( I think this one is for full screen, for the purpose of centering the image on the monitor)(not sure)
# PosX= - Set the horizontal position of the game window on the screen.
# PosY= - Set the vertical position of the game window on the screen.
I hope this helps, sadly I have to go out of town today and can't test this better till Monday.
Please see what you can figure out!