senqa20 1 Posted August 14, 2018 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
stanhope 411 Posted August 14, 2018 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
senqa20 1 Posted August 14, 2018 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