arma_3:server_configs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| arma_3:server_configs [2025/12/27 20:44] – dragonfly | arma_3:server_configs [2026/01/16 03:43] (current) – dragonfly | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Listed on this page are all our config files for Arma 3, sanitized for security. | Listed on this page are all our config files for Arma 3, sanitized for security. | ||
| - | |||
| - | <WRAP important> | ||
| - | |||
| - | **Spoiler alert!** | ||
| - | |||
| - | Reading configs will betray certain mechanics before you discover them in-game! | ||
| - | |||
| - | </ | ||
| <WRAP alert> | <WRAP alert> | ||
| Line 31: | Line 23: | ||
| </ | </ | ||
| - | < | + | < |
| // GLOBAL SETTINGS | // GLOBAL SETTINGS | ||
| hostname = "TCGC: Crucible"; | hostname = "TCGC: Crucible"; | ||
| Line 142: | Line 134: | ||
| ++++ | ++++ | ||
| - | ===== ServerSettings.ini ===== | + | ===== Basic.cfg ===== |
| ++++ Click here to expand | | ++++ Click here to expand | | ||
| Line 154: | Line 146: | ||
| </ | </ | ||
| - | < | + | < |
| - | # Players | + | MinBandwidth = 768000; |
| - | PVP=false | + | MaxBandwidth |
| - | # PVP is logged | + | MaxMsgSend = 256; // Maximum number of messages that can be sent in one simulation cycle. Increasing this value can decrease lag on high upload bandwidth servers. Default: 128 |
| - | PVPLogToolChat=true | + | MaxSizeGuaranteed = 512; // Maximum size of guaranteed packet in bytes (without headers). Small messages are packed |
| + | MaxSizeNonguaranteed | ||
| - | # PVP is logged | + | MinErrorToSend = 0.001; // Minimal error to send updates across network. Using a smaller value can make units observed by binoculars or sniper rifle to move smoother. Default: 0.001 |
| - | PVPLogToolFile=true | + | MinErrorToSendNear |
| - | # Game time stops when there are no players online | + | MaxCustomFileSize = 0; // (bytes) Users with custom face or custom sound larger than this size are kicked when trying to connect. |
| - | PauseEmpty=true | + | </ |
| - | # Toggles global chat on or off. | + | ++++ |
| - | GlobalChat=true | + | |
| - | ChatStreams=s, | + | ===== ServerProfile.Arma3Profile ===== |
| - | # Clients may join without already having an account in the whitelist. If set to false, administrators must manually create username/ | + | ++++ Click here to expand | |
| - | Open=true | + | |
| - | # The first welcome message visible in the chat panel. This will be displayed immediately after player login. you can use RGB colours to chance the colour of the welcome message. You can also use < LINE>, without the space, to create a separate lines within your text. Use: \< | + | <WRAP alert> |
| - | ServerWelcomeMessage=< | + | |
| - | ServerImageLoginScreen= | + | **Admin' |
| - | ServerImageLoadingScreen= | + | Do __NOT__ blindly copy these contents into the live server!!! |
| - | ServerImageIcon= | + | </ |
| - | # Add unknown usernames to the whitelist when players join. Clients will supply their own username/ | + | <code c ServerProfile.Arma3Profile> |
| - | AutoCreateUserInWhiteList=true | + | class DifficultyPresets |
| + | { | ||
| + | class CustomDifficulty | ||
| + | { | ||
| + | class Options | ||
| + | { | ||
| + | /* Simulation */ | ||
| - | # Display usernames above player' | + | reducedDamage |
| - | DisplayUserName=true | + | |
| - | # Display first & last name above player' | + | /* Situational awareness */ |
| - | ShowFirstAndLastName=false | + | |
| - | UsernameDisguises=false | + | groupIndicators |
| + | friendlyTags = 1; // Friendly name tags (0 = never, 1 = limited distance, 2 = always) | ||
| + | enemyTags = 0; // Enemy name tags (0 = never, 1 = limited distance, 2 = always) | ||
| + | detectedMines = 1; // Detected mines (0 = never, 1 = limited distance, 2 = always) | ||
| + | commands = 1; // Commands (0 = never, 1 = fade out, 2 = always) | ||
| + | waypoints = 1; // Waypoints (0 = never, 1 = fade out, 2 = always) | ||
| + | tacticalPing = 1; // Tactical ping (0 = disable, 1 = enable) | ||
| - | HideDisguisedUserName=false | + | /* Personal awareness */ |
| - | SwitchZombiesOwnershipEachUpdate=false | + | weaponInfo |
| + | stanceIndicator = 1; // Stance indicator (0 = never, 1 = fade out, 2 = always) | ||
| + | staminaBar = 1; // Stamina bar | ||
| + | weaponCrosshair = 1; // Weapon crosshair | ||
| + | visionAid = 0; // Vision aid | ||
| - | # Force every new player to spawn at these set x,y,z world coordinates. Find desired coordinates at map.projectzomboid.com. (Ignored when 0,0,0) | + | /* View */ |
| - | SpawnPoint=0, | + | |
| - | # Players can enter and leave PVP on an individual basis. A player can only hurt another player when at least one of them is in PVP mode - as shown by the unobscured skull and crossbones on the left of the screen. When SafetySystem=false, players are free to hurt each other at any time if PVP is enabled. | + | thirdPersonView |
| - | SafetySystem=true | + | cameraShake |
| - | # Display a skull icon over the head of players who have entered PVP mode | + | /* Multiplayer */ |
| - | ShowSafety=true | + | |
| - | # The time it takes for a player to enter and leave PVP mode Min: 0 Max: 1000 Default: 2 | + | scoreTable = 1; // Score table |
| - | SafetyToggleTimer=2 | + | deathMessages = 1; // Killed by |
| + | vonID | ||
| - | # The delay before a player can enter or leave PVP mode again, having recently done so Min: 0 Max: 1000 Default: 3 | + | /* Misc */ |
| - | SafetyCooldownTimer=3 | + | |
| - | # Min: 0 Max: 60 Default: 60 | + | mapContentFriendly = 1; |
| - | SafetyDisconnectDelay=60 | + | mapContentEnemy = 0; |
| + | mapContentMines = 0 | ||
| + | autoReport = 0; // (former autoSpot) Automatic reporting of spotted enemied by players only. This doesn' | ||
| + | multipleSaves = 0; // Multiple saves | ||
| + | }; | ||
| + | |||
| + | // aiLevelPreset defines AI skill level and is counted from 0 and can have following values: 0 (Low), 1 (Normal), 2 (High), 3 (Custom). | ||
| + | // when 3 (Custom) is chosen, values of skill and precision are taken from the class CustomAILevel. | ||
| + | aiLevelPreset | ||
| + | }; | ||
| - | # Item types new players spawn with. Separate multiple item types with commas. Example: Base.Axe, | + | class CustomAILevel |
| - | SpawnItems= | + | { |
| + | skillAI = 0.55 | ||
| + | precisionAI = 0.20 | ||
| + | }; | ||
| + | }; | ||
| + | activeKeys[]= | ||
| + | { | ||
| + | " | ||
| + | }; | ||
| + | </ | ||
| - | # Default starting port for player data. If UDP, this is this one of two ports used. Min: 0 Max: 65535 Default: 16261 | + | ++++ |
| - | DefaultPort=17200 | + | |
| - | # Min: 0 Max: 65535 Default: 16262 | + | ===== Addon Options (RHS) ===== |
| - | UDPPort=17300 | + | |
| - | # Reset ID determines if the server has undergone a soft-reset. If this number does match the client, the client must create a new character. Used in conjunction with PlayerServerID. It is strongly advised that you backup these IDs somewhere Min: 0 Max: 2147483647 Default: 99654781 | + | ++++ Click here to expand | |
| - | ResetID=905010 | + | |
| - | # Enter the mod loading ID here. It can be found in \Steam\steamapps\workshop\modID\mods\modName\info.txt | + | <code c AddonOptions.txt> |
| - | Mods= | + | // ACE Advanced Ballistics |
| + | ace_advanced_ballistics_ammoTemperatureEnabled | ||
| + | ace_advanced_ballistics_barrelLengthInfluenceEnabled = true; | ||
| + | ace_advanced_ballistics_bulletTraceEnabled = true; | ||
| + | ace_advanced_ballistics_enabled = true; | ||
| + | ace_advanced_ballistics_muzzleVelocityVariationEnabled = true; | ||
| + | ace_advanced_ballistics_simulationInterval = 0.05; | ||
| - | # Enter the foldername of the mod found in \Steam\steamapps\workshop\modID\mods\modName\media\maps\ | + | // ACE Advanced Fatigue |
| - | Map=Muldraugh, KY | + | ace_advanced_fatigue_enabled |
| + | ace_advanced_fatigue_enableStaminaBar = true; | ||
| + | ace_advanced_fatigue_fadeStaminaBar = true; | ||
| + | ace_advanced_fatigue_loadFactor = 0.4; | ||
| + | ace_advanced_fatigue_performanceFactor = 1.25; | ||
| + | ace_advanced_fatigue_recoveryFactor = 5; | ||
| + | ace_advanced_fatigue_terrainGradientFactor = 0.5; | ||
| - | # Kick clients whose game files don't match the server' | + | // ACE Advanced Missile Guidance |
| - | DoLuaChecksum=true | + | ace_missileguidance_chaffEffectivenessCoef |
| + | ace_missileguidance_flareAngleCoef = 1; | ||
| + | ace_missileguidance_flareEffectivenessCoef = 1; | ||
| - | DenyLoginOnOverloadedServer=true | + | // ACE Advanced Throwing |
| + | ace_advanced_throwing_enabled | ||
| + | ace_advanced_throwing_enablePickUp = true; | ||
| + | ace_advanced_throwing_enablePickUpAttached = true; | ||
| + | ace_advanced_throwing_enableTempWindInfo = true; | ||
| + | ace_advanced_throwing_showMouseControls = true; | ||
| + | ace_advanced_throwing_showThrowArc = true; | ||
| + | ace_advanced_throwing_throwStepSetting = 8; | ||
| - | # Shows the server on the in-game browser. (Note: Steam-enabled servers are always visible in the Steam server browser) | + | // ACE Advanced Vehicle Damage |
| - | Public=true | + | ace_vehicle_damage_enableCarDamage |
| + | ace_vehicle_damage_enabled = true; | ||
| - | # Name of the server displayed in the in-game browser and, if applicable, the Steam browser | + | // ACE AI |
| - | PublicName=TCGC: Necropolis | + | ace_ai_assignNVG |
| - | # Description displayed in the in-game public server browser. Typing | + | // ACE Arsenal |
| - | PublicDescription=Powered by The Collective Gaming Community | + | ace_arsenal_allowDefaultLoadouts = true; |
| + | ace_arsenal_allowSharedLoadouts = true; | ||
| + | ace_arsenal_camInverted = false; | ||
| + | ace_arsenal_defaultToFavorites = false; | ||
| + | ace_arsenal_enableIdentityTabs = true; | ||
| + | ace_arsenal_enableModIcons = 1; | ||
| + | ace_arsenal_EnableRPTLog = false; | ||
| + | ace_arsenal_favoritesColor = [0.9, | ||
| + | ace_arsenal_fontHeight = 4.5; | ||
| + | ace_arsenal_loadoutsSaveFace = false; | ||
| + | ace_arsenal_loadoutsSaveInsignia = true; | ||
| + | ace_arsenal_loadoutsSaveVoice = false; | ||
| + | ace_arsenal_showUnavailableItems | ||
| - | # Maximum number of players that can be on the server at one time. This excludes admins. | + | // ACE Artillery |
| - | # WARNING: Server player counts above 32 will potentially result in poor map streaming and desync. Please advance with caution. Min: 1 Max: 100 Default: 32 | + | ace_artillerytables_advancedCorrections = false; |
| - | MaxPlayers=10 | + | ace_artillerytables_disableArtilleryComputer = false; |
| + | ace_mk6mortar_airResistanceEnabled = false; | ||
| + | ace_mk6mortar_allowCompass = true; | ||
| + | ace_mk6mortar_allowComputerRangefinder = true; | ||
| + | ace_mk6mortar_useAmmoHandling | ||
| - | # Ping limit, in milliseconds, | + | // ACE Captives |
| - | PingLimit=0 | + | ace_captives_allowHandcuffOwnSide |
| + | ace_captives_allowSurrender = true; | ||
| + | ace_captives_requireSurrender = 1; | ||
| + | ace_captives_requireSurrenderAi = false; | ||
| - | # Items will not respawn in buildings that players have claimed as a safehouse | + | // ACE Casings |
| - | SafehousePreventsLootRespawn=true | + | ace_casings_enabled |
| + | ace_casings_maxCasings = 250; | ||
| - | # Remove player accounts from the whitelist after death. This prevents players creating a new character after death on Open=false | + | // ACE Common |
| - | DropOffWhiteListAfterDeath=false | + | ace_common_allowFadeMusic = true; |
| + | ace_common_checkExtensions = false; | ||
| + | ace_common_checkPBOsAction = 0; | ||
| + | ace_common_checkPBOsCheckAll = false; | ||
| + | ace_common_checkPBOsWhitelist = " | ||
| + | ace_common_deployedSwayFactor = 0.4; | ||
| + | ace_common_displayTextColor = [0, | ||
| + | ace_common_displayTextFontColor = [1, | ||
| + | ace_common_enableSway = true; | ||
| + | ace_common_epilepsyFriendlyMode | ||
| + | ace_common_magneticDeclination | ||
| + | ace_common_progressBarInfo = 2; | ||
| + | ace_common_restedSwayFactor = 0.55; | ||
| + | ace_common_settingFeedbackIcons = 1; | ||
| + | ace_common_settingProgressBarLocation = 0; | ||
| + | ace_common_swayFactor = 0.7; | ||
| - | # All forms of fire are disabled | + | // ACE Cook-off |
| - | NoFire=true | + | ace_cookoff_ammoCookoffDuration = 0.75; |
| + | ace_cookoff_cookoffDuration = 0.5; | ||
| + | ace_cookoff_cookoffEnableProjectiles = true; | ||
| + | ace_cookoff_cookoffEnableSound = true; | ||
| + | ace_cookoff_destroyVehicleAfterCookoff = false; | ||
| + | ace_cookoff_enableAmmobox = true; | ||
| + | ace_cookoff_enableAmmoCookoff = true; | ||
| + | ace_cookoff_enableFire = true; | ||
| + | ace_cookoff_probabilityCoef = 0.5; | ||
| + | ace_cookoff_removeAmmoDuringCookoff | ||
| - | # If checked, every time a player dies a global message will be displayed in the chat | + | // ACE Crew Served Weapons |
| - | AnnounceDeath=true | + | ace_csw_ammoHandling = 2; |
| + | ace_csw_defaultAssemblyMode = false; | ||
| + | ace_csw_dragAfterDeploy = false; | ||
| + | ace_csw_handleExtraMagazines | ||
| + | ace_csw_handleExtraMagazinesType = 0; | ||
| + | ace_csw_progressBarTimeCoefficent = 0.9; | ||
| - | # Loaded parts of the map are saved after this set number of real-world minutes have passed. (The map is usually saved only after clients leave a loaded area) Min: 0 Max: 2147483647 Default: 0 | + | // ACE Dragging |
| - | SaveWorldEveryMinutes=30 | + | ace_dragging_allowRunWithLightweight |
| + | ace_dragging_dragAndFire = true; | ||
| + | ace_dragging_skipContainerWeight = false; | ||
| + | ace_dragging_weightCoefficient = 1; | ||
| - | # Both admins and players can claim safehouses | + | // ACE Explosives |
| - | PlayerSafehouse=true | + | ace_explosives_customTimerDefault = 30; |
| + | ace_explosives_customTimerMax = 900; | ||
| + | ace_explosives_customTimerMin = 5; | ||
| + | ace_explosives_explodeOnDefuse | ||
| + | ace_explosives_punishNonSpecialists = true; | ||
| + | ace_explosives_requireSpecialist = false; | ||
| - | # Only admins can claim safehouses | + | // ACE Field Rations |
| - | AdminSafehouse=false | + | ace_field_rations_zeusUpdates |
| + | acex_field_rations_affectAdvancedFatigue = true; | ||
| + | acex_field_rations_enabled = false; | ||
| + | acex_field_rations_hudShowLevel = 0; | ||
| + | acex_field_rations_hudTransparency = -1; | ||
| + | acex_field_rations_hudType = 0; | ||
| + | acex_field_rations_hungerSatiated = 1.495; | ||
| + | acex_field_rations_nearDepletedConsequence = 1; | ||
| + | acex_field_rations_terrainObjectActions = true; | ||
| + | acex_field_rations_thirstQuenched = 1.495; | ||
| + | acex_field_rations_timeWithoutFood = 8; | ||
| + | acex_field_rations_timeWithoutWater = 4; | ||
| + | acex_field_rations_waterSourceActions = 2; | ||
| - | # Allow non-members to enter a safehouse without being invited | + | // ACE Fire |
| - | SafehouseAllowTrepass=false | + | ace_fire_dropWeapon |
| + | ace_fire_enabled = true; | ||
| + | ace_fire_enableFlare = true; | ||
| + | ace_fire_enableScreams = true; | ||
| - | # Allow fire to damage safehouses | + | // ACE Fortify |
| - | SafehouseAllowFire=false | + | ace_fortify_markObjectsOnMap |
| + | ace_fortify_timeCostCoefficient = 1; | ||
| + | ace_fortify_timeMin = 1.5; | ||
| + | acex_fortify_settingHint = 2; | ||
| - | # Allow non-members to take items from safehouses | + | // ACE Fragmentation Simulation |
| - | SafehouseAllowLoot=false | + | ace_frag_enabled = true; |
| + | ace_frag_reflectionsEnabled = true; | ||
| + | ace_frag_spallEnabled | ||
| + | ace_frag_spallIntensity = 1; | ||
| - | # Players will respawn in a safehouse that they were a member of before they died | + | // ACE G-Forces |
| - | SafehouseAllowRespawn=true | + | ace_gforces_coef |
| + | ace_gforces_enabledFor = 1; | ||
| - | # Players must have survived this number of in-game days before they are allowed to claim a safehouse Min: 0 Max: 2147483647 Default: 0 | + | // ACE Goggles |
| - | SafehouseDaySurvivedToClaim=0 | + | ace_goggles_drawOverlay = true; |
| + | ace_goggles_effects | ||
| + | ace_goggles_showClearGlasses = false; | ||
| + | ace_goggles_showInThirdPerson = false; | ||
| - | # Players are automatically removed from a safehouse they have not visited for this many real-world hours Min: 0 Max: 2147483647 Default: 144 | + | // ACE Grenades |
| - | SafeHouseRemovalTime=144 | + | ace_grenades_convertExplosives |
| - | # Governs whether players can claim non-residential buildings. | + | // ACE Headless |
| - | SafehouseAllowNonResidential=true | + | acex_headless_delay |
| + | acex_headless_enabled = false; | ||
| + | acex_headless_endMission = 0; | ||
| + | acex_headless_log = false; | ||
| + | acex_headless_transferLoadout = 0; | ||
| - | SafehouseDisableDisguises=true | + | // ACE Hearing |
| + | ace_hearing_autoAddEarplugsToUnits = 2; | ||
| + | ace_hearing_disableEarRinging | ||
| + | ace_hearing_earplugsVolume = 0.5; | ||
| + | ace_hearing_enableCombatDeafness = true; | ||
| + | ace_hearing_enabledForZeusUnits = true; | ||
| + | ace_hearing_enableNoiseDucking = true; | ||
| + | ace_hearing_explosionDeafnessCoefficient = 0.15; | ||
| + | ace_hearing_unconsciousnessVolume = 0.4; | ||
| - | # Min: 0 Max: 2147483647 Default: 20000 | + | // ACE Interaction |
| - | MaxSafezoneSize=20000 | + | ace_interaction_disableNegativeRating = false; |
| + | ace_interaction_enableAnimActions = true; | ||
| + | ace_interaction_enableGroupRenaming = true; | ||
| + | ace_interaction_enableMagazinePassing = true; | ||
| + | ace_interaction_enableTeamManagement = true; | ||
| + | ace_interaction_enableThrowablePassing = true; | ||
| + | ace_interaction_enableWeaponAttachments = true; | ||
| + | ace_interaction_interactWithEnemyCrew = 0; | ||
| + | ace_interaction_interactWithTerrainObjects = false; | ||
| + | ace_interaction_remoteTeamManagement | ||
| - | # Allow players to destroy world objects with sledgehammers | + | // ACE Interaction Menu |
| - | AllowDestructionBySledgehammer=true | + | ace_gestures_showOnInteractionMenu = 2; |
| + | ace_interact_menu_actionOnKeyRelease | ||
| + | ace_interact_menu_addBuildingActions = false; | ||
| + | ace_interact_menu_alwaysUseCursorInteraction = false; | ||
| + | ace_interact_menu_alwaysUseCursorSelfInteraction = true; | ||
| + | ace_interact_menu_colorShadowMax = [0, | ||
| + | ace_interact_menu_colorShadowMin = [0, | ||
| + | ace_interact_menu_colorTextMax = [1, | ||
| + | ace_interact_menu_colorTextMin = [1, | ||
| + | ace_interact_menu_consolidateSingleChild = false; | ||
| + | ace_interact_menu_cursorKeepCentered = false; | ||
| + | ace_interact_menu_cursorKeepCenteredSelfInteraction = false; | ||
| + | ace_interact_menu_menuAnimationSpeed = 0; | ||
| + | ace_interact_menu_menuBackground = 0; | ||
| + | ace_interact_menu_menuBackgroundSelf = 0; | ||
| + | ace_interact_menu_selectorColor = [1,0,0]; | ||
| + | ace_interact_menu_shadowSetting = 2; | ||
| + | ace_interact_menu_textSize = 2; | ||
| + | ace_interact_menu_useListMenu = true; | ||
| + | ace_interact_menu_useListMenuSelf = false; | ||
| - | # Allow players to destroy world objects only in their safehouse | + | // ACE Interaction Menu (Self) - More |
| - | SledgehammerOnlyInSafehouse=false | + | ace_interact_menu_more__ACE_Animations |
| + | ace_interact_menu_more__ACE_CheckAirTemperature = false; | ||
| + | ace_interact_menu_more__ace_csw = false; | ||
| + | ace_interact_menu_more__ACE_Equipment = false; | ||
| + | ace_interact_menu_more__ACE_Explosives = false; | ||
| + | ace_interact_menu_more__ace_field_rations = false; | ||
| + | ace_interact_menu_more__ace_fortify = false; | ||
| + | ace_interact_menu_more__ace_gestures = false; | ||
| + | ace_interact_menu_more__ace_intelitems = false; | ||
| + | ace_interact_menu_more__ACE_MapFlashlight = false; | ||
| + | ace_interact_menu_more__ACE_MapGpsHide = false; | ||
| + | ace_interact_menu_more__ACE_MapGpsShow = false; | ||
| + | ace_interact_menu_more__ACE_MapTools = false; | ||
| + | ace_interact_menu_more__ACE_Medical = false; | ||
| + | ace_interact_menu_more__ace_medical_ai_heal = false; | ||
| + | ace_interact_menu_more__ACE_Medical_Menu = false; | ||
| + | ace_interact_menu_more__ACE_MoveRallypoint = false; | ||
| + | ace_interact_menu_more__ACE_PlottingBoard = false; | ||
| + | ace_interact_menu_more__ACE_PlottingBoardHide = false; | ||
| + | ace_interact_menu_more__ACE_RepackMagazines = false; | ||
| + | ace_interact_menu_more__ace_sandbag_place = false; | ||
| + | ace_interact_menu_more__ACE_StartSurrenderingSelf = false; | ||
| + | ace_interact_menu_more__ACE_StopEscortingSelf = false; | ||
| + | ace_interact_menu_more__ACE_StopSurrenderingSelf = false; | ||
| + | ace_interact_menu_more__ACE_Tags = false; | ||
| + | ace_interact_menu_more__ACE_TeamManagement = false; | ||
| + | ace_interact_menu_more__ace_zeus_create = false; | ||
| + | ace_interact_menu_more__ace_zeus_delete = false; | ||
| + | ace_interact_menu_more__aceax_ingame_gear = false; | ||
| + | ace_interact_menu_more__acex_sitting_Stand = false; | ||
| + | ace_interact_menu_more__SwitchToCamera = false; | ||
| + | ace_interact_menu_more__tsp_animate_drop = false; | ||
| - | # Time in seconds before the war starts. Min: 60 Max: 2147483647 Default: 600 | + | // ACE Interaction Menu (Self) - Move to Root |
| - | WarStartDelay=600 | + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures |
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Advance = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_CeaseFire = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Cover = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Engage = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Follow = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Forward = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Freeze = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Go = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Hold = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Point = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Regroup = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Stop = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Up = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__ace_gestures_cat_gestures__ace_gestures_Warning = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_cancel = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_contact = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_duoIvan = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_duoStefan = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_kata = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_metal = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_pushups = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_squats = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_stefan = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_dances__tsp_animate_zozo = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_doors = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_doors__tsp_animate_abort = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_doors__tsp_animate_bang = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_doors__tsp_animate_breach = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_doors__tsp_animate_frag = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_doors__tsp_animate_peek = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_doors__tsp_animate_ready = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_doors__tsp_animate_shotgun = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_bird = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_dab = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_heart = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_horns = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_jackoff = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_loser = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_mahalo = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_ok = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_paper = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_peace = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_rock = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_scissors = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_thumbsdown = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_emotes__tsp_animate_thumbsup = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_formations = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_formations__tsp_animate_column = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_formations__tsp_animate_halt = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_formations__tsp_animate_line = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_formations__tsp_animate_wedge = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_inspect = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Animations__tsp_animate_suicide = false; | ||
| + | ace_interact_menu_moveToRoot__ace_csw__ace_csw_placeTripod = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_atragmx_open = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_attach_Attach = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_attach_Detach = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ACE_CheckDogtags = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ACE_Chemlights = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_dagr_menu = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_dagr_menu__ace_dagr_toggle = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_flags = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_flags__ace_flags_furlFlag = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_goggles_wipeGlasses = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_gunbag_actions = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_gunbag_actions__ace_gunbag_status = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_gunbag_actions__ace_gunbag_weaponOff = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_gunbag_actions__ace_gunbag_weaponSwap = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_gunbag_actions__ace_gunbag_weaponTo = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_huntir_open = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_interaction_weaponAttachments = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_kestrel4500_open = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_kestrel4500_open__ace_kestrel4500_hide = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_kestrel4500_open__ace_kestrel4500_show = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_marker_flags = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_microdagr_configure = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_microdagr_configure__ace_microdagr_close = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_microdagr_configure__ace_microdagr_show = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_minedetector_metalDetector = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_minedetector_metalDetector__ace_minedetector_activate = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_minedetector_metalDetector__ace_minedetector_connectHeadphones = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_minedetector_metalDetector__ace_minedetector_deactivate = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_minedetector_metalDetector__ace_minedetector_disconnectHeadphones = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_mk6mortar_rangetable = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_overheating_CheckTemperature = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_overheating_CheckTemperatureSpareBarrels = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_overheating_CoolWeaponWithItem = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_overheating_SwapBarrel = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_overheating_UnJam = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ACE_PutInEarplugs = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ACE_PutOnEHP = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_rangecard_open = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_rangecard_open__ace_rangecard_makeCopy = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_rangecard_open__ace_rangecard_openCopy = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_reload_checkAmmo = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ACE_RemoveEarplugs = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ACE_RemoveEHP = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_scopes_adjustZero = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_scopes_resetZero = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_spottingscope_place = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ACE_TacticalLadders = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_trenches = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_trenches__ace_trench_layFucker = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_trenches__ace_trenches_digEnvelopeBig = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_trenches__ace_trenches_digEnvelopeSmall = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_trenches__grad_trenches_digEnvelopeGiant = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_trenches__grad_trenches_digEnvelopeLongNameEmplacment = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_trenches__grad_trenches_digEnvelopeShort = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_trenches__grad_trenches_digEnvelopeVehicle = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_tripod_place = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_ui_checkWeaponZeroing = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__ace_wardrobe = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__dirt_compat_ace_field_rations_ACEXWaterToCleanDirt = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__tsp_ace_earplug_insert = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Equipment__tsp_ace_earplug_remove = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Explosives__ACE_Cellphone = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Explosives__ACE_Place = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Advance = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_CeaseFire = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Cover = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Engage = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Follow = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Forward = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Freeze = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Go = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Hold = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Point = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Regroup = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Stop = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Up = false; | ||
| + | ace_interact_menu_moveToRoot__ace_gestures__ace_gestures_Warning = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsAlign = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsAlign__ACE_MapToolsAlignCompass = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsAlign__ACE_MapToolsAlignNorth = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsAlign__ACE_MapToolsAlignToPlottingBoard = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsAlign__ACE_MapToolsAlignToPlottingBoardAcrylic = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsAlign__ACE_MapToolsAlignToPlottingBoardRuler = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsHide = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsShowNormal = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_MapTools__ACE_MapToolsShowSmall = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Medical__ACE_ArmLeft = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Medical__ACE_ArmRight = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Medical__ACE_Head = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Medical__ACE_LegLeft = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Medical__ACE_LegRight = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Medical__ACE_Torso = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_Medical__ACE_Torso__TriageCard = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignAcrylic = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignAcrylic__ACE_PlottingBoardAlignAcrylicMaptool = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignAcrylic__ACE_PlottingBoardAlignAcrylicUp = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignBoard = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignBoard__ACE_PlottingBoardAlignBoardMaptool = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignBoard__ACE_PlottingBoardAlignBoardUp = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignRuler = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignRuler__ACE_PlottingBoardAlignRulerMaptool = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardAlign__ACE_PlottingBoardAlignRuler__ACE_PlottingBoardAlignRulerUp = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardRulerHide = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardRulerShow = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_PlottingBoardHide__ACE_PlottingBoardWipe = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_BecomeLeader = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_JoinTeamBlue = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_JoinTeamGreen = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_JoinTeamMain = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_JoinTeamRed = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_JoinTeamYellow = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_LeaveGroup = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_remoteTeamManagement = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__ACE_RenameGroup = false; | ||
| + | ace_interact_menu_moveToRoot__ACE_TeamManagement__diwako_dui_buddy_buddy_action_team_remove = false; | ||
| + | ace_interact_menu_moveToRoot__tsp_animate_drop__ACE_Chemlight_IR = false; | ||
| + | ace_interact_menu_moveToRoot__tsp_animate_drop__Chemlight_green = false; | ||
| + | ace_interact_menu_moveToRoot__tsp_animate_drop__Chemlight_red = false; | ||
| - | # War duration in seconds. Min: 60 Max: 2147483647 Default: 3600 | + | // ACE Kill Tracker |
| - | WarDuration=3600 | + | ace_killtracker_showCrewKills |
| + | ace_killtracker_showMedicalWounds = 2; | ||
| + | ace_killtracker_trackAI = true; | ||
| - | # Safehouse hit points limit. Min: 0 Max: 2147483647 Default: 3 | + | // ACE Logistics |
| - | WarSafehouseHitPoints=3 | + | ace_cargo_carryAfterUnload = true; |
| + | ace_cargo_checkSizeInteraction = false; | ||
| + | ace_cargo_enable = true; | ||
| + | ace_cargo_enableDeploy = true; | ||
| + | ace_cargo_enableRename = true; | ||
| + | ace_cargo_loadTimeCoefficient = 4; | ||
| + | ace_cargo_openAfterUnload = 0; | ||
| + | ace_cargo_paradropTimeCoefficent = 2.5; | ||
| + | ace_cargo_unloadOnKilled = 0.5; | ||
| + | ace_rearm_distance = 20; | ||
| + | ace_rearm_enabled = true; | ||
| + | ace_rearm_level = 0; | ||
| + | ace_rearm_supply = 0; | ||
| + | ace_refuel_cargoRate = 10; | ||
| + | ace_refuel_enabled = true; | ||
| + | ace_refuel_hoseLength = 12; | ||
| + | ace_refuel_progressDuration = 2; | ||
| + | ace_refuel_rate = 1; | ||
| + | ace_towing_addRopeToVehicleInventory | ||
| - | # ServerPlayerID determines if a character is from another server, or single player. This value may be changed by soft resets. If this number does match the client, the client must create a new character. This is used in conjunction with ResetID. It is strongly advised that you backup these IDs somewhere | + | // ACE Magazine Repack |
| - | ServerPlayerID=< | + | ace_magazinerepack_repackAnimation = true; |
| + | ace_magazinerepack_repackLoadedMagazines = true; | ||
| + | ace_magazinerepack_timePerAmmo = 1.5; | ||
| + | ace_magazinerepack_timePerBeltLink = 8; | ||
| + | ace_magazinerepack_timePerMagazine | ||
| - | # The port for the RCON (Remote Console) Min: 0 Max: 65535 Default: 27015 | + | // ACE Map |
| - | RCONPort=< | + | ace_map_BFT_Enabled = true; |
| + | ace_map_BFT_HideAiGroups = false; | ||
| + | ace_map_BFT_Interval = 1; | ||
| + | ace_map_BFT_ShowPlayerNames = true; | ||
| + | ace_map_DefaultChannel = 1; | ||
| + | ace_map_mapGlow = true; | ||
| + | ace_map_mapIllumination = true; | ||
| + | ace_map_mapLimitZoom = false; | ||
| + | ace_map_mapShake = true; | ||
| + | ace_map_mapShowCursorCoordinates = true; | ||
| + | ace_markers_moveRestriction = 0; | ||
| + | ace_markers_timestampEnabled = true; | ||
| + | ace_markers_timestampFormat = "HH:MM"; | ||
| + | ace_markers_timestampHourFormat | ||
| + | ace_markers_timestampTimezone = 0; | ||
| + | ace_markers_TimestampUTCMinutesOffset = 0; | ||
| + | ace_markers_timestampUTCOffset = 0; | ||
| - | # RCON password (Pick a strong password) | + | // ACE Map Gestures |
| - | RCONPassword=< | + | ace_map_gestures_allowCurator |
| + | ace_map_gestures_allowSpectator = true; | ||
| + | ace_map_gestures_briefingMode = 0; | ||
| + | ace_map_gestures_defaultColor = [1, | ||
| + | ace_map_gestures_defaultLeadColor = [1, | ||
| + | ace_map_gestures_enabled = true; | ||
| + | ace_map_gestures_interval = 0.03; | ||
| + | ace_map_gestures_maxRange = 7; | ||
| + | ace_map_gestures_maxRangeCamera = 14; | ||
| + | ace_map_gestures_nameTextColor = [0.2, | ||
| + | ace_map_gestures_onlyShowFriendlys = false; | ||
| - | # Enables global text chat integration with a Discord channel | + | // ACE Map Tools |
| - | DiscordEnable=false | + | ace_maptools_drawStraightLines |
| + | ace_maptools_plottingBoardAllowChannelDrawing = 1; | ||
| + | ace_maptools_rotateModifierKey = 1; | ||
| - | # Discord bot access token | + | // ACE Medical |
| - | DiscordToken= | + | ace_medical_ai_enabledFor |
| + | ace_medical_ai_requireItems = 0; | ||
| + | ace_medical_AIDamageThreshold = 0.5; | ||
| + | ace_medical_alternateArmorPenetration = true; | ||
| + | ace_medical_bleedingCoefficient = 1; | ||
| + | ace_medical_blood_bloodLifetime = 900; | ||
| + | ace_medical_blood_enabledFor = 2; | ||
| + | ace_medical_blood_maxBloodObjects = 500; | ||
| + | ace_medical_deathChance = 1; | ||
| + | ace_medical_dropWeaponUnconsciousChance = 0; | ||
| + | ace_medical_enableVehicleCrashes = true; | ||
| + | ace_medical_fatalDamageSource = 2; | ||
| + | ace_medical_fractureChance = 0.65; | ||
| + | ace_medical_fractures = 1; | ||
| + | ace_medical_ivFlowRate = 1; | ||
| + | ace_medical_limbDamageThreshold = 5; | ||
| + | ace_medical_limping = 1; | ||
| + | ace_medical_painCoefficient = 1; | ||
| + | ace_medical_painUnconsciousChance = 0.1; | ||
| + | ace_medical_painUnconsciousThreshold = 0.55; | ||
| + | ace_medical_playerDamageThreshold = 8.5; | ||
| + | ace_medical_spontaneousWakeUpChance = 0.35; | ||
| + | ace_medical_spontaneousWakeUpEpinephrineBoost = 8.75; | ||
| + | ace_medical_statemachine_AIUnconsciousness = true; | ||
| + | ace_medical_statemachine_cardiacArrestBleedoutEnabled = true; | ||
| + | ace_medical_statemachine_cardiacArrestTime = 300; | ||
| + | ace_medical_statemachine_fatalInjuriesAI = 0; | ||
| + | ace_medical_statemachine_fatalInjuriesPlayer = 0; | ||
| + | ace_medical_useLimbDamage = 0; | ||
| + | ace_medical_vitals_simulateSpO2 = true; | ||
| + | ace_medical_windowOnWakeUp = 1; | ||
| - | # The Discord channel name. (Try the separate channel ID option if having difficulties) | + | // ACE Medical Interface |
| - | DiscordChannel= | + | ace_medical_feedback_bloodVolumeEffectType = 0; |
| + | ace_medical_feedback_enableHUDIndicators = true; | ||
| + | ace_medical_feedback_painEffectType = 0; | ||
| + | ace_medical_gui_bloodLossColor_0 = [0, | ||
| + | ace_medical_gui_bloodLossColor_1 = [1,0.95, | ||
| + | ace_medical_gui_bloodLossColor_2 = [1, | ||
| + | ace_medical_gui_bloodLossColor_3 = [1, | ||
| + | ace_medical_gui_bloodLossColor_4 = [1, | ||
| + | ace_medical_gui_bloodLossColor_5 = [1, | ||
| + | ace_medical_gui_bloodLossColor_6 = [1, | ||
| + | ace_medical_gui_bloodLossColor_7 = [1, | ||
| + | ace_medical_gui_bloodLossColor_8 = [1, | ||
| + | ace_medical_gui_bloodLossColor_9 = [1, | ||
| + | ace_medical_gui_bodyPartOutlineColor = [1, | ||
| + | ace_medical_gui_damageColor_0 = [0, | ||
| + | ace_medical_gui_damageColor_1 = [0.75, | ||
| + | ace_medical_gui_damageColor_2 = [0.62, | ||
| + | ace_medical_gui_damageColor_3 = [0.54, | ||
| + | ace_medical_gui_damageColor_4 = [0.48, | ||
| + | ace_medical_gui_damageColor_5 = [0.42, | ||
| + | ace_medical_gui_damageColor_6 = [0.37, | ||
| + | ace_medical_gui_damageColor_7 = [0.31, | ||
| + | ace_medical_gui_damageColor_8 = [0.22, | ||
| + | ace_medical_gui_damageColor_9 = [0, | ||
| + | ace_medical_gui_enableActions = 0; | ||
| + | ace_medical_gui_enableMedicalMenu = 1; | ||
| + | ace_medical_gui_enableSelfActions = true; | ||
| + | ace_medical_gui_interactionMenuShowTriage = 1; | ||
| + | ace_medical_gui_maxDistance = 3; | ||
| + | ace_medical_gui_openAfterTreatment = true; | ||
| + | ace_medical_gui_peekMedicalInfoReleaseDelay = 1; | ||
| + | ace_medical_gui_peekMedicalOnHit = false; | ||
| + | ace_medical_gui_peekMedicalOnHitDuration = 1; | ||
| + | ace_medical_gui_showBleeding = 2; | ||
| + | ace_medical_gui_showBloodlossEntry = true; | ||
| + | ace_medical_gui_showDamageEntry = false; | ||
| + | ace_medical_gui_tourniquetWarning | ||
| - | # The Discord channel ID. (Use if having difficulties with Discord channel name option) | + | // ACE Medical Treatment |
| - | DiscordChannelID= | + | ace_medical_treatment_advancedBandages = 0; |
| + | ace_medical_treatment_advancedDiagnose = 0; | ||
| + | ace_medical_treatment_advancedMedication = false; | ||
| + | ace_medical_treatment_allowBodyBagUnconscious = false; | ||
| + | ace_medical_treatment_allowGraveDigging = 1; | ||
| + | ace_medical_treatment_allowLitterCreation = true; | ||
| + | ace_medical_treatment_allowSelfIV = 1; | ||
| + | ace_medical_treatment_allowSelfPAK = 1; | ||
| + | ace_medical_treatment_allowSelfStitch = 0; | ||
| + | ace_medical_treatment_allowSharedEquipment = 0; | ||
| + | ace_medical_treatment_bandageEffectiveness = 1; | ||
| + | ace_medical_treatment_bandageRollover = true; | ||
| + | ace_medical_treatment_clearTrauma = 1; | ||
| + | ace_medical_treatment_consumePAK = 0; | ||
| + | ace_medical_treatment_consumeSurgicalKit = 0; | ||
| + | ace_medical_treatment_convertItems = 0; | ||
| + | ace_medical_treatment_cprSuccessChanceMax = 0.852272; | ||
| + | ace_medical_treatment_cprSuccessChanceMin = 0.55; | ||
| + | ace_medical_treatment_graveDiggingMarker = true; | ||
| + | ace_medical_treatment_holsterRequired = 0; | ||
| + | ace_medical_treatment_litterCleanupDelay = 600; | ||
| + | ace_medical_treatment_locationAdenosine = 0; | ||
| + | ace_medical_treatment_locationEpinephrine = 0; | ||
| + | ace_medical_treatment_locationIV = 0; | ||
| + | ace_medical_treatment_locationMorphine = 0; | ||
| + | ace_medical_treatment_locationPAK = 0; | ||
| + | ace_medical_treatment_locationsBoostTraining = false; | ||
| + | ace_medical_treatment_locationSplint = 0; | ||
| + | ace_medical_treatment_locationSurgicalKit = 3; | ||
| + | ace_medical_treatment_maxLitterObjects = 500; | ||
| + | ace_medical_treatment_medicAdenosine = 0; | ||
| + | ace_medical_treatment_medicEpinephrine = 0; | ||
| + | ace_medical_treatment_medicIV = 0; | ||
| + | ace_medical_treatment_medicMorphine = 0; | ||
| + | ace_medical_treatment_medicPAK = 0; | ||
| + | ace_medical_treatment_medicSplint = 0; | ||
| + | ace_medical_treatment_medicSurgicalKit = 0; | ||
| + | ace_medical_treatment_numericalPulse = 1; | ||
| + | ace_medical_treatment_timeCoefficientPAK = 1; | ||
| + | ace_medical_treatment_treatmentTimeAutoinjector = 3; | ||
| + | ace_medical_treatment_treatmentTimeBodyBag = 15; | ||
| + | ace_medical_treatment_treatmentTimeCoeffZeus = 1; | ||
| + | ace_medical_treatment_treatmentTimeCPR = 15; | ||
| + | ace_medical_treatment_treatmentTimeGrave = 30; | ||
| + | ace_medical_treatment_treatmentTimeIV = 7; | ||
| + | ace_medical_treatment_treatmentTimeSplint = 5; | ||
| + | ace_medical_treatment_treatmentTimeTourniquet = 3; | ||
| + | ace_medical_treatment_treatmentTimeTrainedAutoinjector = 2; | ||
| + | ace_medical_treatment_treatmentTimeTrainedIV = 5.5; | ||
| + | ace_medical_treatment_treatmentTimeTrainedSplint = 4; | ||
| + | ace_medical_treatment_treatmentTimeTrainedTourniquet = 2.5; | ||
| + | ace_medical_treatment_woundReopenChance = 1; | ||
| + | ace_medical_treatment_woundStitchTime | ||
| - | # The Slack incoming webhook URL | + | // ACE Name Tags |
| - | WebhookAddress= | + | ace_nametags_ambientBrightnessAffectViewDist |
| + | ace_nametags_defaultNametagColor = [0.77, | ||
| + | ace_nametags_nametagColorBlue = [0.67, | ||
| + | ace_nametags_nametagColorGreen = [0.67, | ||
| + | ace_nametags_nametagColorMain = [1, | ||
| + | ace_nametags_nametagColorRed = [1, | ||
| + | ace_nametags_nametagColorYellow = [1, | ||
| + | ace_nametags_playerNamesMaxAlpha = 0.8; | ||
| + | ace_nametags_playerNamesViewDistance = 10; | ||
| + | ace_nametags_showCursorTagForVehicles = false; | ||
| + | ace_nametags_showNamesForAI = false; | ||
| + | ace_nametags_showPlayerNames = 1; | ||
| + | ace_nametags_showPlayerRanks = true; | ||
| + | ace_nametags_showSoundWaves = 1; | ||
| + | ace_nametags_showVehicleCrewInfo = true; | ||
| + | ace_nametags_tagSize = 2; | ||
| - | # Clients must know this password to join the server. (Ignored when hosting a server via the Host button) | + | // ACE Nightvision |
| - | Password=< | + | ace_nightvision_aimDownSightsBlur = 1; |
| + | ace_nightvision_disableNVGsWithSights = false; | ||
| + | ace_nightvision_effectScaling = 0.2; | ||
| + | ace_nightvision_fogScaling = 1.89107; | ||
| + | ace_nightvision_noiseScaling = 0.111914; | ||
| + | ace_nightvision_shutterEffects | ||
| - | # Limits the number of different accounts a single Steam user may create on this server. Ignored when using the Hosts button. Min: 0 Max: 2147483647 Default: | + | // ACE Overheating |
| - | MaxAccountsPerUser=0 | + | ace_overheating_cookoffCoef = 1; |
| + | ace_overheating_coolingCoef = 1.5; | ||
| + | ace_overheating_displayTextOnJam = true; | ||
| + | ace_overheating_enabled = true; | ||
| + | ace_overheating_heatCoef = 0.75; | ||
| + | ace_overheating_jamChanceCoef = 1; | ||
| + | ace_overheating_overheatingDispersion = true; | ||
| + | ace_overheating_overheatingRateOfFire = true; | ||
| + | ace_overheating_particleEffectsAndDispersionDistance = 3000; | ||
| + | ace_overheating_showParticleEffects = true; | ||
| + | ace_overheating_showParticleEffectsForEveryone = false; | ||
| + | ace_overheating_suppressorCoef = 0.25; | ||
| + | ace_overheating_unJamFailChance | ||
| + | ace_overheating_unJamOnreload = true; | ||
| + | ace_overheating_unJamOnSwapBarrel = false; | ||
| - | # Allow co-op/splitscreen players | + | // ACE Pointing |
| - | AllowCoop=true | + | ace_finger_enabled = false; |
| + | ace_finger_indicatorColor = [0.83, | ||
| + | ace_finger_indicatorForSelf | ||
| + | ace_finger_maxRange = 4; | ||
| + | ace_finger_proximityScaling = false; | ||
| + | ace_finger_sizeCoef = 1; | ||
| - | # Players are allowed to sleep when their survivor becomes tired, but they do not NEED to sleep | + | // ACE Pylons |
| - | SleepAllowed=true | + | ace_pylons_enabledForZeus |
| + | ace_pylons_enabledFromAmmoTrucks = true; | ||
| + | ace_pylons_rearmNewPylons = false; | ||
| + | ace_pylons_requireEngineer = false; | ||
| + | ace_pylons_requireToolkit = true; | ||
| + | ace_pylons_searchDistance = 15; | ||
| + | ace_pylons_timePerPylon = 5; | ||
| - | # Players get tired and need to sleep. (Ignored if SleepAllowed=false) | + | // ACE Quick Mount |
| - | SleepNeeded=false | + | ace_quickmount_distance = 3; |
| + | ace_quickmount_enabled = true; | ||
| + | ace_quickmount_enableMenu = 3; | ||
| + | ace_quickmount_priority | ||
| + | ace_quickmount_speed | ||
| - | # WIP: Activating this setting may cause visual desynchronization of player positions. | + | // ACE Repair |
| - | KnockedDownAllowed=false | + | ace_repair_addSpareParts = true; |
| + | ace_repair_autoShutOffEngineWhenStartingRepair | ||
| + | ace_repair_consumeItem_toolKit = 0; | ||
| + | ace_repair_displayTextOnRepair = true; | ||
| + | ace_repair_enabled = true; | ||
| + | ace_repair_engineerSetting_fullRepair = 1; | ||
| + | ace_repair_engineerSetting_repair = 0; | ||
| + | ace_repair_engineerSetting_wheel = 0; | ||
| + | ace_repair_fullRepairLocation = 2; | ||
| + | ace_repair_fullRepairRequiredItems = [" | ||
| + | ace_repair_locationsBoostTraining = false; | ||
| + | ace_repair_miscRepairRequiredItems = [" | ||
| + | ace_repair_miscRepairTime = 15; | ||
| + | ace_repair_patchWheelEnabled = 0; | ||
| + | ace_repair_patchWheelLocation = [" | ||
| + | ace_repair_patchWheelMaximumRepair = 0.3; | ||
| + | ace_repair_patchWheelRequiredItems = [" | ||
| + | ace_repair_patchWheelTime = 5; | ||
| + | ace_repair_repairDamageThreshold = 0.6; | ||
| + | ace_repair_repairDamageThreshold_engineer = 0.4; | ||
| + | ace_repair_timeCoefficientFullRepair = 1.5; | ||
| + | ace_repair_wheelChangeTime = 10; | ||
| + | ace_repair_wheelRepairRequiredItems = []; | ||
| - | SneakModeHideFromOtherPlayers=true | + | // ACE Respawn |
| + | ace_respawn_removeDeadBodiesDisconnected | ||
| + | ace_respawn_savePreDeathGear = false; | ||
| - | UltraSpeedDoesnotAffectToAnimals=false | + | // ACE Scopes |
| + | ace_scopes_correctZeroing = true; | ||
| + | ace_scopes_deduceBarometricPressureFromTerrainAltitude | ||
| + | ace_scopes_defaultZeroRange = 100; | ||
| + | ace_scopes_enabled = true; | ||
| + | ace_scopes_forceUseOfAdjustmentTurrets = false; | ||
| + | ace_scopes_inScopeAdjustment = false; | ||
| + | ace_scopes_overwriteZeroRange = false; | ||
| + | ace_scopes_simplifiedZeroing = false; | ||
| + | ace_scopes_useLegacyUI = false; | ||
| + | ace_scopes_zeroReferenceBarometricPressure = 1013.25; | ||
| + | ace_scopes_zeroReferenceHumidity = 0; | ||
| + | ace_scopes_zeroReferenceTemperature = 15; | ||
| - | # List Workshop Mod IDs for the server to download. Each must be separated by a semicolon. Example: WorkshopItems=514427485;513111049 | + | // ACE Sitting |
| - | WorkshopItems= | + | acex_sitting_enable |
| - | # Show Steam usernames and avatars in the Players list. | + | // ACE Spectator |
| - | SteamScoreboard=false | + | ace_spectator_enableAI |
| + | ace_spectator_maxFollowDistance = 5; | ||
| + | ace_spectator_restrictModes = 0; | ||
| + | ace_spectator_restrictVisions = 0; | ||
| - | # Enable the Steam VAC system | + | // ACE Switch Units |
| - | SteamVAC=true | + | ace_switchunits_enableSafeZone |
| + | ace_switchunits_enableSwitchUnits = false; | ||
| + | ace_switchunits_safeZoneRadius = 100; | ||
| + | ace_switchunits_switchToCivilian = false; | ||
| + | ace_switchunits_switchToEast = false; | ||
| + | ace_switchunits_switchToIndependent = false; | ||
| + | ace_switchunits_switchToWest = false; | ||
| - | # Attempt to configure a UPnP-enabled internet gateway to automatically setup port forwarding rules. The server will fall back to default ports if this fails | + | // ACE Trenches |
| - | UPnP=true | + | ace_trenches_bigEnvelopeDigDuration |
| + | ace_trenches_bigEnvelopeRemoveDuration = 15; | ||
| + | ace_trenches_smallEnvelopeDigDuration = 20; | ||
| + | ace_trenches_smallEnvelopeRemoveDuration = 12; | ||
| - | # VOIP is enabled when checked | + | // ACE Uncategorized |
| - | VoiceEnable=true | + | ace_fastroping_autoAddFRIES |
| + | ace_fastroping_requireRopeItems = false; | ||
| + | ace_flags_enableCarrying = true; | ||
| + | ace_flags_enablePlacing = true; | ||
| + | ace_gunbag_swapGunbagEnabled = true; | ||
| + | ace_hitreactions_minDamageToTrigger = 0.1; | ||
| + | ace_hitreactions_weaponDropChanceArmHitAI = 0; | ||
| + | ace_hitreactions_weaponDropChanceArmHitPlayer = 0; | ||
| + | ace_inventory_inventoryDisplaySize = 0; | ||
| + | ace_laser_dispersionCount = 2; | ||
| + | ace_laser_showLaserOnMap = 3; | ||
| + | ace_marker_flags_placeAnywhere = false; | ||
| + | ace_microdagr_mapDataAvailable = 2; | ||
| + | ace_microdagr_waypointPrecision = 3; | ||
| + | ace_noradio_enabled = true; | ||
| + | ace_optionsmenu_showNewsOnMainMenu = true; | ||
| + | ace_overpressure_backblastDistanceCoefficient = 1; | ||
| + | ace_overpressure_overpressureDistanceCoefficient = 1; | ||
| + | ace_parachute_failureChance = 0; | ||
| + | ace_parachute_hideAltimeter = true; | ||
| + | ace_tagging_quickTag = 1; | ||
| - | # The minimum tile distance over which VOIP sounds can be heard. Min: 0.00 Max: 100000.00 Default: 10.00 | + | // ACE User Interface |
| - | VoiceMinDistance=10.0 | + | ace_ui_allowSelectiveUI |
| + | ace_ui_ammoCount = true; | ||
| + | ace_ui_ammoType = true; | ||
| + | ace_ui_commandMenu = true; | ||
| + | ace_ui_enableSpeedIndicator = true; | ||
| + | ace_ui_firingMode = true; | ||
| + | ace_ui_groupBar = false; | ||
| + | ace_ui_gunnerAmmoCount = true; | ||
| + | ace_ui_gunnerAmmoType = true; | ||
| + | ace_ui_gunnerFiringMode = true; | ||
| + | ace_ui_gunnerLaunchableCount = true; | ||
| + | ace_ui_gunnerLaunchableName = true; | ||
| + | ace_ui_gunnerMagCount = true; | ||
| + | ace_ui_gunnerWeaponLowerInfoBackground = true; | ||
| + | ace_ui_gunnerWeaponName = true; | ||
| + | ace_ui_gunnerWeaponNameBackground = true; | ||
| + | ace_ui_gunnerZeroing = true; | ||
| + | ace_ui_hideDefaultActionIcon = false; | ||
| + | ace_ui_magCount = true; | ||
| + | ace_ui_soldierVehicleWeaponInfo = true; | ||
| + | ace_ui_staminaBar = true; | ||
| + | ace_ui_stance = true; | ||
| + | ace_ui_throwableCount = true; | ||
| + | ace_ui_throwableName = true; | ||
| + | ace_ui_vehicleAltitude = true; | ||
| + | ace_ui_vehicleCompass = true; | ||
| + | ace_ui_vehicleDamage = true; | ||
| + | ace_ui_vehicleFuelBar = true; | ||
| + | ace_ui_vehicleInfoBackground = true; | ||
| + | ace_ui_vehicleName = true; | ||
| + | ace_ui_vehicleNameBackground = true; | ||
| + | ace_ui_vehicleRadar = true; | ||
| + | ace_ui_vehicleSpeed = true; | ||
| + | ace_ui_weaponLowerInfoBackground = true; | ||
| + | ace_ui_weaponName = true; | ||
| + | ace_ui_weaponNameBackground = true; | ||
| + | ace_ui_zeroing = true; | ||
| - | # The maximum tile distance over which VOIP sounds can be heard. Min: 0.00 Max: 100000.00 Default: 100.00 | + | // ACE Vehicle Lock |
| - | VoiceMaxDistance=100.0 | + | ace_vehiclelock_defaultLockpickStrength |
| + | ace_vehiclelock_lockVehicleInventory = false; | ||
| + | ace_vehiclelock_vehicleStartingLockState = -1; | ||
| - | # Toggle directional audio for VOIP | + | // ACE Vehicles |
| - | Voice3D=true | + | ace_novehicleclanlogo_enabled = false; |
| + | ace_vehicles_hideEjectAction = true; | ||
| + | ace_vehicles_keepEngineRunning = true; | ||
| + | ace_vehicles_speedLimiterStep = 5; | ||
| + | ace_viewports_enabled | ||
| - | # Min: 10.00 Max: 150.00 Default: 70.00 | + | // ACE View Distance Limiter |
| - | SpeedLimit=70.0 | + | ace_viewdistance_enabled = true; |
| + | ace_viewdistance_limitViewDistance = 10000; | ||
| + | ace_viewdistance_objectViewDistanceCoeff = 0; | ||
| + | ace_viewdistance_viewDistanceAirVehicle = 0; | ||
| + | ace_viewdistance_viewDistanceLandVehicle = 0; | ||
| + | ace_viewdistance_viewDistanceOnFoot | ||
| - | LoginQueueEnabled=false | + | // ACE View Restriction |
| + | acex_viewrestriction_mode = 0; | ||
| + | acex_viewrestriction_modeSelectiveAir = 0; | ||
| + | acex_viewrestriction_modeSelectiveFoot = 0; | ||
| + | acex_viewrestriction_modeSelectiveLand = 0; | ||
| + | acex_viewrestriction_modeSelectiveSea = 0; | ||
| + | acex_viewrestriction_preserveView | ||
| - | # Min: 20 Max: 1200 Default: 60 | + | // ACE Volume |
| - | LoginQueueConnectTimeout=60 | + | acex_volume_enabled |
| + | acex_volume_fadeDelay = 1; | ||
| + | acex_volume_lowerInVehicles = true; | ||
| + | acex_volume_reduction = 4; | ||
| + | acex_volume_remindIfLowered = false; | ||
| + | acex_volume_showNotification = false; | ||
| - | # Set the IP from which the server is broadcast. This is for network configurations with multiple IP addresses, such as server farms | + | // ACE Wardrobe |
| - | server_browser_announced_ip= | + | ace_wardrobe_enableAction |
| - | # Players can respawn in-game at the coordinates where they died | + | // ACE Weapons |
| - | PlayerRespawnWithSelf=false | + | ace_common_persistentLaserEnabled = true; |
| + | ace_reload_displayText = true; | ||
| + | ace_reload_showCheckAmmoSelf | ||
| + | ace_reloadlaunchers_displayStatusText = true; | ||
| + | ace_weaponselect_displayText = true; | ||
| - | # Players can respawn in-game at a split screen | + | // ACE Weather |
| - | PlayerRespawnWithOther=false | + | ace_weather_enabled = true; |
| + | ace_weather_showCheckAirTemperature = true; | ||
| + | ace_weather_updateInterval = 60; | ||
| + | ace_weather_windSimulation | ||
| - | # Governs how fast time passes while players sleep. Value multiplies the speed of the time that passes during sleeping. Min: 1.00 Max: 100.00 Default: 40.00 | + | // ACE Wind Deflection |
| - | FastForwardMultiplier=40.0 | + | ace_winddeflection_enabled = true; |
| + | ace_winddeflection_simulationInterval = 0.05; | ||
| + | ace_winddeflection_vehicleEnabled | ||
| - | # Safehouse acts like a normal house if a member of the safehouse is connected (so secure when players are offline) | + | // ACE Zeus |
| - | DisableSafehouseWhenPlayerConnected=false | + | ace_zeus_autoAddObjects |
| + | ace_zeus_canCreateZeus = -1; | ||
| + | ace_zeus_radioOrdnance = false; | ||
| + | ace_zeus_remoteWind = false; | ||
| + | ace_zeus_revealMines = 0; | ||
| + | ace_zeus_zeusAscension = false; | ||
| + | ace_zeus_zeusBird = true; | ||
| - | # Players can create factions when true | + | // Advanced Vault System |
| - | Faction=true | + | AVS_EnableVoiceSounds = true; |
| + | AVS_Jump_MAINWEAP_X = " | ||
| + | AVS_Jump_MAINWEAP_Z = " | ||
| + | AVS_Jump_PIST_X = " | ||
| + | AVS_Jump_PIST_Z = " | ||
| + | AVS_Jump_UNARMED_X = " | ||
| + | AVS_Jump_UNARMED_Z = " | ||
| + | AVS_Jumping = true; | ||
| + | AVS_Rolling = true; | ||
| + | AVS_Sliding | ||
| - | # Players must survive this number of in-game days before being allowed to create a faction Min: 0 Max: 2147483647 Default: | + | // Aiming Deadzone Fix |
| - | FactionDaySurvivedToCreate=0 | + | PCT_lookfix_aim_coef = 0.299874; |
| + | PCT_lookFix_allow_vertical = false; | ||
| + | PCT_lookfix_coef = 0.399438; | ||
| + | PCT_lookFix_freelook = true; | ||
| + | PCT_lookFix_function = 1; | ||
| + | PCT_lookFix_RTZ = true; | ||
| + | PCT_lookfix_RTZ_constant = 0.304579; | ||
| + | PCT_lookFix_vertical_cap | ||
| - | # Number of players required as faction members before the faction owner can create a group tag Min: 1 Max: 2147483647 Default: 1 | + | // Antistasi |
| - | FactionPlayersRequiredForTag=1 | + | HR_GRG_dLock |
| + | HR_GRG_LockLimit_Guest = 2; | ||
| + | HR_GRG_LockLimit_Member = 3; | ||
| + | HR_GRG_PoolBase = 20; | ||
| + | HR_GRG_PoolIncr = 4; | ||
| + | HR_GRG_Pylons_Enabled = true; | ||
| + | HR_GRG_renderPlacementRays = false; | ||
| + | HR_GRG_ServiceDisabled_Rearm = false; | ||
| + | HR_GRG_ServiceDisabled_Refuel = false; | ||
| + | HR_GRG_ServiceDisabled_Repair = false; | ||
| - | # Disables radio transmissions from players with an access level | + | // Antistasi Ultimate |
| - | DisableRadioStaff=false | + | A3U_setting_enableAdvancedTowing |
| + | A3U_setting_enableCosmetics = true; | ||
| + | A3U_setting_tierWarElite = 8; | ||
| + | A3U_setting_tierWarHRLoss = 2; | ||
| + | A3U_setting_tierWarMilitia = 3; | ||
| + | A3U_setting_tierWarPunishments = 3; | ||
| - | # Disables radio transmissions from players with ' | + | // Community Base Addons |
| - | DisableRadioAdmin=true | + | cba_diagnostic_ConsoleIndentType = -1; |
| + | cba_diagnostic_watchInfoRefreshRate = 0.2; | ||
| + | cba_disposable_dropUsedLauncher = 2; | ||
| + | cba_disposable_replaceDisposableLauncher | ||
| + | cba_events_repetitionMode = 2; | ||
| + | cba_network_loadoutValidation = 0; | ||
| + | cba_optics_usePipOptics = true; | ||
| + | cba_quicktime_qteShorten = false; | ||
| + | cba_ui_notifyLifetime = 4; | ||
| + | cba_ui_StorePasswords = 1; | ||
| - | # Disables radio transmissions from players with ' | + | // D.I.R.T. - Dynamic Textures |
| - | DisableRadioGM=true | + | dirt_compat_ace_field_rations_allowACEXWaterToCleanDirt |
| + | dirt_main_additionalSelections = " | ||
| + | dirt_main_affectAI = true; | ||
| + | dirt_main_burnDecrease = 0.003; | ||
| + | dirt_main_burnIncrease = 0.2; | ||
| + | dirt_main_enable = true; | ||
| + | dirt_main_explosionEH = true; | ||
| + | dirt_main_groundDecrease = 0.003; | ||
| + | dirt_main_groundIncrease = 0.02; | ||
| + | dirt_main_maxDistance = 500; | ||
| + | dirt_main_maxDistanceAnimations = 50; | ||
| + | dirt_main_maxDynTextures = 100; | ||
| + | dirt_main_precipitationDecrease = 0.003; | ||
| + | dirt_main_precipitationDecreaseDirt = true; | ||
| + | dirt_main_precipitationIncrease = 0.02; | ||
| + | dirt_main_preWarmUp = true; | ||
| + | dirt_main_sortByDistance = true; | ||
| + | dirt_main_updateFrequency = 2; | ||
| - | # Disables radio transmissions from players with ' | + | // Death and Hit Reactions |
| - | DisableRadioOverseer=false | + | WBK_DeathAnimMod_Death_Chance |
| + | WBK_DeathAnimMod_Death_NearWall = true; | ||
| + | WBK_DeathAnimMod_Deaths_AI = true; | ||
| + | WBK_DeathAnimMod_Deaths_HUGEANIMS = true; | ||
| + | WBK_DeathAnimMod_Deaths_NECKSHOTS = true; | ||
| + | WBK_DeathAnimMod_Deaths_PLR = true; | ||
| + | WBK_DeathAnimMod_Flinch_AI = true; | ||
| + | WBK_DeathAnimMod_Flinch_PLR = true; | ||
| + | WBK_DeathAnimMod_Hit_AI = true; | ||
| + | WBK_DeathAnimMod_Hit_Chance = " | ||
| + | WBK_DeathAnimMod_Hit_Chance_PLR = " | ||
| + | WBK_DeathAnimMod_Hit_PLR = true; | ||
| - | # Disables radio transmissions from players with 'moderator' | + | // Drongo's Drone Tweaks |
| - | DisableRadioModerator=false | + | ddtAR2XAP = true; |
| + | ddtBehaviourAware = true; | ||
| + | ddtBehaviourCareless | ||
| + | ddtBehaviourCombat = true; | ||
| + | ddtBehaviourSafe = true; | ||
| + | ddtBehaviourStealth = false; | ||
| + | ddtCooldownSeconds = " | ||
| + | ddtCycleLength = " | ||
| + | ddtCycleLengthAttack = " | ||
| + | ddtCycleLengthRC40 = " | ||
| + | ddtDebug = false; | ||
| + | ddtExclusionBomber = " | ||
| + | ddtExclusionFPV = " | ||
| + | ddtExclusionRecon = " | ||
| + | ddtLoiterChance = " | ||
| + | ddtRangeBomber = " | ||
| + | ddtRangeFPV = " | ||
| + | ddtReconAltCBA = " | ||
| + | ddtReconRad = " | ||
| + | ddtSideEast = true; | ||
| + | ddtSideRes = true; | ||
| + | ddtSideWest = true; | ||
| + | ddtSoftThreshold = " | ||
| - | # Disables radio transmissions from invisible players | + | // Drongo' |
| - | DisableRadioInvisible=true | + | dyelActiveInventory |
| + | dyelArrestDebug = true; | ||
| + | dyelCarryBodies = true; | ||
| + | dyelCarrySimpleObjects = true; | ||
| + | dyelChat = true; | ||
| + | dyelDebug = false; | ||
| + | dyelGroupManagement = true; | ||
| + | dyelInventoryMenu = false; | ||
| + | dyelWeightLimit = " | ||
| - | # Semicolon-separated list of commands that will not be written to the cmd.txt server log. For example: | + | // DUI - Squad Radar - Indicators |
| - | ClientCommandFilter=-vehicle.*;+vehicle.damageWindow;+vehicle.fixPart;+vehicle.installPart;+vehicle.uninstallPart | + | diwako_dui_indicators_crew_range_enabled |
| + | diwako_dui_indicators_fov_scale = false; | ||
| + | diwako_dui_indicators_icon_buddy = true; | ||
| + | diwako_dui_indicators_icon_leader = true; | ||
| + | diwako_dui_indicators_icon_medic = true; | ||
| + | diwako_dui_indicators_range = 20; | ||
| + | diwako_dui_indicators_range_crew = 300; | ||
| + | diwako_dui_indicators_range_scale = false; | ||
| + | diwako_dui_indicators_rangeLimit = 100; | ||
| + | diwako_dui_indicators_show = true; | ||
| + | diwako_dui_indicators_size = 1; | ||
| + | diwako_dui_indicators_style = " | ||
| + | diwako_dui_indicators_useACENametagsRange = true; | ||
| - | # Semicolon-separated list of actions that will be written to the ClientActionLogs.txt server log. | + | // DUI - Squad Radar - Line Compass |
| - | ClientActionLogs=ISEnterVehicle;ISExitVehicle;ISTakeEngineParts; | + | diwako_dui_linecompass_ACEFingeringColor = [1,0.66,0,1]; |
| + | diwako_dui_linecompass_AllowNumericDrawBearing = true; | ||
| + | diwako_dui_linecompass_CompassAvailableShown = true; | ||
| + | diwako_dui_linecompass_compassRange = 35; | ||
| + | diwako_dui_linecompass_compassRangeLimit = 50; | ||
| + | diwako_dui_linecompass_CustomWaypointColor = [0,0,0.87,1]; | ||
| + | diwako_dui_linecompass_DefaultIconColor | ||
| + | diwako_dui_linecompass_DrawBearing = 2; | ||
| + | diwako_dui_linecompass_Enabled = false; | ||
| + | diwako_dui_linecompass_enableOcclusion = false; | ||
| + | diwako_dui_linecompass_IconOutline = 0; | ||
| + | diwako_dui_linecompass_occlusionFadeSpeed = 3.5; | ||
| + | diwako_dui_linecompass_SwapOrder = false; | ||
| + | diwako_dui_linecompass_WaypointColor = [0, | ||
| - | # Track changes in player perk levels in PerkLog.txt server log | + | // DUI - Squad Radar - Main |
| - | PerkLogs=true | + | diwako_dui_ace_hide_interaction |
| + | diwako_dui_colors = " | ||
| + | diwako_dui_font = " | ||
| + | diwako_dui_icon_style = " | ||
| + | diwako_dui_main_hide_dialog = true; | ||
| + | diwako_dui_main_hide_ui_by_default = false; | ||
| + | diwako_dui_main_squadBlue = [0, | ||
| + | diwako_dui_main_squadGreen = [0, | ||
| + | diwako_dui_main_squadMain = [1, | ||
| + | diwako_dui_main_squadRed = [1, | ||
| + | diwako_dui_main_squadYellow = [1, | ||
| + | diwako_dui_main_trackingColor = [0.93, | ||
| + | diwako_dui_reset_ui_pos = false; | ||
| - | # Maximum number of items that can be placed in a container. Zero means there is no limit. (PLEASE NOTE: This includes individual small items such as nails. A limit of 50 will mean only 50 nails can be stored.) Min: 0 Max: 9000 Default: | + | // DUI - Squad Radar - Nametags |
| - | ItemNumbersLimitPerContainer=0 | + | diwako_dui_nametags_customRankStyle = " |
| + | diwako_dui_nametags_deadColor = [0.2,0.2,0.2,1]; | ||
| + | diwako_dui_nametags_deadRenderDistance = 3.5; | ||
| + | diwako_dui_nametags_drawRank = true; | ||
| + | diwako_dui_nametags_enabled = true; | ||
| + | diwako_dui_nametags_enableFOVBoost = true; | ||
| + | diwako_dui_nametags_enableOcclusion = true; | ||
| + | diwako_dui_nametags_fadeInTime | ||
| + | diwako_dui_nametags_fadeOutTime = 0.5; | ||
| + | diwako_dui_nametags_fontGroup = " | ||
| + | diwako_dui_nametags_fontGroupNameSize = 8; | ||
| + | diwako_dui_nametags_fontName = " | ||
| + | diwako_dui_nametags_fontNameSize = 10; | ||
| + | diwako_dui_nametags_groupColor = [1, | ||
| + | diwako_dui_nametags_groupFontShadow = 1; | ||
| + | diwako_dui_nametags_groupNameOtherGroupColor = [0.6, | ||
| + | diwako_dui_nametags_nameFontShadow = 1; | ||
| + | diwako_dui_nametags_nameOtherGroupColor = [0.2, | ||
| + | diwako_dui_nametags_rankNameStyle = " | ||
| + | diwako_dui_nametags_renderDistance = 40; | ||
| + | diwako_dui_nametags_showUnconAsDead = true; | ||
| + | diwako_dui_nametags_useLIS = true; | ||
| + | diwako_dui_nametags_useSideIsFriendly = true; | ||
| - | # Number of days before old blood splats are removed. | + | // DUI - Squad Radar - Radar |
| - | # Removal happens when map chunks are loaded. | + | diwako_dui_compass_hide_alone_group = false; |
| - | # Zero means they will never disappear Min: 0 Max: 365 Default: | + | diwako_dui_compass_hide_blip_alone_group = false; |
| - | BloodSplatLifespanDays=0 | + | diwako_dui_compass_icon_scale = 1; |
| + | diwako_dui_compass_opacity = 1; | ||
| + | diwako_dui_compass_style = [" | ||
| + | diwako_dui_compassRange = 35; | ||
| + | diwako_dui_compassRefreshrate = 0; | ||
| + | diwako_dui_dir_showMildot = false; | ||
| + | diwako_dui_dir_size = 1.4; | ||
| + | diwako_dui_distanceWarning = 3; | ||
| + | diwako_dui_enable_compass = true; | ||
| + | diwako_dui_enable_compass_dir = 2; | ||
| + | diwako_dui_enable_occlusion = false; | ||
| + | diwako_dui_enable_occlusion_cone = 360; | ||
| + | diwako_dui_hudScaling = 1; | ||
| + | diwako_dui_namelist = true; | ||
| + | diwako_dui_namelist_bg = 0; | ||
| + | diwako_dui_namelist_only_buddy_icon | ||
| + | diwako_dui_namelist_size = 1; | ||
| + | diwako_dui_namelist_text_shadow = 2; | ||
| + | diwako_dui_namelist_width = 215; | ||
| + | diwako_dui_radar_ace_finger = true; | ||
| + | diwako_dui_radar_ace_medic = true; | ||
| + | diwako_dui_radar_always_show_unit_numbers = false; | ||
| + | diwako_dui_radar_compassRangeCrew = 500; | ||
| + | diwako_dui_radar_compassRangeLimit = 50; | ||
| + | diwako_dui_radar_dir_padding = 25; | ||
| + | diwako_dui_radar_dir_shadow = 2; | ||
| + | diwako_dui_radar_enable_seat_icons = 2; | ||
| + | diwako_dui_radar_group_by_vehicle = false; | ||
| + | diwako_dui_radar_icon_opacity = 1; | ||
| + | diwako_dui_radar_icon_opacity_no_player = true; | ||
| + | diwako_dui_radar_icon_priority_setting = 1; | ||
| + | diwako_dui_radar_icon_scale_crew = 6; | ||
| + | diwako_dui_radar_leadingZeroes = false; | ||
| + | diwako_dui_radar_namelist_hideWhenLeader = false; | ||
| + | diwako_dui_radar_namelist_vertical_spacing = 1; | ||
| + | diwako_dui_radar_occlusion_fade_in_time = 1; | ||
| + | diwako_dui_radar_occlusion_fade_time = 10; | ||
| + | diwako_dui_radar_pointer_color = [1,0.5,0,1]; | ||
| + | diwako_dui_radar_pointer_style = " | ||
| + | diwako_dui_radar_show_cardinal_points = true; | ||
| + | diwako_dui_radar_sortType = " | ||
| + | diwako_dui_radar_sqlFirst = false; | ||
| + | diwako_dui_radar_syncGroup = false; | ||
| + | diwako_dui_radar_vehicleCompassEnabled = false; | ||
| + | diwako_dui_use_layout_editor = false; | ||
| - | # Allow use of non-ASCII (cyrillic etc) characters in usernames | + | // Dynamic Camo System |
| - | AllowNonAsciiUsername=false | + | DYNCAS_enabled |
| + | DYNCAS_ghillieReduction = 0.2; | ||
| + | DYNCAS_lowerLimit = 0.6; | ||
| + | DYNCAS_nightCompensation = 0.8; | ||
| + | DYNCAS_targetList = 0; | ||
| + | DYNCAS_updateFrequency = 1; | ||
| + | DYNCAS_upperLimit = 1.4; | ||
| - | BanKickGlobalSound=true | + | // FPV Settings |
| + | FPV_DefaultText = " | ||
| + | FPV_isUavCaptive | ||
| + | FPV_MaxFlightDistance = 1500; | ||
| - | # If enabled, when HoursForCorpseRemoval triggers, it will also remove player’s corpses from the ground. | + | // GRAD Trenches |
| - | RemovePlayerCorpsesOnCorpseRemoval=false | + | grad_trenches_functions_allowBigEnvelope = true; |
| + | grad_trenches_functions_allowCamouflage = true; | ||
| + | grad_trenches_functions_allowDigging = true; | ||
| + | grad_trenches_functions_allowEffects = true; | ||
| + | grad_trenches_functions_allowGiantEnvelope = true; | ||
| + | grad_trenches_functions_allowHitDecay = true; | ||
| + | grad_trenches_functions_allowLongEnvelope = true; | ||
| + | grad_trenches_functions_allowShortEnvelope = true; | ||
| + | grad_trenches_functions_allowSmallEnvelope = true; | ||
| + | grad_trenches_functions_allowTextureLock = true; | ||
| + | grad_trenches_functions_allowTrenchDecay = true; | ||
| + | grad_trenches_functions_allowVehicleEnvelope = true; | ||
| + | grad_trenches_functions_bigEnvelopeDamageMultiplier = 2; | ||
| + | grad_trenches_functions_bigEnvelopeDigTime = 40; | ||
| + | grad_trenches_functions_bigEnvelopeRemovalTime = -1; | ||
| + | grad_trenches_functions_buildFatigueFactor = 1; | ||
| + | grad_trenches_functions_camouflageRequireEntrenchmentTool = true; | ||
| + | grad_trenches_functions_createTrenchMarker | ||
| + | grad_trenches_functions_decayTime = 1800; | ||
| + | grad_trenches_functions_giantEnvelopeDamageMultiplier = 1; | ||
| + | grad_trenches_functions_giantEnvelopeDigTime = 90; | ||
| + | grad_trenches_functions_giantEnvelopeRemovalTime = -1; | ||
| + | grad_trenches_functions_hitDecayMultiplier = 1; | ||
| + | grad_trenches_functions_LongEnvelopeDigTime = 100; | ||
| + | grad_trenches_functions_LongEnvelopeRemovalTime = -1; | ||
| + | grad_trenches_functions_playersInAreaRadius = 0; | ||
| + | grad_trenches_functions_shortEnvelopeDamageMultiplier = 2; | ||
| + | grad_trenches_functions_shortEnvelopeDigTime = 15; | ||
| + | grad_trenches_functions_shortEnvelopeRemovalTime = -1; | ||
| + | grad_trenches_functions_smallEnvelopeDamageMultiplier = 3; | ||
| + | grad_trenches_functions_smallEnvelopeDigTime = 30; | ||
| + | grad_trenches_functions_smallEnvelopeRemovalTime = -1; | ||
| + | grad_trenches_functions_stopBuildingAtFatigueMax = true; | ||
| + | grad_trenches_functions_textureLockDistance = 5; | ||
| + | grad_trenches_functions_timeoutToDecay = 7200; | ||
| + | grad_trenches_functions_vehicleEnvelopeDamageMultiplier = 1; | ||
| + | grad_trenches_functions_vehicleEnvelopeDigTime = 120; | ||
| + | grad_trenches_functions_vehicleEnvelopeRemovalTime = -1; | ||
| + | grad_trenches_functions_vehicleTrenchBuildSpeed = 5; | ||
| - | # If true, player can use the " | + | // Hide Among The Grass |
| - | TrashDeleteAll=true | + | hatg_setting_building = true; |
| + | hatg_setting_complex_detection = true; | ||
| + | hatg_setting_cooldown = 30; | ||
| + | hatg_setting_debug = false; | ||
| + | hatg_setting_debug_conditions = false; | ||
| + | hatg_setting_debug_detection = false; | ||
| + | hatg_setting_debug_surface = false; | ||
| + | hatg_setting_distance_close = 30; | ||
| + | hatg_setting_distance_close_multiplier = 2; | ||
| + | hatg_setting_distance_height = 2; | ||
| + | hatg_setting_distance_reset = 5; | ||
| + | hatg_setting_distance_shots = 4; | ||
| + | hatg_setting_enable_crouch = true; | ||
| + | hatg_setting_movement_crouch = 5; | ||
| + | hatg_setting_mp_ai = false; | ||
| + | hatg_setting_reveal_nearby = true; | ||
| + | hatg_setting_simple = false; | ||
| + | hatg_setting_simple_object = false; | ||
| + | hatg_setting_surfaces | ||
| - | # If true, player can hit again when struck by another player. | + | // Hide Among The Grass - Equipment |
| - | PVPMeleeWhileHitReaction=false | + | hatg_setting_equipment_ghillie_blacklist = " |
| + | hatg_setting_equipment_ghillie_whitelist = " | ||
| + | hatg_setting_equipment_suppressor_blacklist = " | ||
| + | hatg_setting_equipment_suppressor_integral = " | ||
| + | hatg_setting_equipment_suppressor_whitelist | ||
| - | # If true, players will have to mouse over someone to see their display name. | + | // Hide Among The Grass - UI |
| - | MouseOverToSeeDisplayName=true | + | hatg_setting_ui = false; |
| + | hatg_setting_ui_colour_hidden = [0,1,0,1]; | ||
| + | hatg_setting_ui_colour_revealed = [1, | ||
| + | hatg_setting_ui_fade = 0; | ||
| + | hatg_setting_ui_font = " | ||
| + | hatg_setting_ui_textsize = 2; | ||
| + | hatg_setting_ui_use_image = false; | ||
| + | hatg_setting_ui_x = 0; | ||
| + | hatg_setting_ui_y | ||
| - | # If true, automatically hide the player you can't see (like zombies). | + | // Ivory |
| - | HidePlayersBehindYou=true | + | ivory_setting_alertsound |
| + | ivory_setting_alertspeed = 100; | ||
| + | ivory_setting_locnames = false; | ||
| - | # Damage multiplier | + | // Loot to Vehicle |
| - | PVPMeleeDamageModifier=30.0 | + | LootToVehicleExtended_DeleteBodies |
| + | LootToVehicleExtended_MaxTransferDistance = 15; | ||
| + | LootToVehicleExtended_PlayAnimation = true; | ||
| + | LootToVehicleExtended_TransferSpeedSeconds = 1; | ||
| + | LootToVehicleExtended_TransferUniform = true; | ||
| - | # Damage multiplier for PVP ranged attacks. Min: 0.00 Max: 500.00 Default: 50.00 | + | // Mavic Settings |
| - | PVPFirearmDamageModifier=50.0 | + | Mavic_Drop_Setting_allowedGrenades = " |
| + | Mavic_Drop_Setting_dropAllowed = true; | ||
| + | Mavic_Drop_Setting_windCoef = 0.11; | ||
| + | mavic_setting_enableConnectionDistance = true; | ||
| + | mavic_setting_hudCrosshair = 1; | ||
| + | mavic_setting_hudDistanceUnit | ||
| + | mavic_setting_hudHeading = false; | ||
| + | mavic_setting_hudHeightUnit = 0; | ||
| + | mavic_setting_hudHSpeedUnit = 0; | ||
| + | mavic_setting_hudVSpeedUnit = 0; | ||
| + | mavic_setting_landingProtection = true; | ||
| + | mavic_setting_lightAllowed = false; | ||
| + | mavic_setting_maxConnectionDistance = 6000; | ||
| + | mavic_setting_showInterface = true; | ||
| + | mavic_setting_vanillaInterface = false; | ||
| - | # Modify the range of zombie attraction to cars. (Lower values can help with lag.) Min: 0.00 Max: 10.00 Default: 0.50 | + | // NIArms |
| - | CarEngineAttractionModifier=0.5 | + | niarms_gripSwitch |
| + | niarms_magSwitch = true; | ||
| - | # Governs whether players bump (and knock over) other players when running through them. | + | // No More Aircraft Bouncing |
| - | PlayerBumpPlayer=false | + | NMAB_setting_classExclusionsStr |
| + | NMAB_setting_pfxHelicopters = true; | ||
| + | NMAB_setting_pfxPlanes = true; | ||
| - | # Controls display of remote players on the in-game map. 1=Hidden | + | // Project SFX: Remastered |
| - | MapRemotePlayerVisibility=1 | + | SFX_BreathingSounds_1 = false; |
| + | SFX_BreathingSounds_1_1 = 0.5; | ||
| + | SFX_BreathingSounds_2 = true; | ||
| + | SFX_BreathingSounds_2_1 = 1; | ||
| + | SFX_BreathingSounds_3 = true; | ||
| + | SFX_BreathingSounds_3_1 = 1; | ||
| + | SFX_DeathSounds_1 = true; | ||
| + | SFX_DeathSounds_1_1 = true; | ||
| + | SFX_DeathSounds_1_2 = true; | ||
| + | SFX_DeathSounds_2 | ||
| + | SFX_DeathSounds_2_1 | ||
| + | SFX_DeathSounds_3 = 4.5; | ||
| + | SFX_DeathSounds_3_1 = 1000; | ||
| + | SFX_DeathSounds_4 = 5; | ||
| + | SFX_DeathSounds_4_1 = 130; | ||
| + | SFX_FemaleFacesArraySetting = " | ||