1
Clan Discussion / Re: Smalleys United - Accepting Applications
« on: March 18, 2010, 02:46:01 AM »
Double Bumpz











This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
How to make your own hats!
Download the base hat ms3d!
http://www.mediafire.com/?dty1d4amyua
Quote
1. 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.