Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
For all custom resolution mods, there is no need for adding the seta cg_fov line.
Just make sure you set:
STEP 1.
seta r_customwidth "XXXX"
seta r_customheight "XXXX"
seta r_mode "X" --> seta r_mode "-1"
seta com_introplayed "0" --> seta com_introplayed "1" (to avoid the intro video)
to your specific resolution - for me its 21:9 (2560x1080px or 3440x1440px) and
STEP 2.
- go to your Gamesfolder (mostly) C:\Program Files (x86)\Steam\steamapps\common\Call of Duty
- right click on the CoDSP.exe - options - compatibility - high DPI - make the point at the bottom for high DPI scaling and make sure it is stays on "app".
Thats it! :)
Here are a couple of fixes for some errors that I ran into, but figured out:
1st Issue "Config CFG" file isnt showing up in the "main" folder:
You wont get the config cfg file until you have launched the game at least once.
2nd issue OpenGL wont let you start the game after changing the resolution:
The Open GL error only appears if you dont set the height and width parameters in the correct areas.
This is how the guide shows you it will appear in your CFG file -
seta r_customwidth "XXXX" --> seta r_customwidth "1920"
seta r_customheight "XXXX" --> seta r_customheight "1080"
This is how it appeared in my CFG file -
seta r_customheight "1080"
seta r_customwidth "1920"
Notice the height and width adjustments are in reverse order. Make sure the correct values are in the correct spots based on the resolution you are seeking.