Resolution
How can i change the resolution thru the files instead of the game...I need a certain one that seems not to be there.
Unvanquished is an open-source FPS game featuring team-based strategy and RTS elements, pitting humans against aliens in a futuristic setting.
https://forums.unvanquished.net/
How can i change the resolution thru the files instead of the game...I need a certain one that seems not to be there.
Edit autogen.cfg, which should be in one of the following locations:
Windows: %HOMEPATH%/Documents/My Games/Unvanquished/config
Linux: ~/.Unvanquished/config
Mac: ~/Library/Application Support/Unvanquished/config
Add the following lines to the end of the file, with the appropriate width and height for your desired resolution:
Code: Select all
seta r_mode -1
seta r_customwidth 1920
seta r_customheight 1080
These lines will probably already exist inside the file, you should edit them then.
It doesn't matter. Since the autogen.cfg will be overwritten and the values on the bottom will be integrated into the real values. Sixthly's way is much easier. No searching, just copy-paste and edit.
Thanks it worked...resolution was higher than my screen so i could not change it down.