Difference between revisions of "Mala Plugins"
Jump to navigation
Jump to search
m |
(→Creating MaLa Plug-Ins) |
||
Line 4: | Line 4: | ||
<br style="clear:both;"/> | <br style="clear:both;"/> | ||
+ | |||
+ | Know how to code in Delphi or C+++? | ||
+ | |||
+ | Well why not make your own Plug-in. | ||
+ | |||
+ | It can be as complex or as simple as you like. | ||
+ | |||
+ | In a Nutshell. The plug-ins are triggered on various events. | ||
+ | |||
+ | eg: | ||
+ | * MaLa Start | ||
+ | * Game Start | ||
+ | * Screen Saver Start | ||
+ | * more.... | ||
+ | |||
+ | On these events you decide what your plug-in will do.. | ||
+ | |||
+ | You for example may have the PC do something like make a BEEP noise when you start a game or you may have it do something more complex like mapping controls for your Josticks for a custom control panel. | ||
+ | |||
+ | In any case.. Download the Plug-in SDK and have a play | ||
+ | |||
+ | The explample provided. 'EVENT LOGGER' Saves line to a text file every time a event happens. | ||
+ | |||
+ | When you are ready you can subsitute this code with code of your own to make the plug-in do somethings else.. | ||
+ | |||
+ | Have a play.. It's lots of fun :-) | ||
+ | |||
== See Also == | == See Also == | ||
* [[Mala_Wiki]] | * [[Mala_Wiki]] |
Revision as of 18:25, 8 April 2007
Installing MaLa Plug-Ins
Creating MaLa Plug-Ins
Know how to code in Delphi or C+++?
Well why not make your own Plug-in.
It can be as complex or as simple as you like.
In a Nutshell. The plug-ins are triggered on various events.
eg:
- MaLa Start
- Game Start
- Screen Saver Start
- more....
On these events you decide what your plug-in will do..
You for example may have the PC do something like make a BEEP noise when you start a game or you may have it do something more complex like mapping controls for your Josticks for a custom control panel.
In any case.. Download the Plug-in SDK and have a play
The explample provided. 'EVENT LOGGER' Saves line to a text file every time a event happens.
When you are ready you can subsitute this code with code of your own to make the plug-in do somethings else..
Have a play.. It's lots of fun :-)
See Also
Visit the Front-End index. |