Toribash
I want to get runkido.tbm but idk how to save it

- Download the mod.
- Cut and paste the .tbm file in your toribash Directory (C:/Games/Toibash 3.9/data/mod)
Originally Posted by jdtb View Post
How do you make a mod cause I've had many great ideas for a mod.

look at a tutorial.
I'm making a sort of chair-launch mod.
when I try to load it in-game, it crashes.
can anyone tell me why? do I just have too many objects/joints?

# Mod by Diealready
# 6/10/11 (m/d/y)
# inspired by the already existing chair-fling mods

#tori side

#track_base
env_obj 1
    shape box
    pos 1 20 0.0125
    color 1 0 0 1
    rot 0 0 0
    sides 1 25 0.05
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail1
env_obj 2
    shape box
    pos 0.5 20 0.125
    color 1 0 0 1
    rot 0 0 0
    sides 0.25 25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail1b
env_obj 3
    shape box
    pos 0.4 20 0.0625
    color 1 0 0 1
    rot 0 0 0
    sides 0.25 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail2
env_obj 4
    shape box
    pos 1.5 20 0.125
    color 1 0 0 1
    rot 0 0 0
    sides 0.25 25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail2b
env_obj 5
    shape box
    pos 1.6 20 0.0625
    color 1 0 0 1
    rot 0 0 0
    sides 0.25 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24

#track_ramp
env_obj 6
    shape box
    pos 1 7 0.0625
    color 1 0 0 1
    rot 7 0 0
    sides 1 1.1 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#slider_f
env_obj 7
    shape box
    pos 1 32.25 0.0625
    color 1 1 1 1
    rot 0 0 0
    sides 1 0.25 0.05
    material steel
    friction 0
    mass 0.1
    flag 16
    thrust 1 0 -20 0

#slider_b
env_obj 8
    shape box
    pos 1 31.25 0.0625
    color 1 1 1 1
    rot 0 0 0
    sides 1 0.25 0.05
    material steel
    friction 0
    mass 0.1
    flag 16
    thrust 1 0 -20 0

#base
env_obj 9
    shape box
    pos 1 31.75 0.1875
    color 1 1 1 1
    rot 0 0 0
    sides 1 1.25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 0

#wall
env_obj 10
    shape box
    pos 1 32.25 1.5
    color 1 1 1 1
    rot 0 0 0
    sides 1 0.25 2.5625
    material steel
    friction 0
    mass 0.1
    flag 0

#tori joints

#slider-slider
env_obj_joint 1 7 8
    pos 1 31.75 0.0625
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1

#slider_f-base
env_obj_joint 2 7 9
    pos 1 32 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1

#slider_b-base
env_obj_joint 3 8 9
    pos 1 31.5 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1

#base-wall
env_obj_joint 4 9 10
    pos 0.5 32.25 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1


#base-wall2
env_obj_joint 5 9 10
    pos 1.25 32.25 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1

################################

#uke side

#track_base
env_obj 11
    shape box
    pos 1 -20 0.0125
    color 0 0 1 1
    rot 0 0 0
    sides 1 25 0.05
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail1
env_obj 12
    shape box
    pos 0.5 -20 0.125
    color 0 0 1 1
    rot 0 0 0
    sides 0.25 25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail1B
env_obj 13
    shape box
    pos 0.4 -20 0.0625
    color 0 0 1 1
    rot 0 0 0
    sides 0.15 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail2
env_obj 14
    shape box
    pos 1.5 -20 0.125
    color 0 0 1 1
    rot 0 0 0
    sides 0.25 25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail2B
env_obj 15
    shape box
    pos 1.6 -20 0.0625
    color 0 0 1 1
    rot 0 0 0
    sides 0.15 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24

#track_ramp
env_obj 16
    shape box
    pos 1 -7 0.0625
    color 0 0 1 1
    rot 7 0 0
    sides 1 1.1 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#slider_f
env_obj 17
    shape box
    pos 1 -32.25 0.0625
    color 1 1 1 1
    rot 0 0 0
    sides 1 0.25 0.05
    material steel
    friction 0
    mass 0.1
    flag 16
    thrust 1 0 20 0

#slider_b
env_obj 18
    shape box
    pos 1 -31.25 0.0625
    color 1 1 1 1
    rot 0 0 0
    sides 1 0.25 0.05
    material steel
    friction 0
    mass 0.1
    flag 16
    thrust 1 0 20 0

#base
env_obj 19
    shape box
    pos 1 -31.75 0.1875
    color 1 1 1 1
    rot 0 0 0
    sides 1 1.25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 0

#wall
env_obj 20
    shape box
    pos 1 -32.25 1.5
    color 1 1 1 1
    rot 0 0 0
    sides 1 0.25 2.5625
    material steel
    friction 0
    mass 0.1
    flag 0

#uke joints

#slider-slider
env_obj_joint 6 17 18
    pos 1 -31.75 0.0625
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1

#slider_f-base
env_obj_joint 7 17 19
    pos 1 -32 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1

#slider_b-base
env_obj_joint 8 18 19
    pos 1 -31.5 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1

#base-wall
env_obj_joint 9 19 20
    pos 0.5 -32.25 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1


#base-wall2
env_obj_joint 10 19 20
    pos 1.25 -32.25 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1
Ok, I got rid of some objects and joints. now, one of my objects and one of my joints are not showing up.

#track_rail2B
env_obj 11
    shape box
    pos 1.6 -20 0.0625
    color 0 0 1 1
    rot 0 0 0
    sides 0.25 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24
the object that doesn't show up

#slider-base
env_obj_joint 4 12 13
    pos 1 -31.75 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1
the joint that doesn't show up

# Mod by Diealready
# 6/10/11 (m/d/y)
# inspired by the already existing chair-fling mods

gamerule
friction 0
engageplayerpos 0,31.75,0.125,0,-31.75,0.125
engageplayerrot 0,0,0,0,0,180
dq 1
sumo 1
dojosize 500

#tori side

#track_rail1
env_obj 1
    shape box
    pos 0.5 20 0.125
    color 1 0 0 1
    rot 0 0 0
    sides 0.25 25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail1b
env_obj 2
    shape box
    pos 0.4 20 0.0625
    color 1 0 0 1
    rot 0 0 0
    sides 0.25 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail2
env_obj 3
    shape box
    pos 1.5 20 0.125
    color 1 0 0 1
    rot 0 0 0
    sides 0.25 25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail2b
env_obj 4
    shape box
    pos 1.6 20 0.0625
    color 1 0 0 1
    rot 0 0 0
    sides 0.25 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24

#slider
env_obj 5
    shape box
    pos 1 31.75 0.0625
    color 1 1 1 1
    rot 0 0 0
    sides 1 1.25 0.05
    material steel
    friction 0
    mass 0.1
    flag 16
    thrust 1 0 -20 0

#base
env_obj 6
    shape box
    pos 1 31.75 0.1875
    color 1 1 1 1
    rot 0 0 0
    sides 1 1.25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 0

#wall
env_obj 7
    shape box
    pos 1 32.25 1.5
    color 1 1 1 1
    rot 0 0 0
    sides 1 0.25 2.5625
    material steel
    friction 0
    mass 0.1
    flag 0

#tori joints

#slider-base
env_obj_joint 1 5 6
    pos 1 31.75 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 0

#base-wall
env_obj_joint 2 6 7
    pos 0.4 32.25 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 0

#base-wall2
env_obj_joint 3 6 7
    pos 1.6 32.25 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 0
################################

#uke side

#track_rail1
env_obj 8
    shape box
    pos 0.5 -20 0.125
    color 0 0 1 1
    rot 0 0 0
    sides 0.25 25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail1B
env_obj 9
    shape box
    pos 0.4 -20 0.0625
    color 0 0 1 1
    rot 0 0 0
    sides 0.25 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail2
env_obj 10
    shape box
    pos 1.5 -20 0.125
    color 0 0 1 1
    rot 0 0 0
    sides 0.25 25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 24

#track_rail2B
env_obj 11
    shape box
    pos 1.6 -20 0.0625
    color 0 0 1 1
    rot 0 0 0
    sides 0.25 25 0.1
    material steel
    friction 0
    mass 0.1
    flag 24


#slider
env_obj_12
    shape box
    pos 1 -31.75 0.0625
    color 1 1 1 1
    rot 0 0 0
    sides 1 1.25 0.05
    material steel
    friction 0
    mass 0.1
    flag 16
    thrust 2 0 20 0

#base
env_obj 13
    shape box
    pos 1 -31.75 0.1875
    color 1 1 1 1
    rot 0 0 0
    sides 1 1.25 0.0625
    material steel
    friction 0
    mass 0.1
    flag 0

#wall
env_obj 14
    shape box
    pos 1 -32.25 1.5
    color 1 1 1 1
    rot 0 0 0
    sides 1 0.25 2.5625
    material steel
    friction 0
    mass 0.1
    flag 0

#uke joints

#slider-base
env_obj_joint 4 12 13
    pos 1 -31.75 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 1

#base-wall
env_obj_joint 5 13 14
    pos 0.4 -32.25 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 0

#base-wall2
env_obj_joint 6 13 14
    pos 1.6 -32.25 0.1875
    axis 1 1 1
    range 0 0
    strength 0
    velocity 0
    visible 0
the full code
Why does Toribash have a sex mod included in it?
I find it quite absurd considering the fact that they have a very strict policy on offensive content.
Originally Posted by Toribashoo View Post
Why does Toribash have a sex mod included in it?
I find it quite absurd considering the fact that they have a very strict policy on offensive content.

Yes..very strict.