-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Chernarus & Summer Chernarus variants (copied from winter one)
- Loading branch information
Showing
12 changed files
with
27,502 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
}; | ||
}; |
Binary file added
BIN
+39.2 KB
addons/missions/SerialKillers_CUP_RHS.Chernarus/assets/images/Znak_kamien.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+36.8 KB
addons/missions/SerialKillers_CUP_RHS.Chernarus/assets/images/Znak_sobor.jpg
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
12
addons/missions/SerialKillers_CUP_RHS.Chernarus/cba_settings.sqf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
21
addons/missions/SerialKillers_CUP_RHS.Chernarus/description.ext
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}; |
Oops, something went wrong.