Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You can modify the resolution without having to open the game itself. You will need to find the two config.ini files for the game.
The first one you can find in the folder where your savegames are at:
/Users/<user>/Library/Application Support/Daedalic Entertainment/Deponia
The second file is within the app itself.
Since you bought the game on Steam ( I assume), you can find the app like this:
open Steam, right-click the game in your library, go to properties, then to local files, select “browse local files”.
Once you found the app, right-click it and select “show package contents”. Then go to contents and resources and finally you can see the config.ini.
In the config.ini you can see the following:
# FULLSCREEN = {yes|no}
# yes - starts the game in fullscreen
# no - starts the game in a window
FULLSCREEN = yes
#
# RESOLUTION = {Auto|Desktop|Game}
# Auto - wide-screen support is activated if a wide-screen display is detected
# Desktop - current desktop resolution is used when game is started in full screen mode
# Game - game is initialized with the resolution specified in the game
RESOLUTION = desktop
You can change "yes" and "Desktop" as you like. If you want to play in window mode you can replace the "yes" with "no" and also type in a specific resolution in the second paragraph where you can see “desktop” now.