Blockland Forums > General Discussion
Can't find a good weapon set nowadays?
Extrude:
All you have to know how to do is use find and replace.
No2mad2:
--- Quote from: Extrude on July 21, 2012, 04:12:19 PM ---All you have to know how to do is use find and replace.
--- End quote ---
He does have a point, but make sure you give credit / release it as your own add-on.
Kqgqn:
--- Quote from: Extrude on July 21, 2012, 04:12:19 PM ---All you have to know how to do is use find and replace.
--- End quote ---
--- Quote from: No2mad2 on July 21, 2012, 04:14:18 PM ---He does have a point, but make sure you give credit / release it as your own add-on.
--- End quote ---
Please, explain more.
Awdax:
Weapons are very easy to make, that is if you have some experience in modeling or know someone who will lend you some models. Weapon scripts are very easy to edit, there are notes scattered around it explaining what each variable and line does, so you only need to change things like the UI name, how much damage it does, what model it uses etc. if you're looking to make a basic weapon pack. Anyone who has the time to make one can.
Cookiez664:
--- Quote from: Kqgqn on July 21, 2012, 04:36:06 PM ---Please, explain more.
--- End quote ---
brief tutorial:
Make your model, add 2 joints. mountPoint and muzzlePoint.
name all the boxes, cylinders, spheres etc : whateveryouwanttonameit0.
Always have a 0 after your name. add materials. Press file > export > Torque DTS Plus > check LOD make sure they are all 0, if they are not, fix it.
make a new folder (not zipped)
weapon_testgun (or whatever your gun name is)
open Weapon_testgun and copy the following files from the default Gun add-on.
description
server.cs
namecheck
bullet
shell
muzzleflash.
Now, paste those into your weapons folder WITH the model you made.
Go to Description change all the stuff in there, to what you want it to say.
Change namecheck to weapon_testgun (or name of your gun).
now time for Server.cs
Go to Server.cs, press "Edit" then press "replace all" type "gun" press okay, then. after it does it's magic, press "Edit" again, and "replace all" type "pistol" then press okay.
to package it do this
make a new .zipped folder, name it "weapon_testgun (aka name of your gun)"
then copy ALL the files in the folder you just made, paste them into "weapon_testgun") then copy that folder to your add-ons folder.
there you go, sorry if it doesn't explain much, I was on the go.