Jump to content
senqa20

Change faction of UAV

Recommended Posts

So my team is playing as independent but we want to use the new VLS Blufor UAV. 

 

The only option I found so far is that I port myself with Zeus onto the Ship and hack the UAV. But that is a rather annoying thing to do all the time.

 

Is there any way to spawn the UAV already hacked?

Or change the faction of the crew?

Share this post


Link to post
Share on other sites

Put this in the init field of the UAV:

private _tempGrp = createGroup independent;
"I_TargetSoldier" createUnit [[0,0,0], _tempGrp];
(crew this) join _tempGrp;
deleteVehicle ((units _tempGrp) select 0);

Share this post


Link to post
Share on other sites
4 hours ago, stanhope said:

Put this in the init field of the UAV:


private _tempGrp = createGroup independent;
"I_TargetSoldier" createUnit [[0,0,0], _tempGrp];
(crew this) join _tempGrp;
deleteVehicle ((units _tempGrp) select 0);

 

Sadly this changed nothing. 

Can't see it with the terminal and have to hack it myself.

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

×