hellknight axe weapon tutorial help

Need help with a tutorial found on InsideQC.com? Post here.
Post Reply
Izael
Posts: 3
Joined: Wed Oct 21, 2009 6:49 pm

hellknight axe weapon tutorial help

Post by Izael »

Hi all. Thanks for the help.

I am currently trying to do Pastor's "Hellknight Axe Weapon" tutorial and I am running into some snags.

The code won't compile as its presented in the tut, I think he may have forgotten one small thing:

weapons.qc(52): Unknown value "launch_spike"

so I went to the top of weapons.qc and under void() SuperDamageSound; I added void() launch_spike; it compiles OK but then in-game when I swing the axe, I hear the hellknight fireball sound but no fireballs flying out and both nailguns don't fire any nails; i think void() launch_spike is probably somewhere in one of the other .qc files and this launch_spike is overwriting it and causing the function to be removed? I am lost...

Someone please help! Thanks.
Last edited by Izael on Tue Nov 03, 2009 5:36 pm, edited 1 time in total.
Post Reply