Game Development Community

Weapons

by David Hill · in Technical Issues · 11/15/2007 (11:22 am) · 1 replies

Kk i have my model skined and sounds all ready but i shoot crossbow bolts can anyone help me and point me in the right direction to make normal bullets. also how to rapid fire.

any help is greatly appreciated.

#1
11/16/2007 (8:03 am)
To make your own bullets, just make a normal .dts shape that looks like a bullet, and replace the "projectile.dts" shape in your weapon folder with your new shape.

To make your weapon fire faster, open your weapon file (example- crossbow.cs), and in the "shapeBaseImageDate" dataBlock, change "stateTimeoutValue[4]" to some low number like 0.05.