--- layout: wiki title: ACE3 Config Entries description: A list of all ACE3 config entries. group: development parent: wiki order: 2 --- ## 1. CfgVehicles Entries found in the `CfgVehicles.hpp` files ```cpp ace_artillerytables_showGunLaying ace_cargo_canLoad ace_cargo_hasCargo ace_cargo_loadmasterTurrets ace_cargo_noRename ace_cargo_size ace_cargo_space ace_casings_model ace_cookoff_canHaveFireJet ace_cookoff_cookoffSelections ace_dragging_canCarry ace_dragging_canDrag ace_dragging_carryPosition ace_dragging_carryDirection ace_dragging_dragPosition ace_dragging_dragDirection ace_fastroping_enabled ace_fastroping_friesAttachmentPoint ace_fastroping_friesType ace_fastroping_onCut ace_fastroping_onPrepare ace_fastroping_ropeOrigins ace_fcs_distanceInterval ace_fcs_enabled ace_fcs_maxDistance ace_fcs_minDistance ace_hunterkiller ace_intelitems_magazine ace_interaction_canPush ace_interaction_bodyLength ace_interaction_bodyWidth ace_interaction_replaceTerrainObject ace_logitics_wirecutter_isFence ace_medical_treatment_patientSeats ace_minedetector_detectable ace_parachute_failureDelay ace_rearm_defaultSupply ace_refuel_canReceive ace_refuel_flowRate ace_refuel_fuelCapacity ace_refuel_fuelCargo ace_refuel_hooks ace_repair_hitpointPositions ace_tagging_canTag ace_trenches_diggingDuration ace_trenches_grassCuttingPoints ace_trenches_noGeoClass ace_trenches_placementData ace_trenches_removalDuration ace_vehicle_damage_canHaveFireRing ace_vehicle_damage_detonationDuringFireProb ace_vehicle_damage_engineDetonationProb ace_vehicle_damage_engineFireProb ace_vehicle_damage_eraHitpoints ace_vehicle_damage_hullDetonationProb ace_vehicle_damage_hullFireProb ace_vehicle_damage_slatHitpoints ace_vehicle_damage_turretDetonationProb ace_vehicle_damage_turretFireProb ace_vehicles_engineStartDelay acex_field_rations_offset acex_field_rations_waterSupply acex_sitting_canSit acex_sitting_interactPosition acex_sitting_sitDirection acex_sitting_sitPosition ACE_Attachable ACE_GForceCoef ace_hasReserveParachute ace_reserveParachute ``` ## 2. CfgWeapons Entries found in the `CfgWeapons.hpp` files ```cpp ace_recoil_shakemultiplier ace_overpressure_angle ace_overpressure_range ace_overpressure_damage ace_overpressure_offset ace_overheating_closedbolt ace_overheating_dispersion ace_overheating_slowdownfactor ace_overheating_jamchance ace_nightvision_grain ace_nightvision_blur ace_nightvision_radblur ace_usedtube ace_reloadlaunchers_enabled ace_bipod ace_overheating_allowswapbarrel ace_clearjamaction ace_checktemperatureaction ace_gforcecoef ace_protection ace_scopeadjust_horizontal ace_scopeadjust_vertical ace_scopeadjust_verticalincrement ace_scopeadjust_horizontalincrement ace_isusedlauncher ace_attachable ace_range ace_detonator ace_barrelTwist ace_twistDirection ace_barrelLength ace_nextmodeclass ace_modedescription ace_hearing_protection ace_hearing_lowerVolume ``` ## 3. CfgAmmo Entries found in the `CfgAmmo.hpp` files ```cpp ace_recoil_shakemultiplier ace_frag_skip ace_frag_force ace_frag_classes ace_frag_metal ace_frag_charge ace_frag_gurney_c ace_frag_gurney_k ace_explodeondefuse ace_explosive ace_fcs_airburst ace_caliber ace_bulletlength ace_bulletmass ace_transonicstabilitycoef ace_ammotempmuzzlevelocityshifts ace_ballisticcoefficients ace_velocityboundaries ace_standardatmosphere ace_dragmodel ace_muzzlevelocities ace_barrellengths ace_rearm_caliber ace_rearm_dummy ``` ## 4. CfgGlasses Entries found in the `CfgGlasses.hpp` file ```cpp ace_color ace_tintamount ace_overlay ace_overlaydirt ace_overlaycracked ace_resistance ace_protection ace_dustpath ``` ## 5. CfgMagazines Entries found in the `CfgMagazines.hpp` files ```cpp ace_isbelt ace_attachable ace_placeable ace_setupobject ace_triggers ace_magazines_forcemagazinemuzzlevelocity ```