Arma 3
Devils Trench Systems
4 kommentarer
TheLegend27 6. nov. 2023 kl. 21:13 
Quite the shame, wonderful trench design however. Great job, Devil_Creator.
Devil_Creator  [ophavsmand] 6. nov. 2023 kl. 20:48 
No, it's one pack that you spawn, but you then delete the sets that you don't require.
TheLegend27 6. nov. 2023 kl. 13:27 
Is there any way I can just spawn a certain trench part in the editor instead of the entire composition? I'm not experienced with Arma 3, so forgive me.
Dildo Sagbag 14. juli 2023 kl. 17:20 
I use this composition all the time, it's awesome. Is there any chance you could optimize the simple objects in this composition? I do this myself manually every time but I would appreciate it if you could implement it into the composition.

For most objects under layer "Simple Objects," I always change the init fields from:

this call bis_fnc_replaceWithSimpleObject;

to

if (isServer) then {
this call bis_fnc_replaceWithSimpleObject;
};

I do this for multiplayer optimization, otherwise every connecting player's machine attempts to replace an object with a simple object.. Could you update this composition to include an ifServer check?