Arma 3
96 evaluări
Compound with Basement
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Data Type: Composition
Composition Type: Base, Camp, Facility, Fortification, Shelter, Storage
Meta: Dependency
Dimensiunea fișierului
Postat
38.211 KB
18 nov. 2022 la 10:09
1 notiță privind schimbările ( vizionare )

Abonează-te pentru a descărca
Compound with Basement

Descriere
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 comentarii
scorboutiko  [autor] 11 ian. 2023 la 1:23 
You have to save the mission first playing it, otherwise Deformer's modifications won't apply
Kolya 10 ian. 2023 la 12:58 
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 la 13:49 
@LordHeller please can you add a video how do you do it please.
LordHeller 2 dec. 2022 la 0:18 
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  [autor] 26 nov. 2022 la 14:06 
@Corny Haha thanks !
Corny, but no jokes 25 nov. 2022 la 6:16 
Man, people making these compositions really do think outside of the box. Good stuff.
ХУЛИГАНСТВО 24 nov. 2022 la 10:02 
saddam hussein
E 23 nov. 2022 la 16:01 
@[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 la 15:31 
ok
scorboutiko  [autor] 23 nov. 2022 la 15:30 
It's not a mod, it's a composition.