Melee weapons problems
Posted: Sat Mar 04, 2017 9:36 pm
I`m using DarthD.U.C.K`s melee weapons pack found here - http://www.gametoast.com/viewtopic.php?f=64&t=14074 and am having some problems with the katana. My aim is to add in a knife attack, but if I put the katana in channel 0 like so -
WEAPONSECTION = 1
WeaponName = "weap_inf_katana"
WeaponAmmo = 0
It messes up some of the controls. Like not being able to reload a weapon and making the R key the grenade throwing key for some reason. So I added it to channel 1 like this -
WEAPONSECTION = 4
WeaponName = "weap_inf_katana"
WeaponAmmo = 0
WeaponChannel = 1
and it doesn`t work at all. Melee attacks have been added in many mods and work fine. Does anyone know how to make it work properly?
WEAPONSECTION = 1
WeaponName = "weap_inf_katana"
WeaponAmmo = 0
It messes up some of the controls. Like not being able to reload a weapon and making the R key the grenade throwing key for some reason. So I added it to channel 1 like this -
WEAPONSECTION = 4
WeaponName = "weap_inf_katana"
WeaponAmmo = 0
WeaponChannel = 1
and it doesn`t work at all. Melee attacks have been added in many mods and work fine. Does anyone know how to make it work properly?