RocketLauncher v1.0.0.1

djvj

Administrator
Staff member
Developer
Main feature with this release is the ability to use many different virtual drives. You are no longer tied to just Daemon Tools 4. You can see the write-up on all the supported applications on the wiki: http://www.rlauncher.com/wiki/index.php?title=Virtual_Drives

You also now have the ability to run your own custom code at the start of Pause and right after Pause exits. See the new User Functions (Example).ahk in the libs folder for the new functions.

Enjoy!

Main:

* RocketLauncher updated to v1.0.0.1
  • Removed file check for your VD application on all launches where VD is used but not enabled.
  • New setting: Virtual_Drive_Drive_Letter, The drive letter you want your defined virtual drive software to use. This does not apply to Daemon Tools 4 as you define the letter in the Daemon Tools application.
* UserFunctions
  • StartPauseUserFeatures and StopPauseUserFeatures are 2 new areas where users can inject their own code to run before Pause starts and after Pause ends.
* Shared updated to v1.2.6
  • Run command default options were not being set correctly to "useerrorlevel". Default changed to no options used.
  • Added RunWait RL command
  • Removed duplicate gdip cleanup which has the chance to cause random crashes on errors
  • Removed a legacy HS XML function no longer used
  • 7z moved to its own lib file
  • Virtual Drive moved to its own lib file
* Pause updated to v1.1.0
  • Implemented StartPauseUserFeatures and StopPauseUserFeatures support
* Plugins
  • Added basic AttractMode plugin for RocketLauncher launching only

Modules:
* Xebra updated to v2.0.3
  • Removed an unnecessary space sent on CLI
* BGB updated to v2.0.3
  • Multiplayer menu setting is now global or per-rom and defaulted to false
* Pinball FX2 updated to v2.0.7
  • Multiplayer menu setting is now global or per-rom and defaulted to false
* VBA Link updated to v2.0.5
  • VBA Link menu setting is now global or per-rom and defaulted to false
* MAME updated to v2.1.11
  • Added ini option to Videomode setting (Module will use whatever videomode setting user defined in the MAME ini files)
* MESS updated to v2.2.7
  • Added support to define command line parameters per rom
  • Added static system command line parameters
  • Updated HLSL, GLSL and Videomode settings to match the MAME module



RocketLauncherUI:
v1.0.0.2 (May 28th, 2015):
* License info is now added to newly created JoyToKey profiles if exists. You must enable this
setting in the RLUI panel
* Added support for the new Virtual_Drive_Drive_Letter setting
 
Top