PDA

View Full Version : Laser designator



Franze
Jan 8 2003, 01:16
Simple question: How to add a laser designator to a APC/Tank/Car ?

I have added a laser designator to a tank, but it doesn't seem to be functional like the laser designator on the OH-58 or the shoulder held designator on the black op.

VXR
Jan 8 2003, 05:23
This is from the Kiowa config if you got memory points of a mg on your tank it should work

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">class CfgWeapons
{
class Default {};
class LAWLauncher: Default {};
class CarlGustavLauncher : LAWLauncher {};
class LaserDesignatorBase: Default {};

class LaserDesignatorOH: LaserDesignatorBase
{
scopeWeapon = public;
scopeMagazine = public;
primary=10;
};[/QUOTE]<span id='postcolor'>

Franze
Jan 8 2003, 06:22
EDIT: Silly question, now I&#39;ve got a better one: The laser designator doesn&#39;t work on my tank. I can select it but it doesn&#39;t display the red dot and diamond. http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/confused.gif

Suma
Jan 8 2003, 10:06
I am sorry to disappoint you, but you have just reached another of so popular OFP engine limitations. Laser designators can be used only for infantry and helicopters. They do not work with other simulation classes.

Liquid_Silence
Jan 8 2003, 12:37
I&#39;m shooting blind, but could you do a workaround with the "fired" event and create a temporary real laser designator (with an empty model or something) at the location/in the direction of the one on the tank?

(maybe use init to create it and just setpos on fired, to reduce processor load, kinda like using loadfile on an .sqf)

Of course this probably won&#39;t work, but I couldn&#39;t resist posting http://www.flashpoint1985.com/ikonboard301/iB_html/non-cgi/emoticons/biggrin.gif

Franze
Jan 8 2003, 16:43
</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Suma @ Jan. 08 2003,12:06)</td></tr><tr><td id="QUOTE">I am sorry to disappoint you, but you have just reached another of so popular OFP engine limitations. Laser designators can be used only for infantry and helicopters. They do not work with other simulation classes.[/QUOTE]<span id='postcolor'>
Ah, ok.