Skip to content

Commit

Permalink
Isla duala enemy location cull (#3448)
Browse files Browse the repository at this point in the history
* Update initServer.sqf

* Update mission.sqm
  • Loading branch information
ante185 authored Dec 6, 2024
1 parent 2a62eb6 commit 06f2992
Show file tree
Hide file tree
Showing 2 changed files with 11,129 additions and 15,916 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ private _badModelHM = [
"misc_palletsfoiled_heap.p3d",
"toilet.p3d",
"misc_cargo_cont_small2.p3d",
"seacrate.p3d"
"seacrate.p3d",
"fort_rampart.p3d"
] createHashMapFromArray [];
_allTerrainObjects = _allTerrainObjects select {(getModelInfo _x #0) in _badModelHM;};
{ _x hideObjectGlobal true } forEach _allTerrainObjects;
Loading

0 comments on commit 06f2992

Please sign in to comment.