Overview
#Con esto podras poner la resolucion de 1080p entre otras.#With this you can put 1080p resolution among others.
English
How to change the resolution and put a custom resolution.
Entering the game, and adjust to change the settings, you will see that the bar has a maximum which is 1280×1024.
While this can be altered to expand the range of resolution.
We headed to the game installation directory, and then the GhostData folder.
C: Steam steamapps common ghost master GhostData
Herein we opened with Notepad, the file spdrv.cfg
Let’s say this is what marks the beginning and the maximum resolution that can be sectioned in the menu bar of the game.
What we do will change the digits by our resolution: ejmplo
maxw MaxH
1920 1080
The only thing we miss is replaced maxw: 1280 by 1920. MaxH: 1024 by 1080.
Save the changes.
Open the game and Let’s graphical configuration, and up to the maximum bar.
Restart the game and everything should go as we wish.
Sample Code
Español
Como cambiar la resolución y poner una resolución personalizada.
Si entramos en el juego, y lo ajustamos para cambiar la configuración, veremos que la barra tiene un máximo que es 1280×1024.
Bien esto se puede modificar, para ampliar el rango de resolución.
Nos dirigimos al directorio de instalación del juego, y luego a la carpeta GhostData.
C:Steamsteamappscommonghost masterGhostData
Aquí dentro abrimos con el bloc de notas, el archivo spdrv.cfg
Digamos que esto es lo que marca el inicio y el máximo de la resolución que se puede seccionar en la barra del menú del juego.
Lo que hacemos sera cambiar los dígitos por nuestra resolución: Ejmplo
MaxW MaxH
1920 1080
Lo único que hemos echo es sustituir MaxW: 1280 por 1920 . MaxH: 1024 por 1080.
Guardamos los cambios.
Abrimos el juego y Vamos a configuración gráfica, y subimos la barra al máximo.
Reiniciamos el juego y todo deberia de ir como deseamos.