![]() |
|
INI Config File for DOL File? - 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: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: INI Config File for DOL File? (/Thread-ini-config-file-for-dol-file) |
INI Config File for DOL File? - Titan91 - 12-12-2013 I'm running a game from a directory by opening it's DOL file, and need to get access to an INI config file for it (specifically Gecko codes to speed up testing a level editor). Is it possible for DOL files to have an associated INI file like a game running from a disc image? Or make DOL files appear in the list of games so I can right click it and edit stuff that way? RE: INI Config File for DOL File? - skid - 12-12-2013 The answer is "No" to both of these questions. We do get this request every so often, but the function is not used often enough for someone to implement it. The general problem is that the dol/elf does not have a gameid to grab the ini from. RE: INI Config File for DOL File? - Titan91 - 12-12-2013 (12-12-2013, 12:39 PM)skid Wrote: The answer is "No" to both of these questions. We do get this request every so often, but the function is not used often enough for someone to implement it. The general problem is that the dol/elf does not have a gameid to grab the ini from.I see. That's fine, I'll just use Wiiscrubber. RE: INI Config File for DOL File? - mbc07 - 12-12-2013 I'm not sure, but RachelB stated that adding the Game INI entries that you want to Dolphin.ini will make it be used with any .DOL/.ELF file loaded by Dolphin. At least when using DVD Root + Apploader and then booting the .dol worked (and no, it won't read the game INI if booted like that)... RE: INI Config File for DOL File? - RachelB - 12-13-2013 (12-12-2013, 11:19 PM)Jhonn Wrote: I'm not sure, but RachelB stated that adding the Game INI entries that you want to Dolphin.ini will make it be used with any .DOL/.ELF file loaded by Dolphin. At least when using DVD Root + Apploader and then booting the .dol worked (and no, it won't read the game INI if booted like that)...That works for a few settings that can't be set via gui (Such as ztp hack, and sync gpu), but not for gecko codes. |