Total Members Voted: 628
What do we name the joint, mountPoint of mount0?
FIRST POST
STfu. no one cares if you got the first post.
THREE HUNDRED AND FOURTH POST
How to make your own hats!Download the base hat ms3d! http://www.mediafire.com/?dty1d4amyuaQuote1. Create your model, size it appropriately.2. Create a new "yourhat.cs" in this ITEMS folder.3. Edit your CS to look something like this.-----------------------------------------------------AddHAT("YourHat","YourhatImage",0);datablock ShapeBaseImageData(YourhatImage){shapeFile = "./SHAPES/Yourhat.dts";emap = true;mountPoint = $HeadSlot;offset = "0 0.02 0.3";eyeOffset = "0 0 0.4";rotation = eulerToMatrix("0 0 0");scale = "0.1 0.1 0.1";doColorShift = false;colorShiftColor = "0.392 0.196 0.0 1.000";};-----------------------------------------------------4. Put your DTS model into the ITEMS/SHAPES folder.5. Please note. DO NOT edit any of the default hat mod scripts.Your hat.cs will auto execute.