warband -replacing brown streaks with arrows

Users who are viewing this thread

shinmoorim

Recruit
I've read in another topic where someone was able to remove the brown streaks and replace them with actual arrows when they are in flight, but that was for m&b.
I'm wondering if anyone has created a mini-mod to add into other mods that removes the brown streaks and replaces them with arrows.
 
Change
["arrows","Arrows", [("arrow",0),("flying_missile",ixmesh_flying_ammo),("quiver", ixmesh_carry)], itp_type_arrows|itp_merchandise|itp_default_ammo, itcf_carry_quiver_back, 72,weight(3)|abundance(160)|weapon_length(95)|thrust_damage(1,pierce)|max_ammo(30),imodbits_missile],

To

["arrows","Arrows", [("arrow",0),("arrow",ixmesh_flying_ammo),("quiver", ixmesh_carry)], itp_type_arrows|itp_merchandise|itp_default_ammo, itcf_carry_quiver_back, 72,weight(3)|abundance(160)|weapon_length(95)|thrust_damage(1,pierce)|max_ammo(30),imodbits_missile],

Should work fine. :)
 
Back
Top Bottom