Difference between revisions of "CPWizard"
Jump to navigation
Jump to search
You can set CPWizard utility to run before any emulator.
Kevinlives (talk | contribs) (Created page with "---- <center>'''You can set CPWizard utility to run before any emulator.'''</center> ---- *You need to set CPWizard installation path and enable CPWizard in the system e...") |
|||
Line 8: | Line 8: | ||
− | *You need to set CPWizard installation path and enable CPWizard in the system either through the ini settings or by | + | *You need to set CPWizard installation path and enable CPWizard in the system either through the ini settings or by RocketLauncherUI. |
− | '''Settings\ | + | '''Settings\RocketLauncher.ini:''' |
<pre style="color:green;">[CPWizard] | <pre style="color:green;">[CPWizard] | ||
Line 17: | Line 17: | ||
− | '''Settings\Global | + | '''Settings\Global RocketLauncher.ini:''' |
<pre style="color:green;">[CPWizard] | <pre style="color:green;">[CPWizard] | ||
Line 26: | Line 26: | ||
− | *You can define the use of CPWizard on a per-system basis using each system's | + | *You can define the use of CPWizard on a per-system basis using each system's RocketLauncher.ini: |
− | '''Settings\System Name\ | + | '''Settings\System Name\RocketLauncher.ini:''' |
<pre style="color:green;">[CPWizard] | <pre style="color:green;">[CPWizard] |
Latest revision as of 17:42, 11 June 2015
- You need to set CPWizard installation path and enable CPWizard in the system either through the ini settings or by RocketLauncherUI.
Settings\RocketLauncher.ini:
[CPWizard] CPWizard_Path=
Settings\Global RocketLauncher.ini:
[CPWizard] CPWizard_Enabled=false CPWizard_Delay=8000 CPWizard_Params=-minimized -timeout 9000 CPWizard_Close_On_Exit=false
- You can define the use of CPWizard on a per-system basis using each system's RocketLauncher.ini:
Settings\System Name\RocketLauncher.ini:
[CPWizard] CPWizard_Enabled=use_global CPWizard_Delay=use_global CPWizard_Params=use_global CPWizard_Close_On_Exit=use_global
- Definitions:
- CPWizard_Path - Make sure this points to your CPWizard.exe
- CPWizard_Enabled - Enables or disables CPWizard support on a global or system basis
- CPWizard_Delay - The amount of time, after cpwizard runs, before continuing to load the module, in milliseconds
- CPWizard_Params - Parameters you need tacked onto the CLI
- CPWizard_Close_On_Exit - If true, completely exits CPWizard on exit of a game