Arma 3
96 ratings
Compound with Basement
   
Award
Favorite
Favorited
Unfavorite
Data Type: Composition
Composition Type: Base, Camp, Facility, Fortification, Shelter, Storage
Meta: Dependency
File Size
Posted
38.211 KB
18 Nov, 2022 @ 10:09am
1 Change Note ( view )

Subscribe to download
Compound with Basement

Description
Compound with basement
Compound made for a mission and decided to share it, could be usefull for mission makers.

Access to the basement in the shed. Arma's AI don't like handmade stuff, so they'll probably walk through the walls. I suggest you to disable their path if you want enemies there.

Deformer was used to make a hole, and place the composition in it (photo 5 & 6). You will have to make the hole yourself in order to put the composition in it.

Compositon also features compound marker (mainly to hide the hole on the map).

Before spawning the composition, remember to toggle the surface level to "parallel to the sea level" in the toolbar so it's not messed up.




Mod used
CUP Terrains - Core


66 objects.
21 Comments
scorboutiko  [author] 11 Jan, 2023 @ 1:23am 
You have to save the mission first playing it, otherwise Deformer's modifications won't apply
Kolya 10 Jan, 2023 @ 12:58pm 
After i make the hole and insert the composition into it, the terrain "auto corrects" and fills it up again blocking the hole and appearently un-flattening the surrounding terrain that i flattened in order to place this unto it. Any idea why?
Dan edwar 2 Dec, 2022 @ 1:49pm 
@LordHeller please can you add a video how do you do it please.
LordHeller 2 Dec, 2022 @ 12:18am 
Great idea. Now to make your mod even better you can add 4 x Game logic entities on the four corners of of you basement building, at the level of your courtyard floor. Add this code to the Init of each game logic

private _difference = -1;
if (isServer) then {
private _pos = [(getPosATL this) select 0, (getPosATL this) select 1];
private _curr_height = getTerrainHeight _pos;
private _new_pos_alt = [_pos select 0, _pos select 1, _curr_height + _difference];
setTerrainHeight [[_new_pos_alt], true];
};

set the depth you want on the first line (-1) in meters and it will dig the hole for you. You may need to tweek the position slightly on the map to allow for grid size and position just as with Deformer. I know Deformer won't run on our server for some reason.
scorboutiko  [author] 26 Nov, 2022 @ 2:06pm 
@Corny Haha thanks !
Corny, but no jokes 25 Nov, 2022 @ 6:16am 
Man, people making these compositions really do think outside of the box. Good stuff.
ХУЛИГАНСТВО 24 Nov, 2022 @ 10:02am 
saddam hussein
E 23 Nov, 2022 @ 4:01pm 
@[U.S.M.L.]Dan edwar in order to access it, go in the editor, go to the f2 menu, go to compositions, and then steam subscribed content
Dan edwar 23 Nov, 2022 @ 3:31pm 
ok
scorboutiko  [author] 23 Nov, 2022 @ 3:30pm 
It's not a mod, it's a composition.