Multiplayer scripting in Nasal: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Created page with "At the moment (10/2011) there is unfortunately no documentation available, you should refer to the mp_broadcast.nas module or other Nasal modules making use of it, such as the wi...")
 
mNo edit summary
Line 1: Line 1:
At the moment (10/2011) there is unfortunately no documentation available, you should refer to the mp_broadcast.nas module or other Nasal modules making use of it, such as the wildfire module or the bomable addon.  
At the moment (10/2011) there is unfortunately no documentation available, you should refer to the [http://gitorious.org/fg/fgdata/blobs/master/Nasal/mp_broadcast.nas mp_broadcast.nas module] or other Nasal modules making use of it, such as the [http://gitorious.org/fg/fgdata/blobs/master/Nasal/wildfire.nas wildfire module] or the bomable addon.  


Also, the developers of both Nasal modules are usually available at the forum, too. The main developer of the mp_broadcast.nas and wildfire modules is "AndersG", while the bombable addon was developed by "flug".
Also, the developers of both Nasal modules are usually available at the forum, too. The main developer of the mp_broadcast.nas and wildfire modules is "AndersG", while the bombable addon was developed by "flug".
[[Category:Nasal]]

Revision as of 08:34, 4 October 2011

At the moment (10/2011) there is unfortunately no documentation available, you should refer to the mp_broadcast.nas module or other Nasal modules making use of it, such as the wildfire module or the bomable addon.

Also, the developers of both Nasal modules are usually available at the forum, too. The main developer of the mp_broadcast.nas and wildfire modules is "AndersG", while the bombable addon was developed by "flug".