other.jps

+ Help - How do I create a plugin for MultiFE?

MultiFE utility the Jukebox Plug-in System, and you can get more document about it at:
Document API for JukePlugSys

As you can see, a application can add various PLUGIN_EVENT to a plugins, that doesn't need to been shared by all applications. So in MultiFE, you can see the list on the attachments file which you can checkout which EVENTS that is used by MultiFE.

As you can see, you should of course make sure your plugins with with a least Uncle'T Jukebox, Aussie Juke and also with MultiFE. Even MultiFE is a frontend now, I still want JPS as the prefer plug-in system, since it works fine here, just with one special added command (But it does NOT broke the SDK).

There is one command that is special here, and that is PLUGIN_EVENT_FEA_GAME_START: The number this command send to your plug-in is a pointer to a memory, where a UTF8 formatted string hold. The string contain a lots of info about the game, the user have started.

The string is formatted as OGG style tags, and can been retrieved something like the code I use in the snippets.bmx.txt file.