| Blockland Forums > Modification Help |
| Hat Problem |
| (1/2) > >> |
| Robin Ihoodl:
I'm trying to make a hat using SimpleWell hatmod, I have made the model, And tried my best to do the rest, But 100% NO Luck, When i type /Hat 1 ingame, I crash. Could someone please help me, I am willing to upload my folder with all the thing's inside if someone could fix it for me. |
| jes00:
Read the attached. |
| Robin Ihoodl:
--- Quote from: jes00 on June 14, 2011, 08:40:53 AM ---Read the attached. --- End quote --- I done what it says, But still crash. |
| BlockStar:
Ok so do this: 1: Make your add-on folder 2: Make a folder inside it called SHAPES 3: Put YourHat.cs inside the SHAPES folder 4: Put this inside the YourHat.cs --- Code: ---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"; }; --- End code --- 5: Put your .dts model into the SHAPES folder 6: Put the namecheck.txt and description.txt in the regular folder 7: replace Yourhat with your hats name 8: ??? 9: profit |
| Robin Ihoodl:
Done it, Still crash. |
| Navigation |
| Message Index |
| Next page |