Skip to content

Commit

Permalink
fix: upgrade modpack (#62)
Browse files Browse the repository at this point in the history
* fix: modpack upgrade

* fix: remove unused ATM stand

* fix: add 3rd person and free cam spectator
  • Loading branch information
ArwynFr authored Nov 7, 2022
1 parent 5bd5d9a commit d7d7562
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 3,564 deletions.
7 changes: 7 additions & 0 deletions CONT_Orion.Malden/initPlayerLocal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
["InitializePlayer", [player]] call BIS_fnc_dynamicGroups;
["Preload"] call BIS_fnc_arsenal;

{ missionNamespace setVariable [_x, true] } forEach [
"BIS_respSpecAllowFreeCamera",
"BIS_respSpecAllow3PPCamera",
"BIS_respSpecShowHeader",
"BIS_respSpecLists"
];

// Waiting for internal stuff
waitUntil { !isNil "DW_MISSION_REINIT" };

Expand Down
Loading

0 comments on commit d7d7562

Please sign in to comment.