Page 1 of 1

Kashyyyk turret [Solved]

Posted: Fri May 08, 2015 4:04 pm
by DrDrSheldonLeeCooper
Hello I want to make a laser turret and changed something in the tur_weap_recoilless_kas.odf but it has still this grenades and the mortar HUDTag.

Hidden/Spoiler:
[WeaponClass]
ClassParent = "com_weap_veh_laser"

[Properties]
HUDTag = "hud_vehicle_lasers"
OrdnanceName = "tur_weap_recoilless_kas_ord"

SalvoCount = "2"
SalvoDelay = "0.1"
ShotDelay = "2.5"


ZoomMin = "3.0"
ZoomMax = "4.5"
ZoomRate = "1.0"

ScopeTexture = "weapon_scope4"

FireSound = "com_weap_turret_fire_big"

Re: Kashyyyk turret

Posted: Fri May 08, 2015 7:24 pm
by commanderawesome
DrDrSheldonLeeCooper wrote: OrdnanceName = "tur_weap_recoilless_kas_ord"
That is the line you need to change. None of the other ones matter.

Re: Kashyyyk turret [Solved]

Posted: Sat May 09, 2015 6:28 am
by DrDrSheldonLeeCooper
thanks :)