Jump to content
Sign in to follow this  
Maxon

not able to track with Titan Launcher

Recommended Posts

Hello,

This weekend we played ARMA3 with 6 friends.

we all had the problem that the Titan launcher won´t track AA or AT... it will start tracking and restart tracking again and again. but never locked the target.

anyone else had this problem?

Mainbranch...

Thank you

Share this post


Link to post
Share on other sites

Hi i cant lock on to anything in arma3 at the moment neither its been 3days now since i noticed, planes dont lock on launchers dont lock on, the doors of the humming birds are gone cant add them any more but i can lock on in two seater planes and helis with an ai co pilot?

Share this post


Link to post
Share on other sites

hay i fixed my problem :) it was two mods i had installed: cold war legacy and wings of peace, dame it i liked most of them planes :(

Share this post


Link to post
Share on other sites

I have tried whitout mod, whitout dedicated server... nothing. the Titan Launcher will not lock. If i open the editor, and try there it is possible. Seems that problem will just happen in my own created missions. properly something with init save loadout or anything else. will check again.

Share this post


Link to post
Share on other sites

New findings:

if i remove my Weapons from inventory (main weapon and sidearm) then i am able to track with the Titan Launcher.... that´s realy strange....

Share this post


Link to post
Share on other sites

Ok we have found the reason for that:

waitUntil { !isNull player };

getLoadout = compile preprocessFileLineNumbers 'get_loadout.sqf';

setLoadout = compile preprocessFileLineNumbers 'set_loadout.sqf';

[] spawn {

while{true} do {

if(alive player) then {

loadout = [player] call getLoadout;

};

sleep 2; (this is too short for tracking the Target)

};

};

player addEventHandler ["Respawn", {

[player,loadout] spawn setLoadout;

}

];

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×