Toribash
Original Post
Weekly Mod Mini Tutorials (2:) Basic Notepad Editing
The God
Last edited by TheGod; Feb 26, 2014 at 08:38 AM.
the god

env_obj 2
shape cylinder
pos 1 0.9375 1.5
color 0.6 -0.1 0.5 1
rot 90 0 0
sides 0.0625 1.125 0.5625
material steel
mass 0.1
flag 24
#END 2


- The second object, (the cylinder) I don't want to be visible while playing the mod, so under flag 24 and before #END 2 I will type: visible 0

material steel
mass 0.1
flag 24
visible 0
#END 2

Alternatively, you can change the alpha in the RGBA (Red/Green/Blue/Alpha) to 0 (color 0.6 -0.1 0.5 0) also any number between 0.01~0.9 makes objects opaque (All the color values range from 0.01 to 1).
/set gr 0 0 -30
Yes, but the ghost will still show up against another object. If you really care.
the god
Prolly environment joints and more body part functions.
the god
Originally Posted by culapou View Post
Yes, but the ghost will still show up against another object. If you really care.

Yeah actually it makes a difference and thanks for letting me know actually I learned something new from this tutorial. I credited you in my latest mod.
/set gr 0 0 -30
Did you write the name and .tbm extension in the white box in the middle of the screen?
the god