Toribash
Original Post
[DISC]What do you want most in Lua
Hey,

What do you guys really want Lua to be able to do on Toribash?

I think mine would be able to edit the physics. Toribash has an awesome physics engine, and it would be pretty sweet to be able to muck with them via Lua. Example: change the friction, air resistance, gravity and force.
I know you can do some in TBM but face it, TBM is boring.

Some other things would probably be more graphical/user hud abilities. Anyone else sick of the menu? Let's make our own!

If we all say what we would like to have, and people agree that it would be a very cool feature to have - then I bet we can get them added in!
don't unban, he has hard coded userid bypasses everywhere.
Hi,

we do have a Toribash Wiki. Feel free to add to it, or get in touch with Mahatma (I think he's an admin on it)
http://wiki.toribash.com/index.php?title=Main_Page
don't unban, he has hard coded userid bypasses everywhere.
I'd like the ability to get and set the speed and velocity of environment objects in toribash, as well as a means to create objects on-the-fly via lua.

Once you can get/set the positions and speeds, someone's bound to code in some constraints. I have a few ideas that I'd love to try actually.
<+veb> dude___________________._____________________<hampa> the hosting center decided to raise the price
<+veb> I am to durnk to pu6t in the wriute commmand lol ___<hampa> and we only run irc on this machine which is a bit of a waste
<+veb> and u suxc u cant od it gfro me ______|______._____<Lapsus> How much power is behind the IRC server?
<+veb> ;oml?________________________________________<hampa> it is like delivering pizza using an airplane
Half of it should be doable today:
get_bouts()
get_spectators()

Those functions are in the code already.