Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tanoa scenario #84

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions addons/missions/SerialKillers-Tanoa.Tanoa/cba_settings.sqf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

// ACE Fatigue
force force ace_advanced_fatigue_enabled = false;

// AF Mods Spectator
force force afm_spectator_enabled = false;

// AF Friendly Tracker (BFT)
force force afft_friendly_tracker_enabled = false;

// DUI Nametags
force force diwako_dui_nametags_useSideIsFriendly = false;
21 changes: 21 additions & 0 deletions addons/missions/SerialKillers-Tanoa.Tanoa/description.ext
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cba_settings_hasSettingsFile = 1;

class Header
{
gameType = "SK";
minPlayers = 2;
maxPlayers = 24;
};

author = "3Mydlo3";
onLoadIntro = "ArmaForces SerialKillers Tanoa Edition";
onLoadMission = "Police obtained information that up to 4 well equipped killers want to wreak havoc on Tanoa. Their task is simple - stop the assassins as soon as possible.";
briefingName = "ArmaForces SerialKillers Tanoa Edition";

disabledAI = "true";
enableDebugConsole = 1;
respawn = 3;
respawnDelay = 20;
respawnOnStart = -1;
respawnTemplatesWest[] = {"MenuPosition", "Counter"};
respawnTemplatesEast[] = {"Base", "Counter"};
Loading