Guest User

Untitled

a guest
Jan 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.93 KB | None | 0 0
  1. /*
  2. Main DMS Config File
  3.  
  4. Created by eraser1
  5. Several revisions and additions have been made by community members.
  6.  
  7.  
  8. A lot of these configs are influenced by WAI :P
  9. https://github.com/nerdalertdk/WICKED-AI
  10. */
  11.  
  12. // You dawg... heard you like configs... so here's some configs for your config.... so you can configure your configuration to make it easier to configure your configuration http://i.imgur.com/9eJjEEo.jpg
  13.  
  14.  
  15. // If you don't want the AI to have marksman DLC weapons, then simply remove the line below, or comment it by putting // at the beginning of the line
  16. #define GIVE_AI_MARKSMAN_DLC_WEAPONS 1
  17.  
  18. // If you don't want crates to spawn with marksman DLC weapons, simply remove the line below or comment it out.
  19. #define USE_MARKSMAN_DLC_WEAPONS_IN_CRATES 1
  20.  
  21. // Uncomment this if you want Apex weapons on AI.
  22. #define GIVE_AI_APEX_WEAPONS 1
  23.  
  24. // Uncomment this if you want Apex gear on AI. Uniforms, Vests, Backpacks, Helmets,Scopes
  25. #define GIVE_AI_APEX_GEAR 1
  26.  
  27. // Uncomment this if you want Apex weapons in loot crates
  28. #define USE_APEX_WEAPONS_IN_CRATES 1
  29.  
  30. // Uncomment this if you want Apex vehicles to spawn for AI/missions
  31. #define USE_APEX_VEHICLES 1
  32.  
  33.  
  34.  
  35.  
  36. DMS_Use_Map_Config = true; // Whether or not to use config overwrites specific to the map.
  37. /*
  38. If you are using a map other than a map listed in the "map_configs" folder, you should set this to false OR create a new file within the map_configs folder for the map so that you don't get a missing file error.
  39. To share your map-specific config, please create a merge request on GitHub and/or leave a message on the DMS thread in the Exile forums.
  40. For any questions regarding map-specific configs, please leave a reply in the DMS thread on the Exile forums.
  41. */
  42.  
  43. DMS_Enable_RankChange = false; // Whether or not to use Rank Changes. (Required 'true' if using Occupation)
  44. /*
  45. I am sharing this upgrade to all. If you utilize GR8 Humanity (fully compatible) or a custom version of a ranking system(simple variable changes), this will allow your players to score +/- for Bandit and Hero kills as well as a custom Survivor Faction added to DMS as well. You can still utilize the HERO / BANDIT / SURVIVOR respect and poptab settings for gameplay :) ENJOY! DONKEYPUNCH.INFO!
  46. */
  47.  
  48. DMS_Add_AIKill2DB = false; // Adds killstat for player in the database ;)
  49.  
  50. DMS_SpawnMissions_Scheduled = false; // Whether or not to spawn missions in a scheduled environment. Setting to true may help with lag when certain missions spawn.
  51.  
  52. /* Mission System Settings */
  53. /*General settings for dynamic missions*/
  54. DMS_DynamicMission = true; // Enable/disable dynamic mission system.
  55. DMS_MaxBanditMissions = 6; // Maximum number of Bandit Missions running at the same time
  56. DMS_TimeToFirstMission = [180,420]; // [Minimum,Maximum] time between first mission spawn. | DEFAULT: 3-7 minutes.
  57. DMS_TimeBetweenMissions = [420,550]; // [Minimum,Maximum] time between missions (if mission limit is not reached) | DEFAULT: 10-15 mins
  58. DMS_MissionTimeOut = [900,1800]; // [Minimum,Maximum] time it will take for a mission to timeout | DEFAULT: 15-30 mins
  59. DMS_MissionTimeoutResetRange = 1500; // If a player is this close to a mission then it won't time-out. Set to 0 to disable this check.
  60. DMS_MissionTimeoutResetFrequency = 180; // How often (in seconds) to check for nearby players and reset the mission timeout.
  61. /*General settings for dynamic missions*/
  62.  
  63. /*General settings for static missions*/
  64. DMS_StaticMission = true; // Enable/disable static mission system.
  65. DMS_MaxStaticMissions = 1; // Maximum number of Static Missions running at the same time. It's recommended you set this to the same amount of static missions that you have in total. This config will be ignored by "DMS_StaticMissionsOnServerStart".
  66. DMS_TimeToFirstStaticMission = [30,30]; // [Minimum,Maximum] time between first static mission spawn. | DEFAULT: 3-7 minutes.
  67. DMS_TimeBetweenStaticMissions = [900,1800]; // [Minimum,Maximum] time between static missions (if static mission limit is not reached) | DEFAULT: 15-30 mins
  68. DMS_StaticMissionTimeOut = [1800,3600]; // [Minimum,Maximum] time it will take for a static mission to timeout | DEFAULT: 30-60 mins
  69. DMS_StaticMissionTimeoutResetRange = 1500; // If a player is this close to a mission then it won't time-out. Set to 0 to disable this check.
  70. DMS_SMissionTimeoutResetFrequency = 180; // How often (in seconds) to check for nearby players and reset the mission timeout for static missions.
  71. DMS_StaticMinPlayerDistance = 1500; // If a player is this close to a mission location, then it won't spawn the mission and will wait 60 seconds before attempting to spawn it.
  72. DMS_AllowStaticReinforcements = true; // Whether or not static missions will receive reinforcements. This will simply disable the calling of GroupReinforcementsMonitor;
  73. DMS_SpawnFlareOnReinforcements = true; // Whether or not to spawn a flare and noise when AI reinforcements have spawned.
  74. /*General settings for static missions*/
  75.  
  76. DMS_playerNearRadius = 100; // How close a player has to be to a mission in order to satisfy the "playerNear" mission requirement (can be customized per mission).
  77.  
  78. DMS_AI_KillPercent = 100; // The percent amount of AI that need to be killed for "killPercent" mission requirement (NOT IMPLEMENTED)
  79.  
  80. /*Mission Marker settings*/
  81. DMS_ShowDifficultyColorLegend = true; // Whether or not to show a "color legend" at the bottom left of the map that shows which color corresponds to which difficulty. I know it's not very pretty, meh.
  82. DMS_ShowMarkerCircle = false; // Whether or not to show the colored "circle" around a mission marker.
  83. DMS_MarkerText_ShowMissionPrefix = true; // Whether or not to place a prefix before the mission marker text. Enable this if your players get confused by the marker names :P
  84. DMS_MarkerText_MissionPrefix = "Mission:"; // The text displayed before the mission name in the mission marker.
  85. DMS_MarkerText_ShowAICount = true; // Whether or not to display the number of remaining AI in the marker name.
  86. DMS_MarkerText_ShowAICount_Static = true; // Whether or not to display the number of remaining AI in the marker name for STATIC missions.
  87. DMS_MarkerText_AIName = "Units"; // What the AI will be called in the map marker. For example, the marker text can show: "Car Dealer (3 Units remaining)"
  88. DMS_MarkerPosRandomization = false; // Randomize the position of the circle marker of a mission
  89. DMS_MarkerPosRandomRadius = [25,100]; // Minimum/Maximum distance that the circle marker position will be randomized | DEFAULT: 0 meters to 200 meters
  90. DMS_RandomMarkerBrush = "Cross"; // See: https://community.bistudio.com/wiki/setMarkerBrush
  91. DMS_MissionMarkerWinDot = true; // Keep the mission marker dot with a "win" message after mission is over
  92. DMS_MissionMarkerLoseDot = true; // Keep the mission marker dot with a "lose" message after mission is over
  93. DMS_MissionMarkerWinDot_Type = "mil_end"; // The marker type to show when a mission is completed. Refer to: https://community.bistudio.com/wiki/cfgMarkers
  94. DMS_MissionMarkerLoseDot_Type = "KIA"; // The marker type to show when a mission fails. Refer to: https://community.bistudio.com/wiki/cfgMarkers
  95. DMS_MissionMarkerWinDotTime = 30; // How many seconds the "win" mission dot will remain on the map
  96. DMS_MissionMarkerLoseDotTime = 30; // How many seconds the "lose" mission dot will remain on the map
  97. DMS_MissionMarkerWinDotColor = "ColorBlue"; // The color of the "win" marker dot
  98. DMS_MissionMarkerLoseDotColor = "ColorRed"; // The color of the "lose" marker dot
  99. /*Mission Marker settings*/
  100.  
  101. /*Mission Cleanup settings*/
  102. DMS_CompletedMissionCleanup = true; // Cleanup mission-spawned buildings and AI bodies after some time
  103. DMS_CompletedMissionCleanupTime = 3600; // Minimum time until mission-spawned buildings and AI are cleaned up
  104. DMS_CleanUp_PlayerNearLimit = 20; // Cleanup of an object is aborted if a player is this many meters close to the object
  105. DMS_AIVehCleanUpTime = 300; // Time until a destroyed AI vehicle is cleaned up.
  106. /*Mission Cleanup settings*/
  107.  
  108. /*Mission spawn location settings*/
  109. DMS_UsePredefinedMissionLocations = false; // Whether or not to use a list of pre-defined mission locations instead before attempting to find a random (valid) position. The positions will still be checked for validity. If none of the provided positions are valid, a random one will be generated.
  110. DMS_PredefinedMissionLocations = [ // List of Preset/Predefined mission locations.
  111. /* List of positions:
  112. position1: [x_1,y_1,z_1],
  113. position2: [x_2,y_2,z_2],
  114. ...
  115. positionN: [x_N,y_N,z_N]
  116. */
  117.  
  118. ];
  119.  
  120. DMS_PredefinedMissionLocations_WEIGHTED = [ // List of Preset/Predefined mission locations WITH WEIGHTED CHANCES. This will NOT override "DMS_PredefinedMissionLocations", and everything from "DMS_PredefinedMissionLocations" will behave as though it has 1 weight per position.
  121. /* List of arrays with position and weighted chance:
  122. [[x_1,y_1,z_1], chance_1],
  123. [[x_2,y_2,z_2], chance_2],
  124. ...
  125. [[x_N,y_N,z_N], chance_N]
  126. */
  127.  
  128. ];
  129. DMS_ThrottleBlacklists = true; // Whether or not to "throttle" the blacklist distance parameters in DMS_fnc_FindSafePos. This will reduce the values of the minimum
  130. //distances for some of the below parameters if several attempts have been made, but a suitable position was not yet found. This
  131. //should help with server performance drops when spawning a mission, as DMS_fnc_findSafePos is the most resource-intensive function.
  132. DMS_AttemptsUntilThrottle = 15; // How many attempts until the parameters are throttled.
  133. DMS_ThrottleCoefficient = 0.9; // How much the parameters are throttled. The parameters are multiplied by the coefficient, so 0.9 means 90% of whatever the parameter was.
  134. DMS_MinThrottledDistance = 500; // The minimum distance to which it will throttle. If the throttled value is less than this value, then this value is used instead.
  135. DMS_PlayerNearBlacklist = 2000; // Missions won't spawn in a position this many meters close to a player
  136. DMS_SpawnZoneNearBlacklist = 2500; // Missions won't spawn in a position this many meters close to a spawn zone
  137. DMS_TraderZoneNearBlacklist = 2500; // Missions won't spawn in a position this many meters close to a trader zone
  138. DMS_MissionNearBlacklist = 2500; // Missions won't spawn in a position this many meters close to another mission
  139. DMS_WaterNearBlacklist = 500; // Missions won't spawn in a position this many meters close to water
  140. DMS_TerritoryNearBlacklist = 100; // Missions won't spawn in a position this many meters close to a territory flag. This is a resource intensive check, don't set this value too high!
  141. DMS_MixerNearBlacklist = 1000; // Missions won't spawn in a position this many meters close to a concrete mixer
  142. DMS_ContaminatedZoneNearBlacklist = 1000; // Missions won't spawn in a position this many meters close to a contaminated zone
  143. DMS_MinSurfaceNormal = 0.9; // Missions won't spawn in a position where its surfaceNormal is less than this amount. The lower the value, the steeper the location. Greater values means flatter locations. Values can range from 0-1, with 0 being sideways, and 1 being perfectly flat. For reference: SurfaceNormal of about 0.7 is when you are forced to walk up a surface. If you want to convert surfaceNormal to degrees, use the arc-cosine of the surfaceNormal. 0.9 is about 25 degrees. Google "(arccos 0.9) in degrees"
  144. DMS_MinDistFromWestBorder = 250; // Missions won't spawn in a position this many meters close to the western map border.
  145. DMS_MinDistFromEastBorder = 250; // Missions won't spawn in a position this many meters close to the easter map border.
  146. DMS_MinDistFromSouthBorder = 250; // Missions won't spawn in a position this many meters close to the southern map border.
  147. DMS_MinDistFromNorthBorder = 250; // Missions won't spawn in a position this many meters close to the northern map border.
  148. DMS_SpawnZoneMarkerTypes = [ // If you're using custom spawn zone markers, make sure you define them here. CASE SENSITIVE!!!
  149. "ExileSpawnZoneIcon"
  150. ];
  151. DMS_TraderZoneMarkerTypes = [ // If you're using custom trader markers, make sure you define them here. CASE SENSITIVE!!!
  152. "ExileTraderZoneIcon"
  153. ];
  154. DMS_MixerMarkerTypes = [ // If you're using custom concrete mixer map markers, make sure you define them here. CASE SENSITIVE!!!
  155. "ExileConcreteMixerZoneIcon"
  156. ];
  157. DMS_ContaminatedZoneMarkerTypes = [ // If you're using custom contaminated zone markers, make sure you define them here. CASE SENSITIVE!!!
  158. "ExileContaminatedZoneIcon"
  159. ];
  160. /*Mission spawn location settings*/
  161.  
  162. DMS_MinWaterDepth = 20; // Minimum depth of water that an underwater mission can spawn at.
  163.  
  164. /*Crate/Box settings*/
  165. DMS_HideBox = false; // "Hide" the box from being visible by players until the mission is completed.
  166. DMS_EnableBoxMoving = true; // Whether or not to allow the box to move and/or be lifted by choppers.
  167. DMS_SpawnBoxSmoke = true; // Spawn a smoke grenade on mission box upon misson completion during daytime
  168. DMS_SpawnBoxIRGrenade = true; // Spawn an IR grenade on mission box upon misson completion during nighttime
  169. /*Crate/Box settings*/
  170.  
  171. /*Mine settings*/
  172. DMS_SpawnMinefieldForEveryMission = false; // Whether or not to spawn a minefield for every dynamic mission.
  173. DMS_SpawnMinesAroundMissions = true; // Whether or not to spawn mines around AI missions that have them.
  174. DMS_despawnMines_onCompletion = true; // Despawn mines spawned around missions when the mission is completed
  175. DMS_MineInfo_easy = [5,50]; // Mine info for "easy" missions. This will spawn 5 mines within a 50m radius.
  176. DMS_MineInfo_moderate = [10,50]; // Mine info for "moderate" missions. This will spawn 10 mines within a 50m radius.
  177. DMS_MineInfo_difficult = [15,75]; // Mine info for "difficult" missions. This will spawn 15 mines within a 75m radius.
  178. DMS_MineInfo_hardcore = [25,100]; // Mine info for "hardcore" missions. This will spawn 25 mines within a 100m radius.
  179. DMS_SpawnMineWarningSigns = true; // Whether or not to spawn mine warning signs around a minefield.
  180. DMS_BulletProofMines = true; // Whether or not you want to make the mines bulletproof. Prevents players from being able to shoot the mines and creating explosions.
  181. /*Mine settings*/
  182.  
  183. DMS_MinPlayerCount = 0; // Minimum number of players until mission start
  184. DMS_MinServerFPS = 5; // Minimum server FPS for missions to start
  185.  
  186. /*Mission notification settings*/
  187. DMS_PlayerNotificationTypes = [ // Notification types. Supported values are: ["dynamicTextRequest", "standardHintRequest", "systemChatRequest", "textTilesRequest", "ExileToasts"]. Details below.
  188. //"dynamicTextRequest", // You should use either "dynamicTextRequest" or "textTilesRequest", and I think "textTilesRequest" looks better, but this is less performance-intensive.
  189. //"standardHintRequest", // Hints are a bit wonky...
  190. //"textTilesRequest", // Keep in mind you can only have 1 "text tile" message up at a time, so the message will disappear if the player gets a kill or something while the message is shown. This message type is also performance-intensive, so I advise against it.
  191. //"systemChatRequest", // Always nice to show in chat so that players can scroll up to read the info if they need to.
  192. "ExileToasts" // Default notification type since Exile 0.98, see (http://www.exilemod.com/devblog/new-ingame-notifications/)
  193. ];
  194.  
  195. /*Exile Toasts Notification Settings*/
  196. DMS_ExileToasts_Title_Size = 22; // Size for Client Exile Toasts mission titles.
  197. DMS_ExileToasts_Title_Font = "puristaMedium"; // Font for Client Exile Toasts mission titles.
  198. DMS_ExileToasts_Message_Color = "#FFFFFF"; // Exile Toasts color for "ExileToast" client notification type.
  199. DMS_ExileToasts_Message_Size = 19; // Exile Toasts size for "ExileToast" client notification type.
  200. DMS_ExileToasts_Message_Font = "PuristaLight"; // Exile Toasts font for "ExileToast" client notification type.
  201. /*Exile Toasts Notification Settings*/
  202.  
  203. /*Dynamic Text Notification Settings*/
  204. DMS_dynamicText_Duration = 7; // Number of seconds that the message will last on the screen.
  205. DMS_dynamicText_FadeTime = 1.5; // Number of seconds that the message will fade in/out (does not affect duration).
  206. DMS_dynamicText_Title_Size = 1.2; // Size for Client Dynamic Text mission titles.
  207. DMS_dynamicText_Title_Font = "puristaMedium"; // Font for Client Dynamic Text mission titles.
  208. DMS_dynamicText_Message_Color = "#FFFFFF"; // Dynamic Text color for "dynamicTextRequest" client notification type.
  209. DMS_dynamicText_Message_Size = 0.65; // Dynamic Text size for "dynamicTextRequest" client notification type.
  210. DMS_dynamicText_Message_Font = "OrbitronMedium"; // Dynamic Text font for "dynamicTextRequest" client notification type.
  211. /*Dynamic Text Notification Settings*/
  212.  
  213. /*Standard Hint Notification Settings*/
  214. DMS_standardHint_Title_Size = 2; // Size for Client Standard Hint mission titles.
  215. DMS_standardHint_Title_Font = "puristaMedium"; // Font for Client Standard Hint mission titles.
  216. DMS_standardHint_Message_Color = "#FFFFFF"; // Standard Hint color for "standardHintRequest" client notification type.
  217. DMS_standardHint_Message_Size = 1; // Standard Hint size for "standardHintRequest" client notification type.
  218. DMS_standardHint_Message_Font = "OrbitronMedium"; // Standard Hint font for "standardHintRequest" client notification type.
  219. /*Standard Hint Notification Settings*/
  220.  
  221. /*Text Tiles Notification Settings*/
  222. DMS_textTiles_Duration = 7; // Number of seconds that the message will last on the screen.
  223. DMS_textTiles_FadeTime = 1.5; // Number of seconds that the message will fade in/out (does not affect duration).
  224. DMS_textTiles_Title_Size = 2.3; // Size for Client Text Tiles mission titles.
  225. DMS_textTiles_Title_Font = "puristaMedium"; // Font for Client Text Tiles mission titles.
  226. DMS_textTiles_Message_Color = "#FFFFFF"; // Text Tiles color for "textTilesRequest" client notification type.
  227. DMS_textTiles_Message_Size = 1.25; // Text Tiles size for "textTilesRequest" client notification type.
  228. DMS_textTiles_Message_Font = "OrbitronMedium"; // Text Tiles font for "textTilesRequest" client notification type.
  229. /*Text Tiles Notification Settings*/
  230.  
  231. /*Mission notification settings*/
  232.  
  233. DMS_RandomBanditMissionsOnStart = 0; // Number of (random) bandit missions to spawn when the server starts, just so players don't have to wait for missions to spawn.
  234. DMS_BanditMissionTypes = [ // List of missions with spawn chances. If they add up to 100%, they represent the percentage chance each one will spawn
  235. ["bandits",3],
  236. ["bauhaus",3],
  237. ["beertransport",3],
  238. ["behindenemylines",3],
  239. ["blackhawkdown",3],
  240. ["cardealer",3],
  241. ["construction",3],
  242. ["donthasslethehoff",3],
  243. ["foodtransport",3],
  244. ["guntransport",3],
  245. ["humanitarian",3],
  246. ["lost_battalion",3],
  247. ["medical",3],
  248. ["mercbase",2],
  249. ["mercenaries",3],
  250. ["nedbuilding1_mission",3],
  251. ["nedcar_mission",4],
  252. ["nedguns1_mission",3],
  253. ["nedhatchback_mission",3],
  254. ["nedhunter_mission",2],
  255. ["nedifrit_mission",2],
  256. ["nedlittlebird_mission",2],
  257. ["nedmedical1_mission",3],
  258. ["nedoffroad_mission",3],
  259. ["nedresearch_mission",3],
  260. ["nedsnipercamp_mission",3],
  261. ["nedstrider_mission",2],
  262. ["nedural_mission",3],
  263. ["roguenavyseals",3],
  264. ["thieves",3],
  265. ["walmart",3]
  266. ];
  267.  
  268.  
  269. DMS_StaticMissionTypes = [ // List of STATIC missions with spawn chances.
  270. //["saltflats",1] //<--Example (already imported by default on Altis in map configs)
  271. //["slums",1] //<--Example (already imported by default on Altis in map configs)
  272. //["occupation",1] //<--Example
  273. //["sectorB",1] //<--Example for Taviana
  274. ];
  275.  
  276. DMS_BasesToImportOnServerStart = [ // List of static bases to import on server startup (spawned post-init). This will reduce the amount of work the server has to do when it actually spawns static missions, and players won't be surprised when a base suddenly pops up. You can also include any other M3E-exported bases to spawn here.
  277. //"saltflatsbase", //<--Example (already imported by default on Altis)
  278. //"slums_objects" //<--Example (already imported by default on Altis)
  279. ];
  280.  
  281. DMS_BanditMissionsOnServerStart = [
  282. //"construction" //<-- Example
  283. ];
  284.  
  285. DMS_StaticMissionsOnServerStart = [ // List of STATIC missions with spawn chances.
  286. //"saltflats" //<--Example
  287. //"slums" //<--Example
  288. //"occupation" //<--Example
  289. //"sectorB" //<--Example for Taviana
  290. ];
  291.  
  292.  
  293.  
  294. DMS_findSafePosBlacklist = [ // This list defines areas where missions WILL NOT spawn. For position blacklist info refer to: http://www.exilemod.com/topic/61-dms-defents-mission-system/?do=findComment&comment=31190
  295. // There are examples in the altis map config (it blacklists the salt flats) and in the tavi/taviana map configs.
  296.  
  297. //[[2350,4680],100] // This random example blacklists any position within 100 meters of coordinates "[2350,4680]"
  298. ];
  299. /* Mission System Settings */
  300.  
  301.  
  302. /* AI Settings */
  303. DMS_AI_Classname = "O_recon_F"; // Since some of you wanted this...
  304. DMS_AI_UseRealNames = true; // true if you want Arma assigned real names, false if you want random DMS assigned unit numbers
  305.  
  306. DMS_Show_Kill_Poptabs_Notification = true; // Whether or not to show the poptabs gained/lost message on the player's screen when killing an AI. (It will still change the player's money, it just won't show the "Money Received" notification)
  307. DMS_Show_Kill_Respect_Notification = true; // Whether or not to show the "Frag Message" on the player's screen when killing an AI. (It will still change the player's respect, it just won't show the "AI Killed" frag message)
  308. DMS_Show_Kill_Rank_Notification = true;
  309. DMS_Show_Party_Kill_Notification = true; // Whether or not to show in chat when a party member kills an AI.
  310.  
  311. DMS_Spawn_AI_With_Money = true; // Whether or not to spawn AI with money that can be looted from the body.
  312. DMS_AIMoney_PopulationMultiplier = 5; // This determines how much EXTRA money an AI will have on his body. For example, setting this to 5 and having a server population of 30 means the AI will have an extra 150 poptabs on the body. Set to 0 to disable.
  313.  
  314. DMS_GiveMoneyToPlayer_OnAIKill = true; // Whether or not to give money directly to players when they kill AI (old method of giving money).
  315. DMS_GiveRespectToPlayer_OnAIKill = true; // Whether or not to give respect to players when they kill AI.
  316.  
  317. DMS_Bandit_Soldier_MoneyGain = 50; // The amount of Poptabs gained for killing a bandit soldier
  318. DMS_Bandit_Soldier_RepGain = 10; // The amount of Respect gained for killing a bandit soldier
  319. DMS_Bandit_Soldier_RankGain = 15;
  320. DMS_Bandit_Soldier_SpawnMoney = 50; // The amount of Poptabs carried by a bandit soldier
  321.  
  322. DMS_Bandit_Static_MoneyGain = 75; // The amount of Poptabs gained for killing a bandit static gunner
  323. DMS_Bandit_Static_RepGain = 15; // The amount of Respect gained for killing a bandit static gunner
  324. DMS_Bandit_Static_RankGain = 30;
  325. DMS_Bandit_Static_SpawnMoney = 75; // The amount of Poptabs carried by a bandit static gunner
  326.  
  327. DMS_Bandit_Vehicle_MoneyGain = 100; // The amount of Poptabs gained for killing a bandit vehicle crew member
  328. DMS_Bandit_Vehicle_RepGain = 25; // The amount of Respect gained for killing a bandit vehicle crew member
  329. DMS_Bandit_Vehicle_RankGain = 50;
  330. DMS_Bandit_Vehicle_SpawnMoney = 100; // The amount of Poptabs carried by a bandit vehicle crew member
  331.  
  332. /* DonkeyPunchDMS Custom Settings for Hero AI*/
  333. DMS_Hero_Soldier_MoneyGain = 100; // The amount of Poptabs gained for killing a hero soldier
  334. DMS_Hero_Soldier_RepGain = 20; // The amount of Respect gained for killing a hero soldier
  335. DMS_Hero_Soldier_RankGain = -30;
  336. DMS_Hero_Soldier_SpawnMoney = 100; // The amount of Poptabs carried by a hero soldier
  337.  
  338. DMS_Hero_Static_MoneyGain = 120; // The amount of Poptabs gained for killing a hero static gunner
  339. DMS_Hero_Static_RepGain = 30; // The amount of Respect gained for killing a hero static gunner
  340. DMS_Hero_Static_RankGain = -60;
  341. DMS_Hero_Static_SpawnMoney = 120; // The amount of Poptabs carried by a hero static gunner
  342.  
  343. DMS_Hero_Vehicle_MoneyGain = 200; // The amount of Poptabs gained for killing a hero vehicle crew member
  344. DMS_Hero_Vehicle_RepGain = 50; // The amount of Respect gained for killing a hero vehicle crew member
  345. DMS_Hero_Vehicle_RankGain = -100;
  346. DMS_Hero_Vehicle_SpawnMoney = 200; // The amount of Poptabs carried by a hero vehicle crew member
  347. /* DonkeyPunchDMS Custom Settings for Survivor AI*/
  348. DMS_Survivor_Soldier_MoneyGain = -100; // The amount of Poptabs gained for killing a Survivor soldier
  349. DMS_Survivor_Soldier_RepGain = -100; // The amount of Respect gained for killing a Survivor soldier
  350. DMS_Survivor_Soldier_RankGain = -250;
  351. DMS_Survivor_Soldier_SpawnMoney = 0; // The amount of Poptabs carried by a Survivor soldier
  352.  
  353. DMS_Survivor_Static_MoneyGain = -100; // The amount of Poptabs gained for killing a Survivor static gunner
  354. DMS_Survivor_Static_RepGain = -100; // The amount of Respect gained for killing a Survivor static gunner
  355. DMS_Survivor_Static_RankGain = -400;
  356. DMS_Survivor_Static_SpawnMoney = 0; // The amount of Poptabs carried by a Survivor static gunner
  357.  
  358. DMS_Survivor_Vehicle_MoneyGain = -500; // The amount of Poptabs gained for killing a Survivor vehicle crew member
  359. DMS_Survivor_Vehicle_RepGain = -100; // The amount of Respect gained for killing a Survivor vehicle crew member
  360. DMS_Survivor_Vehicle_RankGain = -600;
  361. DMS_Survivor_Vehicle_SpawnMoney = 0; // The amount of Poptabs carried by a Survivor vehicle crew member
  362.  
  363. DMS_AIKill_DistanceBonusMinDistance = 100; // Minimum distance from the player to the AI to apply the distance bonus.
  364. DMS_AIKill_DistanceBonusCoefficient = 0.05; // If the distance from the player to the killed unit is more than "DMS_AIKill_DistanceBonusMinDistance" meters then the player gets a respect bonus equivalent to the distance multiplied by this coefficient. For example, killing an AI from 400 meters will give 100 extra respect (when the coefficient is 0.25). Set to 0 to disable the bonus. This bonus will not be applied if there isn't a regular AI kill bonus.
  365.  
  366. DMS_Diff_RepOrTabs_on_roadkill = true; // Whether or not you want to use different values for giving respect/poptabs when you run an AI over. Default values are NEGATIVE. This means player will LOSE respect or poptabs.
  367. DMS_Bandit_Soldier_RoadkillMoney = -10; // The amount of Poptabs gained/lost for running over a bandit soldier
  368. DMS_Bandit_Soldier_RoadkillRep = -5; // The amount of Respect gained/lost for running over a bandit soldier
  369. DMS_Bandit_Soldier_RoadkillRank = 20;
  370. DMS_Bandit_Static_RoadkillMoney = -10; // The amount of Poptabs gained/lost for running over a bandit static gunner
  371. DMS_Bandit_Static_RoadkillRep = -5; // The amount of Respect gained/lost for running over a bandit static gunner
  372. DMS_Bandit_Static_RoadkillRank = 30;
  373. DMS_Bandit_Vehicle_RoadkillMoney = -10; // The amount of Poptabs gained/lost for running over a bandit vehicle crew member
  374. DMS_Bandit_Vehicle_RoadkillRep = -5; // The amount of Respect gained/lost for running over a bandit vehicle crew member
  375. DMS_Bandit_Vehicle_RoadkillRank = 50;
  376. /* DonkeyPunchDMS Custom RoadKill Settings for Hero AI*/
  377. DMS_Hero_Soldier_RoadkillMoney = 20; // The amount of Poptabs gained/lost for running over a hero soldier
  378. DMS_Hero_Soldier_RoadkillRep = 10; // The amount of Respect gained/lost for running over a hero soldier
  379. DMS_Hero_Soldier_RoadkillRank = -40;
  380. DMS_Hero_Static_RoadkillMoney = 20; // The amount of Poptabs gained/lost for running over a hero static gunner
  381. DMS_Hero_Static_RoadkillRep = 10; // The amount of Respect gained/lost for running over a hero static gunner
  382. DMS_Hero_Static_RoadkillRank = -60;
  383. DMS_Hero_Vehicle_RoadkillMoney = 20; // The amount of Poptabs gained/lost for running over a hero vehicle crew member
  384. DMS_Hero_Vehicle_RoadkillRep = 10; // The amount of Respect gained/lost for running over a hero vehicle crew member
  385. DMS_Hero_Vehicle_RoadkillRank = -100;
  386. /* DonkeyPunchDMS Custom Roadkill Settings for Survivor AI*/
  387. DMS_Survivor_Soldier_RoadkillMoney = -200; // The amount of Poptabs gained/lost for running over a Survivor soldier
  388. DMS_Survivor_Soldier_RoadkillRep = -200; // The amount of Respect gained/lost for running over a Survivor soldier
  389. DMS_Survivor_Soldier_RoadkillRank = -200;
  390. DMS_Survivor_Static_RoadkillMoney = -200; // The amount of Poptabs gained/lost for running over a Survivor static gunner
  391. DMS_Survivor_Static_RoadkillRep = -200; // The amount of Respect gained/lost for running over a Survivor static gunner
  392. DMS_Survivor_Static_RoadkillRank = -200;
  393. DMS_Survivor_Vehicle_RoadkillMoney = -500; // The amount of Poptabs gained/lost for running over a Survivor vehicle crew member
  394. DMS_Survivor_Vehicle_RoadkillRep = -100; // The amount of Respect gained/lost for running over a Survivor vehicle crew member
  395. DMS_Survivor_Vehicle_RoadkillRank = -100;
  396.  
  397. DMS_banditSide = EAST; // The side (team) that AI Bandits will spawn on
  398. /* DonkeyPunchDMS Custom Side Factions */
  399. DMS_heroSide = WEST; // The side (team) that AI Heros will spawn on
  400. DMS_survivorSide = CIV; // The side (team) that AI Survivor will spawn on
  401.  
  402. DMS_clear_AI_body = false; // Clear AI body as soon as they die
  403. DMS_clear_AI_body_chance = 50; // Percentage chance that AI bodies will be cleared when they die
  404. DMS_ai_disable_ramming_damage = true; // Disables damage due to ramming into AI. !!!NOTE: THIS WILL NOT BE RELIABLE WITH "DMS_ai_offload_to_client"!!!
  405. DMS_remove_roadkill = true; // Remove gear from AI bodies that are roadkilled
  406. DMS_remove_roadkill_chance = 50; // Percentage chance that roadkilled AI bodies will be deleted
  407. DMS_explode_onRoadkill = true; // Whether or not to spawn an explosion when an AI gets run over. It will likely take out the 2 front wheels. Should help mitigate the ineffective AI vs. striders issue ;)
  408. DMS_RemoveNVG = false; // Remove NVGs from AI bodies
  409.  
  410. DMS_MaxAIDistance = 500; // The maximum distance an AI unit can be from a mission before he is killed. Helps with AI running away and forcing the mission to keep running. Set to 0 if you don't want it.
  411. DMS_AIDistanceCheckFrequency = 60; // How often to check within DMS_fnc_TargetsKilled whether or not the AI is out of the maximum radius. Lower values increase frequency and increase server load, greater values decrease frequency and may cause longer delays for "runaway" AI.
  412.  
  413. DMS_ai_offload_to_client = true; // Offload spawned AI groups to random clients. Helps with server performance.
  414. DMS_ai_offload_Only_DMS_AI = false; // Do you use other mission systems on your server but still want to offload AI? You should probably enable this then, unless you have tested it for compatibility.
  415. DMS_ai_offload_notifyClient = false; // Notify the client when AI has been offloaded to the client.
  416.  
  417. DMS_ai_allowFreezing = true; // Whether or not to "freeze" AI that are a certain distance away from players (and therefore inactive).
  418. DMS_ai_freeze_Only_DMS_AI = false; // Whether or not to "freeze" AI that are not spawned by DMS.
  419. DMS_ai_freezingDistance = 3500; // If there are no players within this distance of the leader of an AI group, then the AI group will be "frozen".
  420. DMS_ai_unfreezingDistance = 3500; // If there are players within this distance of the leader of an AI group, then the AI group will be "un-frozen".
  421. DMS_ai_offloadOnUnfreeze = true; // Whether or not to offload AI to clients once they have been "un-frozen". NOTE: This config will be ignored if "DMS_ai_offload_to_client" is set to false.
  422. DMS_ai_freezeCheckingDelay = 15; // How often (in seconds) DMS will check whether to freeze/un-freeze AI.
  423. DMS_ai_freezeOnSpawn = true; // Whether or not to freeze an AI group when initially spawned.
  424.  
  425. DMS_ai_share_info = false; // Share info about killer
  426. DMS_ai_share_info_distance = 25; // The distance killer's info will be shared to other AI
  427.  
  428. DMS_ai_nighttime_accessory_chance = 75; // Percentage chance that AI will have a flashlight or laser pointer on their guns if spawned during nighttime
  429. DMS_ai_enable_water_equipment = true; // Enable/disable overriding default weapons of an AI if it spawns on/in water
  430.  
  431. // https://community.bistudio.com/wiki/AI_Sub-skills#general
  432. DMS_ai_skill_static = [["aimingAccuracy",0.30],["aimingShake",0.40],["aimingSpeed",0.20],["spotDistance",0.20],["spotTime",0.15],["courage",0.70],["reloadSpeed",0.60],["commanding",0.45],["general",0.25]]; // Static AI Skills
  433. DMS_ai_skill_easy = [["aimingAccuracy",0.30],["aimingShake",0.40],["aimingSpeed",0.20],["spotDistance",0.20],["spotTime",0.15],["courage",0.70],["reloadSpeed",0.60],["commanding",0.45],["general",0.25]]; // Easy
  434. DMS_ai_skill_moderate = [["aimingAccuracy",0.30],["aimingShake",0.40],["aimingSpeed",0.20],["spotDistance",0.20],["spotTime",0.15],["courage",0.70],["reloadSpeed",0.60],["commanding",0.45],["general",0.25]]; // Moderate
  435. DMS_ai_skill_difficult = [["aimingAccuracy",0.30],["aimingShake",0.40],["aimingSpeed",0.20],["spotDistance",0.20],["spotTime",0.15],["courage",0.70],["reloadSpeed",0.60],["commanding",0.45],["general",0.25]]; // Difficult
  436. DMS_ai_skill_hardcore = [["aimingAccuracy",0.30],["aimingShake",0.40],["aimingSpeed",0.20],["spotDistance",0.20],["spotTime",0.15],["courage",0.70],["reloadSpeed",0.60],["commanding",0.45],["general",0.25]]; // Hardcore
  437. DMS_ai_skill_random = ["hardcore","difficult","difficult","difficult","moderate","moderate","moderate","moderate","easy","easy"]; // Skill frequencies for "random" AI skills | Default: 10% hardcore, 30% difficult, 40% moderate, and 20% easy
  438. DMS_ai_skill_randomDifficult = ["hardcore","hardcore","difficult","difficult","difficult"]; // 60% chance for "difficult", 40% chance for "hardcore" AI.
  439. DMS_ai_skill_randomEasy = ["moderate","moderate","easy","easy","easy"]; // 60% chance for "easy", 40% chance for "moderate" AI.
  440. DMS_ai_skill_randomIntermediate = ["difficult","difficult","moderate","moderate","moderate"]; // 60% chance for "moderate", 40% chance for "difficult" AI.
  441. DMS_AI_WP_Radius_easy = 20; // Waypoint radius for "easy" AI.
  442. DMS_AI_WP_Radius_moderate = 30; // Waypoint radius for "moderate" AI.
  443. DMS_AI_WP_Radius_difficult = 50; // Waypoint radius for "difficult" AI.
  444. DMS_AI_WP_Radius_hardcore = 75; // Waypoint radius for "hardcore" AI.
  445. DMS_AI_AimCoef_easy = 0.9; // "Custom Aim Coefficient" (weapon sway multiplier) for "easy" AI
  446. DMS_AI_AimCoef_moderate = 0.65; // "Custom Aim Coefficient" (weapon sway multiplier) for "moderate" AI
  447. DMS_AI_AimCoef_difficult = 0.4; // "Custom Aim Coefficient" (weapon sway multiplier) for "difficult" AI
  448. DMS_AI_AimCoef_hardcore = 0.05; // "Custom Aim Coefficient" (weapon sway multiplier) for "hardcore" AI
  449. DMS_AI_EnableStamina_easy = true; // Whether or not to keep the stamina system for "easy" AI.
  450. DMS_AI_EnableStamina_moderate = true; // Whether or not to keep the stamina system for "moderate" AI.
  451. DMS_AI_EnableStamina_difficult = false; // Whether or not to keep the stamina system for "difficult" AI.
  452. DMS_AI_EnableStamina_hardcore = false; // Whether or not to keep the stamina system for "hardcore" AI.
  453. DMS_AI_WP_Radius_base = 5; // Waypoint radius for AI in bases.
  454. DMS_AI_WP_Radius_heli = 500; // Waypoint radius for AI in helis.
  455.  
  456. DMS_AI_destroyVehicleChance = 75; // Percent chance that an AI vehicle will be destroyed after the AI have been killed. Set to 100 for always, or 0 for never.
  457.  
  458. DMS_AI_destroyStaticWeapon = true; // Whether or not to destroy static HMGs after AI death.
  459. DMS_AI_destroyStaticWeapon_chance = 95; // Percent chance that a static weapon will be destroyed (only applied if "DMS_AI_destroyStaticWeapon" is true)
  460.  
  461. DMS_static_weapons = [ // Static weapons for AI
  462. "O_HMG_01_high_F"
  463. ];
  464.  
  465. DMS_ai_default_items = [ // Toolbelt items each AI will spawn with
  466. "ItemWatch",
  467. "ItemMap",
  468. "ItemCompass",
  469. "ItemRadio"
  470. ];
  471.  
  472. DMS_ai_BipodList = [
  473. "bipod_01_F_blk",
  474. "bipod_01_F_mtp",
  475. "bipod_01_F_snd",
  476. "bipod_02_F_blk",
  477. "bipod_02_F_hex",
  478. "bipod_02_F_tan",
  479. "bipod_03_F_blk",
  480. "bipod_03_F_oli"
  481. ];
  482.  
  483. //Assault Class
  484. DMS_assault_weps = [ // Assault Rifles
  485. #ifdef GIVE_AI_APEX_WEAPONS
  486. "arifle_AK12_F",
  487. "arifle_ARX_ghex_F",
  488. "arifle_CTAR_blk_F",
  489. "arifle_SPAR_01_khk_F",
  490. "arifle_SPAR_03_khk_F",
  491. #endif
  492. "arifle_Katiba_GL_F",
  493. "arifle_MX_GL_Black_F",
  494. "arifle_Mk20_GL_F",
  495. "arifle_TRG21_GL_F",
  496. "arifle_Katiba_F",
  497. "arifle_MX_Black_F",
  498. "arifle_TRG21_F",
  499. "arifle_TRG20_F",
  500. "arifle_Mk20_plain_F",
  501. "arifle_Mk20_F",
  502. "Exile_Weapon_AK107",
  503. "Exile_Weapon_AK107_GL",
  504. "Exile_Weapon_AK74_GL",
  505. "Exile_Weapon_AK47",
  506. "Exile_Weapon_AKS_Gold"
  507. ];
  508. DMS_assault_pistols = [ // Pistols for Assault Class (Set to empty array if you don't want to give them any pistols)
  509. "hgun_ACPC2_F",
  510. "hgun_Rook40_F",
  511. "hgun_P07_F",
  512. "hgun_Pistol_heavy_01_F",
  513. "hgun_Pistol_heavy_02_F",
  514. "Exile_Weapon_Colt1911",
  515. "Exile_Weapon_Makarov",
  516. "Exile_Weapon_Taurus",
  517. "Exile_Weapon_TaurusGold"
  518. ];
  519. DMS_assault_optics = [ // Optics for Assault Class
  520. #ifdef GIVE_AI_APEX_GEAR
  521. "optic_ERCO_khk_F",
  522. "optic_Holosight_blk_F",
  523. #endif
  524. "optic_Arco",
  525. "optic_Hamr",
  526. "optic_Aco",
  527. "optic_Holosight",
  528. "optic_MRCO",
  529. "optic_DMS"
  530. ];
  531. DMS_assault_optic_chance = 75; // Percentage chance that an Assault Class AI will get an optic
  532. DMS_assault_bipod_chance = 25; // Percentage chance that an Assault Class AI will get a bipod
  533. DMS_assault_suppressor_chance = 25; // Percentage chance that an Assault Class AI will get a suppressor
  534.  
  535. DMS_assault_items = [ // Items for Assault Class AI (Loot stuff that goes in uniform/vest/backpack)
  536. "Exile_Item_InstaDoc",
  537. "Exile_Item_BBQSandwich",
  538. "Exile_Item_Energydrink"
  539. ];
  540. DMS_assault_equipment = [ // Equipment for Assault Class AI (stuff that goes in toolbelt slots)
  541. "ItemGPS"
  542. ];
  543. DMS_assault_RandItemCount = 2; // How many random items to add to the AI's inventory.
  544. DMS_assault_RandItems = [ // The random items that will be added to the AI's inventory.
  545. "Exile_Item_Catfood_Cooked",
  546. "Exile_Item_Surstromming_Cooked",
  547. "Exile_Item_PowerDrink",
  548. "Exile_Item_EnergyDrink",
  549. "Exile_Item_Vishpirin",
  550. "Exile_Item_Bandage"
  551. ];
  552. DMS_assault_helmets = [ // Helmets for Assault Class
  553. #ifdef GIVE_AI_APEX_GEAR
  554. "H_HelmetB_TI_tna_F",
  555. "H_HelmetB_Enh_tna_F",
  556. "H_HelmetSpecO_ghex_F",
  557. "H_HelmetCrew_O_ghex_F",
  558. #endif
  559. "H_HelmetSpecB_paint1",
  560. "H_HelmetIA_camo",
  561. "H_HelmetLeaderO_ocamo",
  562. "H_HelmetLeaderO_oucamo"
  563. ];
  564. DMS_assault_clothes = [ // Uniforms for Assault Class
  565. #ifdef GIVE_AI_APEX_GEAR
  566. "U_B_T_Soldier_F",
  567. "U_B_T_Soldier_SL_F",
  568. "U_B_CTRG_Soldier_F",
  569. "U_O_V_Soldier_Viper_F",
  570. "U_I_C_Soldier_Bandit_2_F",
  571. "U_I_C_Soldier_Camo_F",
  572. "U_B_CTRG_Soldier_urb_1_F",
  573. #endif
  574. "U_O_CombatUniform_ocamo",
  575. "U_O_PilotCoveralls",
  576. //"U_B_Wetsuit",
  577. "U_BG_Guerilla3_1",
  578. "U_BG_Guerilla2_3",
  579. "U_BG_Guerilla2_2",
  580. "U_BG_Guerilla1_1",
  581. "U_BG_Guerrilla_6_1",
  582. "U_IG_Guerilla3_2",
  583. "U_B_SpecopsUniform_sgg",
  584. "U_I_OfficerUniform",
  585. "U_B_CTRG_3",
  586. "U_I_G_resistanceLeader_F"
  587. ];
  588. DMS_assault_vests = [ // Vests for Assault Class
  589. #ifdef GIVE_AI_APEX_GEAR
  590. "V_TacChestrig_grn_F",
  591. "V_PlateCarrier2_tna_F",
  592. "V_PlateCarrierSpec_tna_F",
  593. "V_PlateCarrierGL_tna_F",
  594. "V_TacVest_gen_F",
  595. "V_PlateCarrier1_rgr_noflag_F",
  596. #endif
  597. "V_PlateCarrierH_CTRG",
  598. "V_PlateCarrierSpec_rgr",
  599. "V_PlateCarrierGL_blk",
  600. "V_PlateCarrierGL_mtp",
  601. "V_PlateCarrierGL_rgr",
  602. "V_PlateCarrierSpec_blk",
  603. "V_PlateCarrierSpec_mtp",
  604. "V_PlateCarrierL_CTRG",
  605. "V_TacVest_blk_POLICE",
  606. "V_PlateCarrierIA2_dgtl"
  607. ];
  608. DMS_assault_backpacks = [ // Backpacks for Assault Class
  609. #ifdef GIVE_AI_APEX_GEAR
  610. "B_Bergen_tna_F",
  611. "B_FieldPack_ghex_F",
  612. "B_ViperLightHarness_khk_F",
  613. #endif
  614. "B_Bergen_rgr",
  615. "B_Carryall_oli",
  616. "B_Kitbag_mcamo",
  617. "B_Carryall_cbr",
  618. "B_FieldPack_oucamo",
  619. "B_FieldPack_cbr",
  620. "B_Bergen_blk"
  621. ];
  622.  
  623. //Machine Gun Class
  624. DMS_MG_weps = [ // Machine Guns
  625. #ifdef GIVE_AI_MARKSMAN_DLC_WEAPONS
  626. "MMG_01_hex_F",
  627. "MMG_02_black_F",
  628. #endif
  629.  
  630. #ifdef GIVE_AI_APEX_WEAPONS
  631. "LMG_03_F",
  632. #endif
  633. "LMG_Zafir_F",
  634. "LMG_Mk200_F",
  635. "arifle_MX_SW_Black_F",
  636. "Exile_Weapon_RPK",
  637. "Exile_Weapon_PKP"
  638. ];
  639. DMS_MG_pistols = [ // Pistols for Assault Class (Set to empty array if you don't want to give them any pistols)
  640. "hgun_ACPC2_F",
  641. "hgun_Rook40_F",
  642. "hgun_P07_F",
  643. "hgun_Pistol_heavy_01_F",
  644. "hgun_Pistol_heavy_02_F",
  645. "Exile_Weapon_Colt1911",
  646. "Exile_Weapon_Makarov",
  647. "Exile_Weapon_Taurus",
  648. "Exile_Weapon_TaurusGold"
  649. ];
  650. DMS_MG_optics = [ // Optics for MG Class
  651. #ifdef GIVE_AI_APEX_GEAR
  652. "optic_ERCO_khk_F",
  653. "optic_DMS_ghex_F",
  654. "optic_Arco_blk_F",
  655. #endif
  656. "optic_Hamr",
  657. "optic_Aco",
  658. "optic_Holosight",
  659. "optic_MRCO"
  660. ];
  661. DMS_MG_optic_chance = 50; // Percentage chance that an MG Class AI will get an optic
  662. DMS_MG_bipod_chance = 90; // Percentage chance that an MG Class AI will get a bipod
  663. DMS_MG_suppressor_chance = 10; // Percentage chance that an MG Class AI will get a suppressor
  664.  
  665. DMS_MG_items = [ // Items for MG Class AI (Loot stuff that goes in uniform/vest/backpack)
  666. "Exile_Item_InstaDoc",
  667. "Exile_Item_Catfood_Cooked",
  668. "Exile_Item_PlasticBottleFreshWater",
  669. "Exile_Item_CookingPot"
  670. ];
  671. DMS_MG_equipment = [ // Equipment for MG Class AI (stuff that goes in toolbelt slots)
  672. "Binocular"
  673. ];
  674. DMS_MG_RandItemCount = 3; // How many random items to add to the AI's inventory.
  675. DMS_MG_RandItems = [ // The random items that will be added to the AI's inventory.
  676. "Exile_Item_EMRE",
  677. "Exile_Item_Surstromming_Cooked",
  678. "Exile_Item_PowerDrink",
  679. "Exile_Item_PlasticBottleCoffee",
  680. "Exile_Item_Vishpirin",
  681. "Exile_Item_Instadoc"
  682. ];
  683. DMS_MG_helmets = [ // Helmets for MG Class
  684. #ifdef GIVE_AI_APEX_GEAR
  685. "H_HelmetB_TI_tna_F",
  686. "H_HelmetB_Enh_tna_F",
  687. "H_HelmetSpecO_ghex_F",
  688. "H_HelmetLeaderO_ghex_F",
  689. "H_HelmetCrew_O_ghex_F",
  690. #endif
  691. "H_PilotHelmetHeli_I",
  692. "H_PilotHelmetHeli_O",
  693. "H_PilotHelmetFighter_I",
  694. "H_PilotHelmetFighter_O",
  695. "H_HelmetCrew_O",
  696. "H_CrewHelmetHeli_I",
  697. "H_HelmetSpecB_paint1",
  698. "H_HelmetIA_camo",
  699. "H_HelmetLeaderO_ocamo",
  700. "H_HelmetLeaderO_oucamo"
  701. ];
  702. DMS_MG_clothes = [ // Uniforms for MG Class
  703. #ifdef GIVE_AI_APEX_GEAR
  704. "U_B_T_Soldier_F",
  705. "U_B_T_Soldier_SL_F",
  706. "U_B_CTRG_Soldier_F",
  707. "U_O_V_Soldier_Viper_F",
  708. "U_I_C_Soldier_Bandit_2_F",
  709. "U_I_C_Soldier_Camo_F",
  710. "U_B_CTRG_Soldier_urb_1_F",
  711. #endif
  712. "U_O_CombatUniform_ocamo",
  713. "U_O_PilotCoveralls",
  714. //"U_B_Wetsuit",
  715. "U_BG_Guerilla3_1",
  716. "U_BG_Guerilla2_3",
  717. "U_BG_Guerilla2_2",
  718. "U_BG_Guerilla1_1",
  719. "U_BG_Guerrilla_6_1",
  720. "U_IG_Guerilla3_2",
  721. "U_B_SpecopsUniform_sgg",
  722. "U_I_OfficerUniform",
  723. "U_B_CTRG_3",
  724. "U_I_G_resistanceLeader_F"
  725. ];
  726. DMS_MG_vests = [ // Vests for MG Class
  727. #ifdef GIVE_AI_APEX_GEAR
  728. "V_TacChestrig_grn_F",
  729. "V_PlateCarrier2_tna_F",
  730. "V_PlateCarrierSpec_tna_F",
  731. "V_PlateCarrierGL_tna_F",
  732. "V_TacVest_gen_F",
  733. "V_PlateCarrier1_rgr_noflag_F",
  734. #endif
  735. "V_PlateCarrierH_CTRG",
  736. "V_PlateCarrierSpec_rgr",
  737. "V_PlateCarrierGL_blk",
  738. "V_PlateCarrierGL_mtp",
  739. "V_PlateCarrierGL_rgr",
  740. "V_PlateCarrierSpec_blk",
  741. "V_PlateCarrierSpec_mtp",
  742. "V_PlateCarrierL_CTRG",
  743. "V_TacVest_blk_POLICE",
  744. "V_PlateCarrierIA2_dgtl",
  745. "V_HarnessO_brn",
  746. "V_HarnessO_gry"
  747. ];
  748. DMS_MG_backpacks = [ // Backpacks for MG Class
  749. #ifdef GIVE_AI_APEX_GEAR
  750. "B_Bergen_tna_F",
  751. "B_Carryall_ghex_F",
  752. "B_ViperHarness_ghex_F",
  753. "B_ViperLightHarness_ghex_F",
  754. #endif
  755. "B_Bergen_rgr",
  756. "B_Carryall_oli",
  757. "B_Kitbag_mcamo",
  758. "B_Carryall_cbr",
  759. "B_Bergen_blk"
  760. ];
  761.  
  762. //Sniper Class
  763. DMS_sniper_weps = [ // Sniper Rifles
  764. "srifle_EBR_F",
  765. "srifle_GM6_F",
  766. "srifle_LRR_F",
  767. "arifle_MXM_Black_F",
  768. "srifle_DMR_01_F",
  769. #ifdef GIVE_AI_MARKSMAN_DLC_WEAPONS
  770. "srifle_DMR_02_F",
  771. "srifle_DMR_03_woodland_F",
  772. //"srifle_DMR_04_F", // Does anybody like the ASP-1? :p
  773. "srifle_DMR_05_blk_F",
  774. "srifle_DMR_06_olive_F",
  775. #endif
  776.  
  777. #ifdef GIVE_AI_APEX_WEAPONS
  778. "srifle_DMR_07_ghex_F",
  779. #endif
  780. "Exile_Weapon_DMR",
  781. "Exile_Weapon_SVD",
  782. "Exile_Weapon_VSSVintorez"
  783. ];
  784. DMS_sniper_pistols = [ // Pistols for Assault Class (Set to empty array if you don't want to give them any pistols)
  785. #ifdef GIVE_AI_APEX_WEAPONS
  786. "hgun_Pistol_01_F",
  787. #endif
  788. "hgun_ACPC2_F",
  789. "hgun_Rook40_F",
  790. "hgun_P07_F",
  791. "hgun_Pistol_heavy_01_F",
  792. "hgun_Pistol_heavy_02_F",
  793. "Exile_Weapon_Colt1911",
  794. "Exile_Weapon_Makarov",
  795. "Exile_Weapon_Taurus",
  796. "Exile_Weapon_TaurusGold"
  797. ];
  798. DMS_sniper_optics = [ // Optics for Sniper Class
  799. #ifdef GIVE_AI_APEX_GEAR
  800. "optic_SOS_khk_F",
  801. "optic_DMS_ghex_F",
  802. "optic_LRPS_tna_F",
  803. #endif
  804.  
  805. #ifdef GIVE_AI_MARKSMAN_DLC_WEAPONS
  806. "optic_AMS_khk",
  807. #endif
  808. "optic_SOS",
  809. "optic_DMS",
  810. "optic_LRPS"
  811. ];
  812. DMS_sniper_optic_chance = 100; // Percentage chance that a Sniper Class AI will get an optic
  813. DMS_sniper_bipod_chance = 90; // Percentage chance that a Sniper Class AI will get a bipod
  814. DMS_sniper_suppressor_chance = 15; // Percentage chance that a Sniper Class AI will get a suppressor
  815.  
  816. DMS_sniper_items = [ // Items for Sniper Class AI (Loot stuff that goes in uniform/vest/backpack)
  817. "Exile_Item_InstaDoc",
  818. "Exile_Item_Surstromming_Cooked",
  819. "Exile_Item_PlasticBottleFreshWater",
  820. "Exile_Item_PlasticBottleFreshWater",
  821. "Exile_Item_Matches"
  822. ];
  823. DMS_sniper_equipment = [ // Equipment for Sniper Class AI (stuff that goes in toolbelt slots)
  824. "Rangefinder",
  825. "ItemGPS"
  826. ];
  827. DMS_sniper_RandItemCount = 3; // How many random items to add to the AI's inventory.
  828. DMS_sniper_RandItems = [ // The random items that will be added to the AI's inventory.
  829. "Exile_Item_EMRE",
  830. "Exile_Item_PlasticBottleCoffee",
  831. "Exile_Item_CanOpener",
  832. "Exile_Item_Instadoc",
  833. "Exile_Item_DuctTape"
  834. ];
  835. DMS_sniper_helmets = [ // Helmets for Sniper Class
  836. #ifdef GIVE_AI_APEX_GEAR
  837. //"H_HelmetO_ViperSP_ghex_F", // Special helmet with in-built NVGs and thermal :o
  838. "H_HelmetB_Enh_tna_F",
  839. "H_HelmetSpecO_ghex_F",
  840. "H_HelmetLeaderO_ghex_F",
  841. #endif
  842. "H_HelmetSpecB_paint1",
  843. "H_HelmetIA_camo",
  844. "H_HelmetLeaderO_ocamo",
  845. "H_HelmetLeaderO_oucamo"
  846. ];
  847. DMS_sniper_clothes = [ // Uniforms for Sniper Class
  848. #ifdef GIVE_AI_APEX_GEAR
  849. "U_B_T_Sniper_F",
  850. "U_B_T_FullGhillie_tna_F", // Invisible to thermal? 0_o
  851. "U_O_T_Sniper_F",
  852. "U_O_T_FullGhillie_tna_F",
  853. #endif
  854. "U_O_GhillieSuit",
  855. "U_B_FullGhillie_ard",
  856. "U_B_FullGhillie_lsh",
  857. "U_B_FullGhillie_sard",
  858. "U_B_GhillieSuit",
  859. "U_I_FullGhillie_ard",
  860. "U_I_FullGhillie_lsh",
  861. "U_I_FullGhillie_sard",
  862. "U_I_GhillieSuit",
  863. "U_O_FullGhillie_ard",
  864. "U_O_FullGhillie_lsh",
  865. "U_O_FullGhillie_sard"
  866. ];
  867. DMS_sniper_vests = [ // Vests for Sniper Class
  868. #ifdef GIVE_AI_APEX_GEAR
  869. "V_PlateCarrier2_tna_F",
  870. "V_PlateCarrierSpec_tna_F",
  871. "V_PlateCarrierGL_tna_F",
  872. "V_PlateCarrier2_rgr_noflag_F",
  873. #endif
  874. "V_PlateCarrierH_CTRG",
  875. "V_PlateCarrierSpec_rgr",
  876. "V_PlateCarrierGL_blk",
  877. "V_PlateCarrierGL_mtp",
  878. "V_PlateCarrierGL_rgr",
  879. "V_PlateCarrierSpec_blk",
  880. "V_PlateCarrierSpec_mtp",
  881. "V_PlateCarrierL_CTRG",
  882. "V_TacVest_blk_POLICE",
  883. "V_PlateCarrierIA2_dgtl",
  884. "V_HarnessO_brn",
  885. "V_HarnessO_gry"
  886. ];
  887. DMS_sniper_backpacks = [ // Backpacks for Sniper Class
  888. #ifdef GIVE_AI_APEX_GEAR
  889. "B_Bergen_tna_F",
  890. "B_Bergen_hex_F",
  891. "B_Carryall_ghex_F",
  892. "B_ViperHarness_ghex_F",
  893. "B_ViperHarness_blk_F",
  894. "B_ViperLightHarness_ghex_F",
  895. "B_ViperLightHarness_khk_F",
  896. #endif
  897. "B_Bergen_rgr",
  898. "B_Carryall_oli",
  899. "B_Kitbag_mcamo",
  900. "B_Carryall_cbr",
  901. "B_Bergen_blk"
  902. ];
  903.  
  904. DMS_ai_SupportedClasses = [ // Allowed AI classes. If you want to create your own class, make sure you define everything as I've defined above, and add it here
  905. "assault",
  906. "MG",
  907. "sniper"
  908. ];
  909.  
  910. DMS_ai_SupportedRandomClasses = [ // Allowed "random" AI presets here if you want to create different random presets.
  911. "random",
  912. "random_non_assault",
  913. "random_non_MG",
  914. "random_non_sniper"
  915. ];
  916.  
  917. DMS_random_AI = [ // Random AI preset that contains all default classes | DEFAULT: 60% Assault, 20% MG, 20% Sniper
  918. "assault",
  919. "assault",
  920. "assault",
  921. "MG",
  922. "sniper"
  923. ];
  924.  
  925. DMS_random_non_assault_AI = [ // Random AI preset that excludes the "assault" class
  926. "MG",
  927. "MG",
  928. "sniper"
  929. ];
  930.  
  931. DMS_random_non_MG_AI = [ // Random AI preset that excludes the "MG" class
  932. "assault",
  933. "assault",
  934. "sniper"
  935. ];
  936.  
  937. DMS_random_non_sniper_AI = [ // Random AI preset that excludes the "sniper" class
  938. "assault",
  939. "assault",
  940. "MG"
  941. ];
  942.  
  943. DMS_ai_use_launchers = true; // Enable/disable spawning an AI in a group with a launcher
  944. DMS_ai_launchers_per_group = 2; // How many units per AI group can get a launcher.
  945. DMS_ai_use_launchers_chance = 50; // Percentage chance to actually spawn the launcher (per-unit). With "DMS_ai_launchers_per_group" set to 2, and "DMS_ai_use_launchers_chance" set to 50, there will be an average of 1 launcher per group.
  946. DMS_AI_launcher_ammo_count = 2; // How many rockets an AI will get with its launcher
  947. DMS_ai_remove_launchers = true; // Remove rocket launchers on AI death
  948.  
  949. DMS_AI_wep_launchers_AT = [ // AT Launchers
  950. #ifdef GIVE_AI_APEX_WEAPONS
  951. "launch_RPG7_F",
  952. #endif
  953. "launch_NLAW_F",
  954. "launch_RPG32_F",
  955. "launch_B_Titan_short_F"
  956. ];
  957. DMS_AI_wep_launchers_AA = [ // AA Launchers
  958. "launch_B_Titan_F"
  959. ];
  960.  
  961. DMS_RHeli_Height = 500; // Altitude of the heli when flying to drop point.
  962. DMS_RHeli_MinDistFromDrop = 500; // Minimum distance for the reinforcement heli to spawn from drop point.
  963. DMS_RHeli_MaxDistFromDrop = 5000; // Maximum distance for the reinforcement heli to spawn from drop point.
  964. DMS_RHeli_MinDistFromPlayers = 1000; // Minimum distance for the reinforcement heli to spawn from players.
  965.  
  966. /* AI Settings */
  967.  
  968.  
  969. /* Loot Settings */
  970. DMS_GodmodeCrates = true; // Whether or not crates will have godmode after being filled with loot.
  971. DMS_MinimumMagCount = 3; // Minimum number of magazines for weapons.
  972. DMS_MaximumMagCount = 5; // Maximum number of magazines for weapons.
  973. DMS_CrateCase_Sniper = [ // If you pass "Sniper" in _lootValues, then it will spawn these weapons/items/backpacks
  974. [
  975. ["Rangefinder",1],
  976. ["srifle_GM6_F",1],
  977. ["srifle_LRR_F",1],
  978. ["srifle_EBR_F",1],
  979. ["hgun_Pistol_heavy_01_F",1],
  980. ["hgun_PDW2000_F",1]
  981. ],
  982. [
  983. ["ItemGPS",1],
  984. ["U_B_FullGhillie_ard",1],
  985. ["U_I_FullGhillie_lsh",1],
  986. ["U_O_FullGhillie_sard",1],
  987. ["U_O_GhillieSuit",1],
  988. ["V_PlateCarrierGL_blk",1],
  989. ["V_HarnessO_brn",1],
  990. ["Exile_Item_InstaDoc",3],
  991. ["Exile_Item_Surstromming_Cooked",5],
  992. ["Exile_Item_PlasticBottleFreshWater",5],
  993. ["optic_DMS",1],
  994. ["acc_pointer_IR",1],
  995. ["muzzle_snds_B",1],
  996. ["optic_LRPS",1],
  997. ["optic_MRD",1],
  998. ["muzzle_snds_acp",1],
  999. ["optic_Holosight_smg",1],
  1000. ["muzzle_snds_L",1],
  1001. ["5Rnd_127x108_APDS_Mag",3],
  1002. ["7Rnd_408_Mag",3],
  1003. ["20Rnd_762x51_Mag",5],
  1004. ["11Rnd_45ACP_Mag",3],
  1005. ["30Rnd_9x21_Mag",3]
  1006. ],
  1007. [
  1008. ["B_Carryall_cbr",1],
  1009. ["B_Kitbag_mcamo",1]
  1010. ]
  1011. ];
  1012. DMS_BoxWeapons = [ // List of weapons that can spawn in a crate
  1013. #ifdef USE_MARKSMAN_DLC_WEAPONS_IN_CRATES
  1014. "srifle_DMR_02_F",
  1015. "srifle_DMR_03_woodland_F",
  1016. //"srifle_DMR_04_F", // ASP-1 Kir
  1017. "srifle_DMR_05_blk_F",
  1018. "srifle_DMR_06_olive_F",
  1019. "MMG_01_hex_F",
  1020. "MMG_02_black_F",
  1021. #endif
  1022.  
  1023. #ifdef USE_APEX_WEAPONS_IN_CRATES
  1024. "arifle_AK12_F",
  1025. "arifle_ARX_ghex_F",
  1026. "arifle_CTAR_blk_F",
  1027. "arifle_SPAR_01_khk_F",
  1028. "arifle_SPAR_03_khk_F",
  1029. //"srifle_DMR_07_ghex_F", // Oh great, a 6.5mm 20 round sniper rifle... because everybody wanted a nerfed MXM :p
  1030. "LMG_03_F",
  1031. "CUP_arifle_Sa58RIS1_des",
  1032. "CUP_arifle_Sa58RIS2",
  1033. "CUP_arifle_Sa58RIS2_camo",
  1034. "CUP_arifle_Mk20",
  1035. "CUP_arifle_Mk17_STD",
  1036. "CUP_sgun_M1014",
  1037. "CUP_sgun_Saiga12K",
  1038. "CUP_lmg_M249",
  1039. "CUP_lmg_L110A1",
  1040. "CUP_lmg_PKM",
  1041. "CUP_lmg_Pecheneg"
  1042. "CUP_srifle_AWM_des_SBPMII",
  1043. "CUP_srifle_DMR",
  1044. "CUP_srifle_M40A3",
  1045. "CUP_srifle_SVD_wdl_ghillie",
  1046. "CUP_srifle_LeeEnfield",
  1047. "CUP_smg_MP5SD6",
  1048. "CUP_smg_MP5A5"
  1049. "CUP_arifle_AK74",
  1050. "CUP_arifle_AK107",
  1051. "CUP_arifle_RPK74",
  1052. "CUP_arifle_G36K",
  1053. "CUP_arifle_M16A2",
  1054. "CUP_arifle_M4A1",
  1055. "CUP_arifle_CZ805_B",
  1056. "CUP_sgun_AA12",
  1057. #endif
  1058. "Exile_Melee_Axe",
  1059. "Exile_Melee_SledgeHammer",
  1060. //"Exile_Melee_Shovel", // Not really interesting for players...
  1061. "arifle_Katiba_GL_F",
  1062. "arifle_MX_GL_Black_F",
  1063. "arifle_Mk20_GL_F",
  1064. "arifle_TRG21_GL_F",
  1065. "arifle_Katiba_F",
  1066. "arifle_MX_Black_F",
  1067. "arifle_TRG21_F",
  1068. "arifle_TRG20_F",
  1069. "arifle_Mk20_plain_F",
  1070. "arifle_Mk20_F",
  1071. "Exile_Weapon_AK107",
  1072. "Exile_Weapon_AK107_GL",
  1073. "Exile_Weapon_AK74_GL",
  1074. "Exile_Weapon_AK47",
  1075. "Exile_Weapon_AKS_Gold",
  1076. "LMG_Zafir_F",
  1077. "LMG_Mk200_F",
  1078. "arifle_MX_SW_Black_F",
  1079. "Exile_Weapon_RPK",
  1080. "Exile_Weapon_PK",
  1081. "Exile_Weapon_PKP",
  1082. "srifle_EBR_F",
  1083. "srifle_DMR_01_F",
  1084. "srifle_GM6_F",
  1085. "srifle_LRR_F",
  1086. "arifle_MXM_Black_F",
  1087. "Exile_Weapon_DMR",
  1088. "Exile_Weapon_SVD",
  1089. "Exile_Weapon_VSSVintorez",
  1090. "Exile_Weapon_CZ550",
  1091. "Exile_Weapon_SVDCamo"
  1092. ];
  1093. DMS_BoxFood = [ // List of food that can spawn in a crate.
  1094. "Exile_Item_GloriousKnakworst_Cooked",
  1095. "Exile_Item_Surstromming_Cooked",
  1096. "Exile_Item_SausageGravy_Cooked",
  1097. "Exile_Item_ChristmasTinner_Cooked",
  1098. "Exile_Item_BBQSandwich_Cooked",
  1099. "Exile_Item_Catfood_Cooked",
  1100. "Exile_Item_DogFood_Cooked",
  1101. "Exile_Item_EMRE",
  1102. "Exile_Item_BeefParts",
  1103. "Exile_Item_Noodles",
  1104. "Exile_Item_SeedAstics",
  1105. "Exile_Item_Raisins",
  1106. "Exile_Item_Moobar",
  1107. "Exile_Item_InstantCoffee"
  1108. ];
  1109. DMS_BoxDrinks = [
  1110. "Exile_Item_PlasticBottleCoffee",
  1111. "Exile_Item_PowerDrink",
  1112. "Exile_Item_PlasticBottleFreshWater",
  1113. "Exile_Item_EnergyDrink",
  1114. "Exile_Item_MountainDupe",
  1115. "Exile_Item_ChocolateMilk"
  1116. ];
  1117. DMS_BoxMeds = [
  1118. "Exile_Item_InstaDoc",
  1119. "Exile_Item_Vishpirin",
  1120. "Exile_Item_Defibrillator",
  1121. "Exile_Item_Bandage"
  1122. ];
  1123. DMS_BoxSurvivalSupplies = [ //List of survival supplies (food/drink/meds) that can spawn in a crate. "DMS_BoxFood", "DMS_BoxDrinks", and "DMS_BoxMeds" is automatically added to this list.
  1124. "Exile_Item_Matches",
  1125. "Exile_Item_CookingPot",
  1126. "Exile_Melee_Axe",
  1127. "Exile_Item_CanOpener"
  1128. ] + DMS_BoxFood + DMS_BoxDrinks + DMS_BoxMeds;
  1129. DMS_Box_BaseParts_Wood = [ // List of wooden base parts.
  1130. "Exile_Item_WoodWallKit",
  1131. "Exile_Item_WoodWallHalfKit",
  1132. "Exile_Item_WoodWindowKit",
  1133. "Exile_Item_WoodDoorKit",
  1134. "Exile_Item_WoodDoorwayKit",
  1135. "Exile_Item_WoodGateKit",
  1136. "Exile_Item_WoodFloorKit",
  1137. "Exile_Item_WoodFloorPortKit",
  1138. "Exile_Item_WoodStairsKit"
  1139. ];
  1140. DMS_Box_BaseParts_Concrete = [ // List of concrete base parts
  1141. "Exile_Item_ConcreteWallKit",
  1142. "Exile_Item_ConcreteWindowKit",
  1143. "Exile_Item_ConcreteDoorKit",
  1144. "Exile_Item_ConcreteDoorwayKit",
  1145. "Exile_Item_ConcreteGateKit",
  1146. "Exile_Item_ConcreteFloorKit",
  1147. "Exile_Item_ConcreteFloorPortKit",
  1148. "Exile_Item_ConcreteStairsKit"
  1149. ];
  1150. DMS_BoxBaseParts = [ // List of all base parts to spawn. Weighted towards wood base parts.
  1151. "Exile_Item_FortificationUpgrade",
  1152. "Exile_Item_FortificationUpgrade",
  1153. "Exile_Item_SandBagsKit_Long",
  1154. "Exile_Item_SandBagsKit_Long",
  1155. "Exile_Item_SandBagsKit_Corner",
  1156. "Exile_Item_SandBagsKit_Corner",
  1157. "Exile_Item_HBarrier5Kit"
  1158. ] + DMS_Box_BaseParts_Wood + DMS_Box_BaseParts_Wood + DMS_Box_BaseParts_Wood + DMS_Box_BaseParts_Concrete;
  1159. DMS_BoxCraftingMaterials = [
  1160. "Exile_Item_Cement",
  1161. "Exile_Item_Cement",
  1162. "Exile_Item_Cement",
  1163. "Exile_Item_Cement",
  1164. "Exile_Item_Cement",
  1165. "Exile_Item_Cement",
  1166. "Exile_Item_Cement",
  1167. "Exile_Item_Cement",
  1168. "Exile_Item_Sand",
  1169. "Exile_Item_Sand",
  1170. "Exile_Item_WaterCanisterDirtyWater",
  1171. "Exile_Item_MetalBoard",
  1172. "Exile_Item_MetalPole",
  1173. "Exile_Item_MetalPole",
  1174. "Exile_Item_JunkMetal",
  1175. "Exile_Item_JunkMetal",
  1176. "Exile_Item_JunkMetal",
  1177. "Exile_Item_WoodPlank",
  1178. "Exile_Item_WoodPlank",
  1179. "Exile_Item_WoodPlank",
  1180. "Exile_Item_WoodPlank"
  1181. ];
  1182. DMS_BoxTools = [
  1183. "Exile_Item_Grinder",
  1184. "Exile_Item_Handsaw",
  1185. "Exile_Item_CanOpener",
  1186. "Exile_Item_Pliers",
  1187. "Exile_Item_Screwdriver",
  1188. "Exile_Item_Foolbox"
  1189. ];
  1190. DMS_BoxBuildingSupplies = [ // List of building supplies that can spawn in a crate ("DMS_BoxBaseParts", "DMS_BoxCraftingMaterials", and "DMS_BoxTools" are automatically added to this list. "DMS_BoxCraftingMaterials" is added twice for weight.)
  1191. "Exile_Item_DuctTape",
  1192. "Exile_Item_PortableGeneratorKit"
  1193. ] + DMS_BoxBaseParts + DMS_BoxCraftingMaterials + DMS_BoxCraftingMaterials + DMS_BoxTools;
  1194. DMS_BoxOptics = [ // List of optics that can spawn in a crate
  1195. "optic_Arco",
  1196. "optic_Hamr",
  1197. "optic_Aco",
  1198. "optic_Holosight",
  1199. "optic_MRCO",
  1200. "optic_SOS",
  1201. "optic_DMS",
  1202. "optic_LRPS",
  1203. "optic_Nightstalker", // Nightstalker scope lost thermal in Exile v0.9.4
  1204. "CUP_optic_CompM2_Woodland2",
  1205. "CUP_optic_CompM2_Desert",
  1206. "CUP_optic_RCO",
  1207. "CUP_optic_CompM2_Black",
  1208. "CUP_optic_Leupold_VX3",
  1209. "CUP_optic_ZDDot",
  1210. "CUP_optic_MRad",
  1211. "CUP_optic_TrijiconRx01_black"
  1212. ];
  1213. DMS_BoxBackpacks = [ //List of backpacks that can spawn in a crate
  1214. "B_Bergen_rgr",
  1215. "B_Carryall_oli
  1216. ",
  1217. "B_Kitbag_mcamo",
  1218. "B_Carryall_cbr",
  1219. "B_FieldPack_oucamo",
  1220. "B_FieldPack_cbr",
  1221. "B_Bergen_blk"
  1222. ];
  1223. DMS_BoxItems = DMS_BoxSurvivalSupplies+DMS_BoxBuildingSupplies+DMS_BoxOptics; // Random "items" can spawn optics, survival supplies, or building supplies
  1224.  
  1225. DMS_Box_BreachingCharges = [ // List of breaching charges (weighted). Not used (yet).
  1226. "BreachingChargeBigMomma",
  1227. "BreachingChargeBigMomma",
  1228. "BreachingChargeMetal",
  1229. "BreachingChargeMetal",
  1230. "BreachingChargeMetal",
  1231. "BreachingChargeWood",
  1232. "BreachingChargeWood",
  1233. "BreachingChargeWood",
  1234. "BreachingChargeWood"
  1235. ];
  1236.  
  1237. DMS_RareLoot = true; // Potential chance to spawn rare loot in any crate.
  1238. DMS_RareLootAmount = 1; // How many rare loot items to add.
  1239. DMS_RareLootList = [ // List of rare loot to spawn
  1240. "Exile_Item_SafeKit",
  1241. "Exile_Item_CodeLock"
  1242. ];
  1243. DMS_RareLootChance = 10; // Percentage Chance to spawn rare loot in any crate | Default: 10%
  1244.  
  1245. // Vehicles
  1246. DMS_ArmedVehicles = [ // List of armed vehicles that can spawn
  1247. #ifdef USE_APEX_VEHICLES
  1248. "B_T_LSV_01_armed_F",
  1249. "O_T_LSV_02_armed_F",
  1250. #endif
  1251. "Exile_Car_Offroad_Armed_Guerilla01"
  1252. ];
  1253.  
  1254. DMS_MilitaryVehicles = [ // List of (unarmed) military vehicles that can spawn
  1255. #ifdef USE_APEX_VEHICLES
  1256. "B_T_LSV_01_unarmed_F",
  1257. "O_T_LSV_02_unarmed_F",
  1258. #endif
  1259. "Exile_Car_Strider",
  1260. "Exile_Car_Hunter",
  1261. "Exile_Car_Ifrit"
  1262. ];
  1263.  
  1264. DMS_TransportTrucks = [ // List of transport trucks that can spawn
  1265. "Exile_Car_Van_Guerilla01",
  1266. "Exile_Car_Zamak",
  1267. "Exile_Car_Tempest",
  1268. "Exile_Car_HEMMT",
  1269. "Exile_Car_Ural_Open_Military",
  1270. "Exile_Car_Ural_Covered_Military"
  1271. ];
  1272.  
  1273. DMS_RefuelTrucks = [ // List of refuel trucks that can spawn
  1274. "Exile_Car_Van_Fuel_Black",
  1275. "Exile_Car_Van_Fuel_White",
  1276. "Exile_Car_Van_Fuel_Red",
  1277. "Exile_Car_Van_Fuel_Guerilla01",
  1278. "Exile_Car_Van_Fuel_Guerilla02",
  1279. "Exile_Car_Van_Fuel_Guerilla03"
  1280. ];
  1281.  
  1282. DMS_CivilianVehicles = [ // List of civilian vehicles that can spawn
  1283. #ifdef USE_APEX_VEHICLES
  1284. "C_Offroad_02_unarmed_F",
  1285. "I_C_Van_01_transport_F",
  1286. #endif
  1287. "Exile_Car_SUV_Red",
  1288. "Exile_Car_Hatchback_Rusty1",
  1289. "Exile_Car_Hatchback_Rusty2",
  1290. "Exile_Car_Hatchback_Sport_Red",
  1291. "Exile_Car_SUV_Red",
  1292. "Exile_Car_Offroad_Rusty2",
  1293. "Exile_Bike_QuadBike_Fia"
  1294. ];
  1295.  
  1296. DMS_TransportHelis = [ // List of transport helis that can spawn
  1297. #ifdef USE_APEX_VEHICLES
  1298. "B_T_VTOL_01_infantry_F",
  1299. "O_T_VTOL_02_infantry_F",
  1300. #endif
  1301. "Exile_Chopper_Hummingbird_Green",
  1302. "Exile_Chopper_Orca_BlackCustom",
  1303. "Exile_Chopper_Mohawk_FIA",
  1304. "Exile_Chopper_Huron_Black",
  1305. "Exile_Chopper_Hellcat_Green",
  1306. "Exile_Chopper_Taru_Transport_Black"
  1307. ];
  1308.  
  1309. DMS_ReinforcementHelis = [ // List of helis that can spawn for AI paratrooper reinforcements.
  1310. //"B_Heli_Transport_01_camo_F" // Ghosthawk: You'll have to whitelist this in infistar if you want to use it.
  1311. ] + DMS_TransportHelis;
  1312.  
  1313. DMS_CarThievesVehicles = [ // List of vehicles that can spawn in the "car thieves" mission. By default, it's just "DMS_MilitaryVehicles" and "DMS_TransportTrucks".
  1314. //"Exile_Car_Offroad_Armed_Guerilla01"
  1315. ] + DMS_MilitaryVehicles + DMS_TransportTrucks;
  1316. /* Loot Settings */
Add Comment
Please, Sign In to add comment