What's new

Configuration Variables

chinagreenelvis

New member
What are the various configuration parameters for the command line? I'm looking specifically for anything that disables the memory expansion pack for games that it causes glitches on. (Star Wars Episode I Racer, etc.)
 

Richard42

Emulator Developer
Here's one of the wiki pages with console usage:

http://code.google.com/p/mupen64plus/wiki/UIConsoleUsage

To disable the expansion pack, you should first run the emulator with '--saveoptions' to write the auto-detected input configuration into the main config file, and then you can later use "--set Input-SDL-Control1[plugin]=1" to disable the mempak on controller 1. You can set this value to '2' to use the mem pack, or '5' for the rumble pack.
 
OP
C

chinagreenelvis

New member
OP
C

chinagreenelvis

New member
Aha! Using the same --set forumula (and finding C:\Users\***\AppData\Roaming\Mupen64Plus\mupen64plus.cfg), I found the correct parameter to set:

--set core[DisableExtraMem]=True

This fixes the problems with the game!
 
Last edited:

Top