Dolphin, the GameCube and Wii emulator - Forums
Syntax for game config txts - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Syntax for game config txts (/Thread-syntax-for-game-config-txts)



Syntax for game config txts - valzi - 12-11-2009

Is it possible to make a game config .txt do something like, for example enable "Use safe texture cache" for a specific game? Is it possible to customize settings specific to certain games?

I've been looking in the forums and don't see any explanation of how to use these.

An example config .txt:

# GIKE70 - IKARUGA



[EmuState]
#The Emulation State.
EmulationStateId = 4
EmulationIssues =
[OnFrame]

[ActionReplay]

[Video]
ProjectionHack = -1


RE: Syntax for game config txts - James333 - 12-11-2009

right click in the iso > properties , you will see all the posibles configurations for that game

and all the game configs are in *\User\GameConfig


RE: Syntax for game config txts - valzi - 12-11-2009

(12-11-2009, 11:11 AM)James333 Wrote: right click in the iso > properties , you will see all the posibles configurations for that game

and all the game configs are in *\User\GameConfig

OH! I thought they were grayed out because I couldn't change them! They're just grayed out because they're set to program default. Wonderful! Thanks.