Arma 3
96 人が評価
Compound with Basement
   
アワード
お気に入り
お気に入り
お気に入りから削除
Data Type: Composition
Composition Type: Base, Camp, Facility, Fortification, Shelter, Storage
Meta: Dependency
ファイルサイズ
投稿日
38.211 KB
2022年11月18日 10時09分
1 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
Compound with Basement

解説
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 件のコメント
scorboutiko  [作成者] 2023年1月11日 1時23分 
You have to save the mission first playing it, otherwise Deformer's modifications won't apply
Kolya 2023年1月10日 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 2022年12月2日 13時49分 
@LordHeller please can you add a video how do you do it please.
LordHeller 2022年12月2日 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  [作成者] 2022年11月26日 14時06分 
@Corny Haha thanks !
Corny, but no jokes 2022年11月25日 6時16分 
Man, people making these compositions really do think outside of the box. Good stuff.
ХУЛИГАНСТВО 2022年11月24日 10時02分 
saddam hussein
E 2022年11月23日 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 2022年11月23日 15時31分 
ok
scorboutiko  [作成者] 2022年11月23日 15時30分 
It's not a mod, it's a composition.