The Daily Click ::. Downloads ::. Miscellaneous ::. FISI object public beta
 

FISI object public beta
Author: Tigerworks Submitted: 16th January, 2004 Favourites:0
Genre: Miscellaneous Downloads: 203
Rated:


The FISI (Fusion Interpreted Script Interface) object can compile and interpret a C-syntax/Jama style language for MMF 1.5 (this language is called CFISI). As well as all the usual variables, IFs, loops and so on, this language can also call MMF events, which in turn can return data to the script, such as a number or set of objects. Then the script can also directly manipulate objects in MMF, such as setting an active's X/Y co-ordinates.

Here's a sample script so you can get an idea of the CFISI language...

//////////////////
object objarr[32]; // Define an array of objects

objarr = call GetObjects(); // Calls an MMF event to fill the array
// with a set of duplicates of an object

// Loop all the objects (until objarr[ i] is 0)
for (int i = 0; objarr[ i] != 0; i++) {
objarr[ i].x = i * 32; // Set X co-ordinate of this object
objarr[ i].y = i * 32; // Set Y co-ordinate of this object
}
//////////////////

This lines up the objects in a diagonal line.

You really should read at least the CFISI documentation otherwise you will be very confused Also be sure to check the examples in the Extensions\Demos directory.
Remember this object is a public beta, use at your own risk.

Please report any bugs, in detail, to tigerworks@tigerworks.co.uk or on the Tigerworks.co.uk Forums (www.tigerworks.co.uk/forum/). Thanks!

Review This Download





http://www.tigerworks.co.uk/dlout.asp?id=13&t=ext (290kb )



Posted by Crystal Clear (H.E.S) 18th January, 2004

Now this looks like an interesting extension, downloading....
 
Posted by Crystal Clear (H.E.S) 18th January, 2004

Looks great, but a bit to advance to me :)
 
Posted by Dark One 18th January, 2004

can it do first person shooters and real 3d games?
 
Posted by Tigerworks 19th January, 2004

I need to write a decent tutorial at some point, the one installed with the object is really rushed.
 
Posted by Kris 19th January, 2004

looks seeplusplus-ish
 
Posted by 19th January, 2004

Yippee! I hope that they integrate it into MMF sometimes....
 
Posted by Dark One 19th January, 2004

Tigs : Can it do first person shooters and real 3d games?
 
Posted by Zircon 19th January, 2004

GREAT!!!! Finnally some scripting abilities for MMF... Tigerworks.. I've been waiting a long time for this.. And the syntaxis aren't that hard for what I've seen. Thumbs UP *cheers*
 
Posted by Batchman 19th January, 2004

why are your website blocking netscape ?
 
Posted by Maddie 19th January, 2004

Thanh Ly scripting abilities was already possible w/o this extension. I have yet to try this but I will check it out and post my real comments.
 
Posted by Galaxy613 19th January, 2004

this scripting language CAN NOT DO 3D stuffs, just think MMF in a scripting lang
 
Posted by Zircon 20th January, 2004

Hmmm Maddie? you mean the BASIC object? Or have is missed something which MMF is able to do? please tell me.. :)
 
Posted by 醤油の兵士 23rd January, 2004

Cool object!
 
Posted by laguna 25th January, 2004

I guess this is what happens when you are a great programmer... your imagination goes to shit and you crank out useless code til the day you die.
 

 



Author

Favourite



Advertisement

Worth A Click