Difference between revisions of "RocketLauncher Daemon"

From RocketLauncher Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<center>[[Image:DaemonLogo.png]]<br>
+
<center>[[Image:DaemonLogo.png|link=]]<br>
<font color="red" size="8" face="Book Antiqua">'''HYPERLAUNCH DAEMON'''</font></center>
+
<font color="red" size="8" face="Book Antiqua">'''ROCKETLAUNCHER DAEMON'''</font></center>
  
===What is HyperLaunch Daemon?===
+
===What is RocketLauncher Daemon?===
HyperLaunch Daemon is the latest member of the HyperLaunch family, it acts as a LEDBlinky proxy and can be used with frontends that support LEDBlinky. It will allow communication between the frontend and HyperLaunch while no game is running.
+
RocketLauncher Daemon is the latest member of the RocketLauncher family, it acts as a LEDBlinky proxy and can be used with frontends that support LEDBlinky. It will allow communication between the frontend and RocketLauncher while no game is running.
Right now it allows you to launch HyperPause directly from your frontend in context with the selected game, but more features can be added in the future as the application evolves.
+
Right now it allows you to launch RocketLauncher's Pause screen directly from your frontend in context with the selected game, but more features can be added in the future as the application evolves.
 
Before trying to use it you must <u>make sure your frontend has LEDBlinky support</u>, otherwise the Daemon cannot be used.
 
Before trying to use it you must <u>make sure your frontend has LEDBlinky support</u>, otherwise the Daemon cannot be used.
  
 
===Where to download it?===
 
===Where to download it?===
This is now available with HyperLaunch on GIT and can be found inside the Daemon folder after your next update.
+
This is now available with RocketLauncher on GIT and can be found inside the Daemon folder after your next update.
  
 
===How to Configure your frontend to use it===
 
===How to Configure your frontend to use it===
You simply need to tell your frontend to use HyperLaunchDaemon.exe instead of LedBlinky.exe. If the frontend requires the LedBlinky executable to be named LedBlinky.exe (such as HyperSpin does) then simply rename HyperLaunchDaemon.exe to LedBlinky.exe.
+
You simply need to tell your frontend to use RocketLauncherDaemon.exe instead of LedBlinky.exe. If the frontend requires the LedBlinky executable to be named LedBlinky.exe (such as HyperSpin does) then simply rename RocketLauncherDaemon.exe to LedBlinky.exe.
  
If you are also using LEDBlinky, you need to configure the Daemon to route the messages it gets from the frontend to LEDBlinky so that LEDBlinky will also work. For that, edit your HyperLaunchDaemon.ini file to something like this:
+
If you are also using LEDBlinky, you need to configure the Daemon to route the messages it gets from the frontend to LEDBlinky so that LEDBlinky will also work. For that, edit your RocketLauncherDaemon.ini file to something like this:
 
  [Settings]
 
  [Settings]
  HyperLaunch_Path=..\HyperLaunch.exe
+
  RocketLauncher_Path=..\RocketLauncher.exe
 
  LedBlinky_Enable=true
 
  LedBlinky_Enable=true
 
  LedBlinky_Path=..\LedBlinky\LedBlinky.exe
 
  LedBlinky_Path=..\LedBlinky\LedBlinky.exe
Line 21: Line 21:
 
LedBlinky_Path should point to your LEDBlinky executable file obviously. Both absolute and relative paths are accepted, relative paths are relative to the Daemon folder.
 
LedBlinky_Path should point to your LEDBlinky executable file obviously. Both absolute and relative paths are accepted, relative paths are relative to the Daemon folder.
  
===How to start HyperPause from your frontend===
+
===How to start RocketLauncher's Pause screen from your frontend===
Make sure you have your frontend properly configured to use the Daemon instead of LEDBlinky and then navigate to your game selection screen, and after selecting a game press your HyperPause button. This should bring the HyperPause screen up with all the info related to the selected game without launching it.
+
Make sure you have your frontend properly configured to use the Daemon instead of LEDBlinky and then navigate to your game selection screen, and after selecting a game press your RocketLauncher Pause button. This should bring the Pause screen up with all the info related to the selected game without launching it.
  
 
===Integration with EDS (Event Dispatch System)===
 
===Integration with EDS (Event Dispatch System)===
Line 32: Line 32:
 
Leave everything else blank.
 
Leave everything else blank.
  
You can read about (and download) EDS from [http://www.hyperspin-fe.com/forum/showthread.php?32782 here]
+
You can read about (and download) EDS from [http://www.hyperspin-fe.com/topic/2859-hyperspin-event-dispatch-system-eds here]
  
 
===Future Features===
 
===Future Features===
This was mostly created as a proof of concept to be able to access HyperPause directly from your frontend without needing to launch the game, right now it's the only purpose of the application, but we are counting on the community to suggest new features and improvements for future implementations. Just bare in mind we are limited to the info the frontend sends to LEDBlinky and therefore new features will always be restricted by that.
+
This was mostly created as a proof of concept to be able to access RocketLauncher's Pause screen directly from your frontend without needing to launch the game, right now it's the only purpose of the application, but we are counting on the community to suggest new features and improvements for future implementations. Just bare in mind we are limited to the info the frontend sends to LEDBlinky and therefore new features will always be restricted by that.
 
 
PS: Thanks once again to THK for creating the HyperLaunch Daemon for us.
 

Latest revision as of 02:41, 29 January 2016

DaemonLogo.png
ROCKETLAUNCHER DAEMON

What is RocketLauncher Daemon?

RocketLauncher Daemon is the latest member of the RocketLauncher family, it acts as a LEDBlinky proxy and can be used with frontends that support LEDBlinky. It will allow communication between the frontend and RocketLauncher while no game is running. Right now it allows you to launch RocketLauncher's Pause screen directly from your frontend in context with the selected game, but more features can be added in the future as the application evolves. Before trying to use it you must make sure your frontend has LEDBlinky support, otherwise the Daemon cannot be used.

Where to download it?

This is now available with RocketLauncher on GIT and can be found inside the Daemon folder after your next update.

How to Configure your frontend to use it

You simply need to tell your frontend to use RocketLauncherDaemon.exe instead of LedBlinky.exe. If the frontend requires the LedBlinky executable to be named LedBlinky.exe (such as HyperSpin does) then simply rename RocketLauncherDaemon.exe to LedBlinky.exe.

If you are also using LEDBlinky, you need to configure the Daemon to route the messages it gets from the frontend to LEDBlinky so that LEDBlinky will also work. For that, edit your RocketLauncherDaemon.ini file to something like this:

[Settings]
RocketLauncher_Path=..\RocketLauncher.exe
LedBlinky_Enable=true
LedBlinky_Path=..\LedBlinky\LedBlinky.exe

LedBlinky_Path should point to your LEDBlinky executable file obviously. Both absolute and relative paths are accepted, relative paths are relative to the Daemon folder.

How to start RocketLauncher's Pause screen from your frontend

Make sure you have your frontend properly configured to use the Daemon instead of LEDBlinky and then navigate to your game selection screen, and after selecting a game press your RocketLauncher Pause button. This should bring the Pause screen up with all the info related to the selected game without launching it.

Integration with EDS (Event Dispatch System)

If you want to use the Daemon together with other LEDBlinky proxy applications such as HyperMarquee and not only with LEDBlinky you can easily integrate it with EDS. You need to point your frontend LEDBlinky executable to the EDS executable and then configure the Daemon inside EDS. The settings you must use are:

IPC Method: CLI
Parameters: [ledblinky]
Event Filter: 1,2,3,7,8,9

Leave everything else blank.

You can read about (and download) EDS from here

Future Features

This was mostly created as a proof of concept to be able to access RocketLauncher's Pause screen directly from your frontend without needing to launch the game, right now it's the only purpose of the application, but we are counting on the community to suggest new features and improvements for future implementations. Just bare in mind we are limited to the info the frontend sends to LEDBlinky and therefore new features will always be restricted by that.