Dolphin, the GameCube and Wii emulator - Forums

Full Version: Adding settings to game ini?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to add wideScreenHack = True and AspectRatio = 3 for Fatal Frame 4. However, the GFX.ini and game ini's are configured differently. What do I add too the ini for the settings I want to be true?
I'm confused. Maybe i get it wrong, but the GFX.ini is not supposed to be changed.
And you just have to rightclick the game and choose Properties. There under "Game Config > Editor" you see "User Config" at the bottom.
For the Widescreenhack and Aspect Ratio you just have to type this in there:

[Video_Settings]
wideScreenHack = True
AspectRatio = 3

As far as i know that should be all. This will add these settings to the global Gamesettings.ini of the game (or override existing settings in it) without changeing it.

If i missunderstood everything, i'm sorry.
I used this: https://wiki.dolphin-emu.org/index.php?title=GameINI
(02-24-2019, 05:20 AM)RemagOrter Wrote: [ -> ]I'm confused. Maybe i get it wrong, but the GFX.ini is not supposed to be changed.
And you just have to rightclick the game and choose Properties. There under "Game Config > Editor" you see "User Config" at the bottom.
For the Widescreenhack and Aspect Ratio you just have to type this in there:

[Video_Settings]
wideScreenHack = True
AspectRatio = 3

As far as i know that should be all. This will add these settings to the global Gamesettings.ini of the game (or override existing settings in it) without changeing it.

If i missunderstood everything, i'm sorry.
I used this: https://wiki.dolphin-emu.org/index.php?title=GameINI
Thank you, that helped me out.