OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Hesus on 11 Sep 2002, 23:56:16
-
Has anyone figured out how to redefine the TOW on the humvee so it shots normal missiles instead of the mg rounds?
It doesn't work with the original TOW rounds unless you change the baseclass of the jeep into an apc, but then the gunner sits incargo. Any ideas?
-
Yes. Desert Storm mod has a HMMWV pack with a TOW-launching HMMWV. their site is http://desertstorm.gamersrevolt.com
download it here: http://www.roughnecks.org/desertmod/qkg_humr175.ZIP
-
Yeah, ok. What I meant was , I've got the hummvee pack already. The problem is that the tow mounted on the jeep is defined as a mg ( so you can't lock it on a target):
class default {};
class MGun: Default {};
class MachineGun7_6: MGun {};
class MachineGun12_7: MachineGun7_6 {};
class qkgTOWLauncher: MachineGun12_7
It doesn't work when you change into an AT ( like the dkmm tow for example )
class default {};
class AT3: default {};
class LAW: AT3 {};
class DKMM_TOW: LAW
It has something to do with the baseclass because when you define the humvee as an apc it does work but without the gunner.
...
class qkg_HMMWV: Bradley :P