Dolphin, the GameCube and Wii emulator - Forums

Full Version: Disabling cheats from the command line
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

Quick question for you: is it possible to disable cheats from the command line? I have a front end I built that runs all my games/emulators and it would be easier if this were possible.

For example:
dolphin.exe -nocheats -e "path to game"

If not, I understand Smile

Thanks in advance!
No, and i don't see a good reason to add it. Just edit the config file.
Fwiw, it's also possible to mess around with the config file via the commandline. There are numerous ways to go about doing this, the easiest solution coming to my mind would be to copy+paste over the config file with a custom one, e.g. just copy some file like "DolphinNoCheat.ini" over the Dolphin.ini file before launching Dolphin. You could put it all in a batch file for convenience. Really, scripting is one of the joys of using the CLI; a plethora of possibilities for any problem :p
Thanks All! I agree with you RachelB. However if it already existed I wanted to use it. No worries Smile