CPWizard

From RocketLauncher Wiki
Revision as of 18:42, 11 June 2015 by Djvj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


You can set CPWizard utility to run before any emulator.




  • 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