Game Development Community

FPS Weapons

by Xmadole · in Torque Game Engine · 06/13/2007 (8:30 am) · 11 replies

Is there any free downloads?

#1
06/13/2007 (9:05 am)
Search the resources for free assets and implementations of weapons. You can also find free models on various 3D content creation/show-off sites, but they may not be Torque ready.
#2
06/13/2007 (7:52 pm)
This should get you started: Three Weapons for Torque
#3
06/14/2007 (9:43 am)
Thanks. :)
#4
06/14/2007 (9:44 am)
The download won't work. :(
#5
06/14/2007 (7:36 pm)
Scroll down to the bottom of the page, that's all I'll say. If you don't see it I'll scream! :-P
#6
06/15/2007 (8:00 am)
Thankies. :P
#7
06/16/2007 (7:33 am)
Yeah, I'm working on the Machine Gun. The only problem is I can't get the default bind (2) to work...
#8
06/16/2007 (7:39 am)
Should probably look something like this:
moveMap.bindCmd(keyboard, "2", "commandToServer('use',\"MachineGun\");", "");

Any you need to delete your client/config.cs file for the new keybinding to be written (or you could add it directly to that file, I prefer deleting it though).
#9
06/16/2007 (7:56 am)
Oh, found out why it wouldn't work.

Now it wont fire, wtf?
#10
06/16/2007 (11:20 am)
You give the player Ammo?

Does the armor have an itemMax declaration for the ammo in it?

Do you have an onFire function?
#11
06/17/2007 (4:29 am)
Well, the ammo doesn't come with the pack. Lol.