Skip to content

Commit

Permalink
Add Chernarus & Summer Chernarus variants (copied from winter one)
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Feb 17, 2024
1 parent 8ff00a2 commit f8a2fc4
Show file tree
Hide file tree
Showing 12 changed files with 27,502 additions and 2 deletions.
2 changes: 2 additions & 0 deletions addons/missions/CfgMissions.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
class CfgMissions {
class MPMissions {
MISSION_CONFIG(SerialKillers_CUP_RHS,Chernarus);
MISSION_CONFIG(SerialKillers_CUP_RHS,Chernarus_Winter);
MISSION_CONFIG(SerialKillers_CUP_RHS,Chernarus_Summer);
MISSION_CONFIG(SK_test,Malden);
};
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions addons/missions/SerialKillers_CUP_RHS.Chernarus/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_CUP_RHS.Chernarus/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";
onLoadName = "ArmaForces SerialKillers";
onLoadMission = "Police obtained information that up to 4 well equipped killers want to wreak havoc on Chernarus. Their task is simple - stop the assassins as soon as possible.";
briefingName = "ArmaForces SerialKillers";

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

0 comments on commit f8a2fc4

Please sign in to comment.