Ese juego, como varios tantos, usan el motor de Unreal 3, con lo que tienen los mismos comandos:
EpicGames escribió:
Rendering
ConsolePosX: Horizontal position for console output window.
ConsolePosY: Vertical position for console output window.
PosX: Set the horizontal position of the game window on the screen.
PosY: Set the vertical position of the game window on the 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.
ResX: Set horizontal resolution for game window.
ResY: Set vertical resolution for game window.
VSync: Activate the VSYNC via command line (prevents tearing of the image but costs fps and causes input latency)
NoVSync: Deactivate the VSYNC via command line
BENCHMARK: Run game at fixed-step in order to process each frame without skipping any frames. This is useful in conjunction with DUMPMOVIE options.
DUMPMOVIE: Dump rendered frames to files using current resolution of game.
DUMPMOVIE_TILEDSHOT: Dump rendered frames to files using the specified resolution multiplier. Uses tiled shots for high resolution frames (e.g. DUMPMOVIE_TILEDSHOT=4).
EXEC: executes the specified exec file.
FORCESHADERMODEL2: Force shader model 2 rendering path even on shader model 3 hardware.
FORCESHADERMODEL3: Force the use of shader model 3.
FPS: set the frames per second for benchmarking.
FULLSCREEN: Set game to run in fullscreen mode.
PIXO: Use pixomatic software rendering.
SECONDS: Set the maximum tick time.
SM3: Force the use of shader model 3.
SM4 / D3D10: Force use of DirectX 10 if available.
WINDOWED: Set game to run in windowed mode.
http://udn.epicgames.com/Three/CommandL ... ments.htmlNo recuerdo bien como se pone la linea de comando, pero es algo mas o menos asi:
Vas al icono de acceso directo del juego [o lo tienes en el escritorio o en el boton inicio de windows], pulsas sobre el icono de acceso directo el boton secundario del raton y vas a propiedades. En la ventana propiedades, pestaña ACCESO DIRECTO>DESTINO veras algo como.
"X:\ruta del juego\juego.exe"
agregas el comando -FPS, quedando asi.
"X:\ruta del juego\juego.exe"
-FPSPulsas el boton aceptar y ahora que abras el juego desde ese icono de acceso directo debera mostrar los cuadros por segundo a los que se renderea el juego.
sino prueba esto:
pulsa la tecla de tilde "~" para abrir la consola y escribe STAT FPS