Toribash
Original Post
Worldbuilder Question
You read the title. How do I save and publish a mod I created in Worldbuilder? (For those of you that want to try Worldbuilder out, go to Free Play and say /ls worldbuilder.lua)
Hit enter two times, then you can type the name and then .tbm (mymod.tbm), the mod will be found in your toribash scripts folder, drag it into the mod folder and test it.
You can upload the mod by following this link:
http://forum.toribash.com/tori_mod_add.php

The autoupdater is broken so it wont work in multiplayer for the time being.

You can post your mod in the Mods section by attaching it, or copy and pasting the text into your post
So all my previous questions are answered. Thanks. But now I have MORE questions. How do I add force to players? (Like in Jousting.tbm) How do I make things solid? and how do I make the floor instagib?
To add force you would put the body parts you want to have force on

body r_pecs
force 0 20 1
This will add force on my r_pecs, with no force in the x axis, 20 in the y, and 1 in the z


All objects are solid, worldbuilder only shows holograms, to make objects not move, you have to make them static, flag 8


To make the floor instagib, you have to make a large world object that is on the floor, and make it flag 6
Originally Posted by danjrdood View Post
I made the object static and the players fell right through it. How do I fix that?

Impossible, copy and paste the mod here.