Arma 3
ALiVE
WWJD Jun 8, 2020 @ 12:01pm
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,
Last edited by WWJD; Jun 8, 2020 @ 12:06pm
< >
Showing 1-2 of 2 comments
friznit  [developer] Jun 8, 2020 @ 3:07pm 
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.
WWJD Jun 9, 2020 @ 1:55pm 
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
Last edited by WWJD; Jun 9, 2020 @ 1:56pm
< >
Showing 1-2 of 2 comments
Per page: 1530 50