The game can communicate with other devices or software using the OSC protocol.

How to connect the game to OSC ?

  • Go to Options
  • Go to Modules
  • Choose the OSC module and click on Add
  • Configure the destination IP address and port
  • To enable the game to receive OSC messages, tick the Server box and set the reception port
  • Click Activate (the connected indicator should light up)

How to use OSC integration ?

In the level editor, in the Input/Ouput category, you can use the OSC Receiver and OSC Send blocks. These two blocks are used to configure the OSC address to identify the different types of message. The OSC signal will be text or number depending on the type of signal in the game.

Some generic events are sent by the game to let you know which level has been launched, the progress of level completion, or in-game alarms. This allows you to create a scenography based on the game's classic campaign, or to create a custom campaign and change the scenography according to the current level.