-
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.
First upload of the repository
- Loading branch information
Showing
88 changed files
with
7,673 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,15 @@ | ||
if (isServer) then { | ||
if (isClass (configFile >> "CfgPatches" >> "ace_explosives")) then | ||
{ | ||
_this addItemToBackpack "ACE_M26_Clacker"; | ||
_this addItemToBackpack "ACE_DefusalKit"; | ||
_this addItemToBackpack "MineDetector"; | ||
for "_i" from 1 to 8 do {_this addItemToBackpack "DemoCharge_Remote_Mag";}; | ||
} | ||
else | ||
{ | ||
_this addItemToBackpack "ToolKit"; | ||
_this addItemToBackpack "MineDetector"; | ||
for "_i" from 1 to 8 do {_this addItemToBackpack "DemoCharge_Remote_Mag";}; | ||
}; | ||
}; |
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,14 @@ | ||
if (isServer) then { | ||
if (isClass (configFile >> "CfgPatches" >> "ace_medical")) then | ||
{ | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "ACE_fieldDressing";}; | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "ACE_morphine";}; | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "ACE_epinephrine";}; | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "ACE_bloodIV_500";}; | ||
} | ||
else | ||
{ | ||
_this addItemToBackpack "Medikit"; | ||
for "_i" from 1 to 25 do {_this addItemToBackpack "FirstAidKit";}; | ||
}; | ||
}; |
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,15 @@ | ||
if (isServer) then { | ||
if (isClass (configFile >> "CfgPatches" >> "ace_explosives")) then | ||
{ | ||
_this addItemToBackpack "ACE_M26_Clacker"; | ||
_this addItemToBackpack "ACE_DefusalKit"; | ||
_this addItemToBackpack "MineDetector"; | ||
for "_i" from 1 to 8 do {_this addItemToBackpack "DemoCharge_Remote_Mag";}; | ||
} | ||
else | ||
{ | ||
_this addItemToBackpack "ToolKit"; | ||
_this addItemToBackpack "MineDetector"; | ||
for "_i" from 1 to 8 do {_this addItemToBackpack "DemoCharge_Remote_Mag";}; | ||
}; | ||
}; |
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,14 @@ | ||
if (isServer) then { | ||
if (isClass (configFile >> "CfgPatches" >> "ace_medical")) then | ||
{ | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "ACE_fieldDressing";}; | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "ACE_morphine";}; | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "ACE_epinephrine";}; | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "ACE_bloodIV_500";}; | ||
} | ||
else | ||
{ | ||
_this addItemToBackpack "Medikit"; | ||
for "_i" from 1 to 25 do {_this addItemToBackpack "FirstAidKit";}; | ||
}; | ||
}; |
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,70 @@ | ||
class CfgPatches | ||
{ | ||
class SAF2035 | ||
{ | ||
units[] = {}; | ||
weapons[] = {}; | ||
magazines[] = {}; | ||
ammo[] = {}; | ||
requiredVersion = 1.62; | ||
requiredAddons[] = | ||
{ | ||
"A3_Data_F", | ||
"A3_Structures_F_Mil_Flags", | ||
"A3_UI_F" | ||
}; | ||
author = "Kimukun"; | ||
version = 1.0; | ||
}; | ||
}; | ||
class CfgMods | ||
{ | ||
class Mod_Base; | ||
class SAF2035: Mod_Base | ||
{ | ||
author = "Kimukun"; | ||
dir = "saf2035"; | ||
hideName = 1; | ||
hidePicture = 0; | ||
logo = "\saf2035\addons\saf2035\swe_icon_ca.paa"; | ||
logoOver = "\saf2035\addons\saf2035_main\data\ui\swe_icon_ca.paa"; | ||
logoSmall = "\saf2035\addons\saf2035_main\data\ui\swe_icon_ca.paa"; | ||
name = "Swedish Armed Forces 2035"; | ||
overview = "Swedish Armed Forces 2035 comes with a wide varaity of units based on the Swedish Armed Forces in a futuristic version. Units comes in regular M90 Woodland and M90K Desert versions. Also Special Forces in Scorpion W2 version."; | ||
picture = "\saf2035\addons\saf2035_main\data\ui\swe_icon_ca.paa"; | ||
}; | ||
}; | ||
class cfgFactionClasses | ||
{ | ||
class saf | ||
{ | ||
displayName = "Swedish Armed Forces 2035"; | ||
icon = "\saf2035\addons\saf2035_main\data\ui\swe_icon.paa"; | ||
priority = 1; | ||
side = 1; | ||
}; | ||
}; | ||
class CfgVehicles | ||
{ | ||
class FlagCarrier; | ||
class saf_Flag_Sweden_F: FlagCarrier | ||
{ | ||
author = "Kimukun"; | ||
scope = 2; | ||
displayName = "Flag (Sweden)"; | ||
class EventHandlers | ||
{ | ||
init="(_this select 0) setFlagTexture '\saf2035\addons\saf2035_main\data\flag\flag_sweden_co.paa'"; | ||
}; | ||
}; | ||
}; | ||
class CfgMarkers | ||
{ | ||
class flag_NATO; | ||
class sweden_marker : flag_NATO | ||
{ | ||
name = "Sweden"; | ||
icon = "\saf2035\addons\saf2035_main\data\ui\sweden_marker.paa"; | ||
texture = "\saf2035\addons\saf2035_main\data\ui\sweden_marker.paa"; | ||
}; | ||
}; |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,15 @@ | ||
if (isServer) then { | ||
if (isClass (configFile >> "CfgPatches" >> "ace_explosives")) then | ||
{ | ||
_this addItemToBackpack "ACE_M26_Clacker"; | ||
_this addItemToBackpack "ACE_DefusalKit"; | ||
_this addItemToBackpack "MineDetector"; | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "DemoCharge_Remote_Mag";}; | ||
} | ||
else | ||
{ | ||
_this addItemToBackpack "ToolKit"; | ||
_this addItemToBackpack "MineDetector"; | ||
for "_i" from 1 to 10 do {_this addItemToBackpack "DemoCharge_Remote_Mag";}; | ||
}; | ||
}; |
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,7 @@ | ||
if (isServer) then { | ||
if (isClass (configFile >> "CfgPatches" >> "ace_main")) then | ||
{ | ||
_this addItemToBackpack "ACE_HuntIR_monitor"; | ||
for "_i" from 1 to 4 do {_this addItemToBackpack "ACE_HuntIR_M203";}; | ||
}; | ||
}; |
Empty file.
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,11 @@ | ||
class CfgMods | ||
{ | ||
class Mod_Base; | ||
class SAF2035_Mod : Mod_Base | ||
{ | ||
logo = "\saf2035\data\ui\swe_icon.paa"; | ||
name = "Swedish Armed Forces 2035"; | ||
overview = "Swedish Armed Forces 2035 comes with a wide varaity of units based on the Swedish Armed Forces in a futuristic version. Units comes in regular M90 Woodland and M90K Desert versions. Also Special Forces in Scorpion W2 version."; | ||
picture = "" | ||
}; | ||
}; |
Oops, something went wrong.