Author Topic: my throwing weapons wont work right...  (Read 793 times)

i think its something with scripting...
i try making a spear like weapon but it wont show up in wrench menu
can someone give me a folder picture showing all what i need in the folder and give me a working script?...i think my throwing script is messed up...

please help me i want to finish my throwing dagger T_T

wrench menu?
folder?
And for packaging, make a file called server.cs including this
Code: [Select]
exec("NAMEOFTHEFILEINCLUDINGTHESCRIPTHERE.cs");Then make a file called description.txt in this format:
Code: [Select]
Title: Your mod's name
Author: Your name
Description of your mod.

Then pack them on a .zip folder and rename it to something like Weapon_throwingweapon.zip.

Also, giving out the code could help us to fix your stuff.
« Last Edit: May 14, 2009, 10:31:48 AM by Protokol »

did you actually edit the script

did you actually edit the script
no...i just use the basic spear script but edit it so i can use my own models/sounds...

no...i just use the basic spear script but edit it so i can use my own models/sounds...
Haha, thats your problem.

It overwrites the default spear.

Haha, thats your problem.

It overwrites the default spear.
i do change the name of everything to my weapons name...so it shouldnt overwrite it...right?

Every word that says "Spear" change to "Yourweaponnamehere".

Every word that says "Spear" change to "Yourweaponnamehere".
Try actually editing what the weapon does, too. If it's the Spear with identical particles, damage, etc. and a worse model, please do not release it.