Hello,
I've been working hard on a project since August 2007, it's a mod for Jedi Academy, called Stalax.
Stalax is a mod which make you able to create your own mod very easily with the TCL programming language, you make some scripts and you run them directly on the server without having to restart it.
You can use Stalax in your maps, to create new entities, run a lot of commands when they are used.
Like this : www.stalax.net/doku.php/help:tutorials:maptcl:firstent
With TCL, you can do anything you want, go to a MySQL database, link your server to an IRC one...
Videos of a lot of things made with TCL :
Guided Missile (With camera in it!) :
Sourcecode : http://www.stalax.net/doku.php/downloads:serverscripts:guidedmissile
http://youtube.com/watch?v=H4JB5yCgGOs
Planting/Defusing a bomb :
http://youtube.com/watch?v=BwQ1Zq1D7WI
http://youtube.com/watch?v=Vh_QH5zXEXc
Fly without wings........ :
http://youtube.com/watch?v=yZE8EK8HGq0
Control a NPC, protect it, and make it come back to it's default position :
http://youtube.com/watch?v=FiM84fXYfeE
Making a client side plugin, with the LMenu feature, to limit the console usage
http://youtube.com/watch?v=ApbuKKe16jw
Extra features, coming soon :
func_vehicle and the movewith feature (the feature that makes door moving on the vehicle) :
http://youtube.com/watch?v=SN4WLMf6zIU
Physics engine coming soon...
> A little sphere : http://www.youtube.com/watch?v=TscOs75YdsQ
> A "stress test" with a lot of friends : http://youtube.com/watch?v=gA7M67q920Q
More Info :
There isn't any stable release yet, I'm coding alone and releasing DailyBuilds every day.
You can try it, report bugs on the forums if there are some and I'll fix them immediately.
That's the only thing you can if you want to help me.
http://www.stalax.net/doku.php/downloads
I recently integrated MySQLTCL inside it, that means you can use a mysql database from your scripts.
Fully integrated, you don't need a .dll or a .so file, I'll write a tutorial later on that.
TCL Basics, very easy : www.stalax.net/doku.php/help:tutorials:tclgen:tclbasics
Thanks,
Eltran.
I've been working hard on a project since August 2007, it's a mod for Jedi Academy, called Stalax.
Stalax is a mod which make you able to create your own mod very easily with the TCL programming language, you make some scripts and you run them directly on the server without having to restart it.
You can use Stalax in your maps, to create new entities, run a lot of commands when they are used.
Like this : www.stalax.net/doku.php/help:tutorials:maptcl:firstent
With TCL, you can do anything you want, go to a MySQL database, link your server to an IRC one...
Videos of a lot of things made with TCL :
Guided Missile (With camera in it!) :
Sourcecode : http://www.stalax.net/doku.php/downloads:serverscripts:guidedmissile
http://youtube.com/watch?v=H4JB5yCgGOs
Planting/Defusing a bomb :
http://youtube.com/watch?v=BwQ1Zq1D7WI
http://youtube.com/watch?v=Vh_QH5zXEXc
Fly without wings........ :
http://youtube.com/watch?v=yZE8EK8HGq0
Control a NPC, protect it, and make it come back to it's default position :
http://youtube.com/watch?v=FiM84fXYfeE
Making a client side plugin, with the LMenu feature, to limit the console usage
http://youtube.com/watch?v=ApbuKKe16jw
Extra features, coming soon :
func_vehicle and the movewith feature (the feature that makes door moving on the vehicle) :
http://youtube.com/watch?v=SN4WLMf6zIU
Physics engine coming soon...
> A little sphere : http://www.youtube.com/watch?v=TscOs75YdsQ
> A "stress test" with a lot of friends : http://youtube.com/watch?v=gA7M67q920Q
More Info :
There isn't any stable release yet, I'm coding alone and releasing DailyBuilds every day.
You can try it, report bugs on the forums if there are some and I'll fix them immediately.
That's the only thing you can if you want to help me.
http://www.stalax.net/doku.php/downloads
I recently integrated MySQLTCL inside it, that means you can use a mysql database from your scripts.
Fully integrated, you don't need a .dll or a .so file, I'll write a tutorial later on that.
TCL Basics, very easy : www.stalax.net/doku.php/help:tutorials:tclgen:tclbasics
Thanks,
Eltran.