Arma 3
ALiVE
Derinzed 8 JUN 2020 a las 12:01
Spawn Plane Radius
I've been working at this for several hours. I can set the spawn radius to 10000 (I'm guessing units are in meters) on foot, and heli, and it works perfectly fine, however every time I enter a plane it virtualizes all of the units regardless of how close I am. I honestly don't know what to do from here. any suggestions?

Thanks,
Última edición por Derinzed; 8 JUN 2020 a las 12:06
< >
Mostrando 1-2 de 2 comentarios
friznit  [desarrollador] 8 JUN 2020 a las 15:07 
Just to be sure, have you set the spawn radius for planes in the Virtual AI module? It's a separate entry. Note that the Virtual AI does take a few seconds to spawn (that's deliberate to prevent the game stuttering), and if you're flying very fast you may not notice them spawn until you're already past them.
Derinzed 9 JUN 2020 a las 13:55 
Yes, I did do that. I actually went to the discord and found where they said it was a bug and gave an init.sqf script that fixed it. The script is as follows:

if (isServer) then {
waitUntil {!(isNil "ALIVE_profileSystemInit")};
ALiVE_spawnRadiusJet = [ALiVE_profileSystem, "spawnTypeJetRadius"] call ALiVE_fnc_profileSystem;
};

It'll set the spawn radius to be what the Virtual AI was set to.

Thanks for the reply BTW! :D
Última edición por Derinzed; 9 JUN 2020 a las 13:56
< >
Mostrando 1-2 de 2 comentarios
Por página: 1530 50