Arma 3
ALiVE
Derinzed 8 Thg06, 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,
Lần sửa cuối bởi Derinzed; 8 Thg06, 2020 @ 12:06pm
< >
Đang hiển thị 1-2 trong 2 bình luận
friznit  [nhà phát triển] 8 Thg06, 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.
Derinzed 9 Thg06, 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
Lần sửa cuối bởi Derinzed; 9 Thg06, 2020 @ 1:56pm
< >
Đang hiển thị 1-2 trong 2 bình luận
Mỗi trang: 1530 50