Ghost Master® Guide

Ajuste de Resolución.  Resolution setting. (1920x1080) for Ghost Master

Ajuste de Resolución. Resolution setting. (1920×1080)

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

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // OpenGL driver configuration values (max resolution, usage strategy, etc) // // bVendor Vendor bRenderer Renderer bVersion Version MinW MaxW MinH MaxH C16 C32 DB16 DB24 DB32 S16C16Z S16C24Z S16C32Z S32C16Z S32C24Z S32C32Z DL DYNAMIC AGP // Evans & Sutherland REALImage Technology 1 Sutherland 1 REAL 0 ANY 640 1920 480 1080 1 1 1 1 1 1 1 1 1 1 0 0 1 // Matrox Parhelia // 0 ANY 1 Parhelia 0 ANY 640 1920 480 1080 1 1 1 1 1 1 1 1 1 1 0 0 1 // Dodgy AGP Configuration Workaround // 0 ANY 1 GeForce 0 ANY 640 1920 480 1080 1 1 1 1 1 1 1 1 1 1 0 1 0

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.

SteamSolo.com