Added New Mods and Profiles Folders

This is a complete rebuild of the modpack, with all new mods and updates for 1.5.3 of Anomaly.
This commit is contained in:
2025-01-14 05:07:53 -05:00
parent 85c665b107
commit 376b4b9689
21217 changed files with 546254 additions and 0 deletions
@@ -0,0 +1,31 @@
[novice_mag_loadout]
max_mags = 1
mag_fill_max = 50
mag_good_chance = 2
[trainee_mag_loadout]:novice_mag_loadout
mag_fill_max = 60
mag_good_chance = 4
[experienced_mag_loadout]:novice_mag_loadout
max_mags = 2
mag_fill_max = 60
mag_good_chance = 6
[professional_mag_loadout]:novice_mag_loadout
max_mags = 2
mag_fill_max = 60
mag_good_chance = 8
[veteran_mag_loadout]:novice_mag_loadout
max_mags = 2
mag_fill_max = 80
mag_good_chance = 8
[expert_mag_loadout]:novice_mag_loadout
max_mags = 2
mag_fill_max = 80
mag_good_chance = 10
[master_mag_loadout]:novice_mag_loadout
max_mags = 3
mag_fill_max = 80
mag_good_chance = 20
[legend_mag_loadout]:novice_mag_loadout
max_mags = 3
mag_fill_max = 80
mag_good_chance = 30
@@ -0,0 +1,9 @@
;files in this folder are the magazine item sections
;magazines that share a base_type can be used by any gun that supports that base type.
;a base_type only supports a single caliber. This is to prevent putting a magazine in a gun that can't use the bullets it contains.
;Real world example: All AK-74 magazines have a raised horizontal rib on each side of the rear lug to prevent their use in a 7.62×39mm AK.
;Weapons are asosiated with a base_type in ltx files in config/magazines2/weapons . Weapons that can have thier caliber changed ing game will also have thier base_type changed.
;If you have an AEK retooled from 5.45x39 to 5.56x45 (efectivly making an AEK-971 into a 972) you would also change the magzine well from acepting ak-74 magazies to taking ak-101 magazines.
; RavenAscendant may2021
#include "mag_*.ltx"
@@ -0,0 +1,74 @@
[tch_mag_base]:identity_immunities
;from tch_part and tch_part_cond because of import order issues
;probably don't need all of this, but i'm covering my bases.
GroupControlSection = spawn_group
discovery_dependency =
$spawn = "food and drugs\harmonica_a"
cform = skeleton
class = II_ATTCH
attach_angle_offset = -0.287979, 1.560923, 1.544060
attach_position_offset = 0.096910, -0.013594, 0.107925
attach_bone_name = bip01_r_hand
auto_attach = false
use_condition = true
allow_repair = false
cond_part = false ;-- for ui_item.script
visual = dynamics\devices\dev_harmonica\dev_harmonica.ogf
description = st_mag_base_descr
inv_name = st_mag_base
inv_name_short = st_mag_base
inv_grid_width = 1
inv_grid_height = 2
inv_grid_x = 22
inv_grid_y = 1
inv_weight = 0.1
cost = 110
repair_type =
snd_on_take = outfit
tier = 3
is_mag = true
max_mag_size = 0
mag_size = small
load_delay = 0.4
load_sound = reload_shell
can_stack = false
kind = w_ammo
icons_texture = ui\ui_icon_magazines
use1_functor = magazines.unload_ammo
use1_action_functor = magazines.func_unload_ammo
use1_modes = inventory, loot
use1_containers = actor_bag, actor_equ, actor_belt, npc_bag
use6_functor = magazines.loadout_precondition
use6_action_functor = magazines.loadout_func
use6_modes = inventory, loot
use6_containers = actor_bag, actor_equ, actor_belt
use7_functor = magazines.retool_mag_precondition
use7_action_functor = magazines.retool_mag_functor
use7_modes = inventory, loot
use7_containers = actor_bag, actor_equ, actor_belt, npc_bag
script_binding = magazine_binder.bind
[tch_gear]
inv_grid_width = 1
inv_grid_height = 1
inv_grid_x = 53
inv_grid_y = 0
[tch_mag_alt]
1icon_layer_x = 0
1icon_layer_y = 1
1icon_layer = tch_gear
[tch_mag_upgr]
1icon_layer_x = 0
1icon_layer_y = 1
1icon_layer = tch_upgr_ico
@@ -0,0 +1,76 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_ash_12.7x55_default]:tch_mag_base
description = st_mag_ash12_12.7x55_descr
inv_name = st_mag_ash12_12.7x55
inv_name_short = st_mag_ash12_12.7x55
inv_grid_x = 0
inv_grid_y = 6
max_mag_size = 10
mag_size = medium
inv_weight = 0.35
cost = 2215
visual = dynamics\wpn\mags\wpn_ash12755_mag.ogf
base_type = ash_12.7x55
[mag_ash_12.7x55_extended]:tch_mag_base,tch_mag_upgr
description = st_mag_ash12_ext_12.7x55_descr
inv_name = st_mag_ash12_ext_12.7x55
inv_name_short = st_mag_ash12_ext_12.7x55
inv_grid_x = 1
inv_grid_y = 6
max_mag_size = 20
mag_size = large
inv_weight = 0.45
cost = 4365
visual = dynamics\wpn\mags\wpn_ash12755_mag.ogf
base_type = ash_12.7x55
[mag_m82_12.7x55_default]:tch_mag_base
description = st_mag_m82_12.7x55_descr
inv_name = st_mag_m82_12.7x55
inv_name_short = st_mag_m82_12.7x55
inv_grid_x = 0
inv_grid_y = 25
max_mag_size = 10
mag_size = medium
inv_weight = 0.3
cost = 2765
visual = dynamics\wpn\mags\wpn_m8212755_mag.ogf
base_type = m82_12.7x55
[mag_vsk_12.7x55_default]:tch_mag_base
description = st_mag_vssk_12.7x55_descr
inv_name = st_mag_vssk_12.7x55
inv_name_short = st_mag_vssk_12.7x55
inv_grid_x = 3
inv_grid_y = 25
max_mag_size = 5
mag_size = small
inv_weight = 0.2
cost = 1451
visual = dynamics\wpn\mags\wpn_vssk12755_mag.ogf
base_type = vsk_12.7x55
@@ -0,0 +1,82 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;see configs/magazines2/_importer.ltx for explanation of base_type
[mag_saiga12s_12x70_default]:tch_mag_base
description = st_mag_saiga12s_12x70_descr
inv_name = st_mag_saiga12s_12x70
inv_name_short = st_mag_saiga12s_12x70
inv_grid_x = 0
inv_grid_y = 10
max_mag_size = 8
mag_size = medium
inv_weight = 0.21
cost = 1675
visual = dynamics\wpn\mags\wpn_saiga12x70_mag.ogf
base_type = saiga_12x70
[mag_saiga12s_12x70_extended]:tch_mag_base,tch_mag_upgr
description = st_mag_saiga12s_ext_12x70_descr
inv_name = st_mag_saiga12s_ext_12x70
inv_name_short = st_mag_saiga12s_ext_12x70
inv_grid_height = 3
inv_grid_x = 1
inv_grid_y = 10
max_mag_size = 12
mag_size = medium
inv_weight = 0.21
cost = 5475
visual = dynamics\wpn\mags\wpn_saiga12x70_mag.ogf
base_type = saiga_12x70
[mag_usas12_12x70_default]:tch_mag_base
description = st_mag_usas12_12x70_descr
inv_name = st_mag_usas12_12x70
inv_name_short = st_mag_usas12_12x70
inv_grid_x = 6
inv_grid_y = 13
inv_grid_height = 2
inv_grid_width = 2
max_mag_size = 20
mag_size = large
inv_weight = 0.5
cost = 4475
visual = dynamics\wpn\mags\wpn_usas12x70_mag.ogf
base_type = usas_12x70
[mag_vepr_12x70_default]:tch_mag_base
description = st_mag_vepr_12x70_descr
inv_name = st_mag_vepr_12x70
inv_name_short = st_mag_vepr_12x70
inv_grid_x = 2
inv_grid_y = 10
max_mag_size = 10
mag_size = medium
inv_weight = 0.215
cost = 2175
visual = dynamics\wpn\mags\wpn_vepr12x70_mag.ogf
base_type = vepr_12x70
[mag_vepr_12x70_compact]:tch_mag_base,tch_mag_upgr
description = st_mag_vepr_compact_12x70_descr
inv_name = st_mag_vepr_compact_12x70
inv_name_short = st_mag_vepr_compact_12x70
inv_grid_x = 3
inv_grid_y = 10
max_mag_size = 5
mag_size = small
inv_weight = 0.115
cost = 2125
visual = dynamics\wpn\mags\wpn_vepr12x70_mag.ogf
base_type = vepr_12x70
load_delay = 0.2
@@ -0,0 +1,46 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_bolt_300_default]:tch_mag_base
description = st_mag_trg_magnum_300_descr
inv_name = st_mag_trg_magnum_300
inv_name_short = st_mag_trg_magnum_300
inv_grid_x = 5
inv_grid_y = 25
max_mag_size = 5
mag_size = small
inv_weight = 0.1
cost = 1415
visual = dynamics\wpn\mags\wpn_bolt300_5rnd_mag.ogf
base_type = bolt_300
retool_group = bolt_lapua
[mag_m98b_300_default]:tch_mag_base
description = st_mag_m98b_magnum_300_descr
inv_name = st_mag_m98b_magnum_300
inv_name_short = st_mag_m98b_magnum_300
inv_grid_x = 1
inv_grid_y = 25
max_mag_size = 10
mag_size = medium
inv_weight = 0.2
cost = 2015
visual = dynamics\wpn\mags\wpn_m98b300_mag.ogf
base_type = m98_300
@@ -0,0 +1,111 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_ak_5.45x39_default]:tch_mag_base
description = st_mag_ak74_5.45x39_descr
inv_name = st_mag_ak74_5.45x39
inv_name_short = st_mag_ak74_5.45x39
inv_grid_x = 0
inv_grid_y = 0
inv_weight = 0.21
cost = 1015
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_orange_akdefault_mag.ogf
base_type = ak_5.45x39
[mag_ak_5.45x39_extended]:tch_mag_base,tch_mag_upgr ;quadstack casket
description = st_mag_ak74_5.45x39_extended_descr
inv_name = st_mag_ak74_5.45x39_extended
inv_name_short = st_mag_ak74_5.45x39_extended
inv_grid_x = 4
inv_grid_y = 0
inv_weight = 0.3
cost = 6125
max_mag_size = 60
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_akextended_mag.ogf
base_type = ak_5.45x39
load_delay = 0.45
[mag_ak_5.45x39_modern]:tch_mag_base ; black mag for 74M
description = st_mag_ak74m_5.45x39_descr
inv_name = st_mag_ak74m_5.45x39
inv_name_short = st_mag_ak74m_5.45x39
inv_grid_x = 1
inv_grid_y = 0
inv_weight = 0.21
cost = 1215
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_akmodern_mag.ogf
base_type = ak_5.45x39
retool_group = ak_modern ; should turn into black 101 mag
[mag_ak_5.45x39_fast]:tch_mag_base,tch_mag_upgr ; pmag for 74M
description = st_mag_ak74_fast_5.45x39_descr
inv_name = st_mag_ak74_fast_5.45x39
inv_name_short = st_mag_ak74_fast_5.45x39
inv_grid_x = 2
inv_grid_y = 0
inv_weight = 0.2
cost = 5475
max_mag_size = 30
mag_size = medium
load_delay = 0.3
visual = dynamics\wpn\mags\wpn_black_akmodern_mag.ogf
base_type = ak_5.45x39
[mag_rpk_5.45x39_default]:tch_mag_base ; 45rnd rpk74
description = st_mag_rpk74_5.45x39_descr
inv_name = st_mag_rpk74_5.45x39
inv_name_short = st_mag_rpk74_5.45x39
inv_grid_height = 3
inv_grid_x = 3
inv_grid_y = 0
inv_weight = 0.3
cost = 3125
max_mag_size = 45
mag_size = medium
retool_group = rpk_default
visual = dynamics\wpn\mags\wpn_black_rpkdefaultorange_mag.ogf
base_type = ak_5.45x39
[mag_nato_5.45x39_alt]:tch_mag_base,tch_mag_alt ;
description = st_mag_nato_5.45x39_descr
inv_name = st_mag_nato_5.45x39
inv_name_short = st_mag_nato_5.45x39
inv_grid_x = 0
inv_grid_y = 2
inv_weight = 0.19
cost = 1505
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_nato545_mag.ogf
base_type = ar_5.45x39
retool_group = l85_default
@@ -0,0 +1,222 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_nato_5.56x45_default]:tch_mag_base
description = st_mag_stanag_descr
inv_name = st_mag_stanag
inv_name_short = st_mag_stanag
inv_grid_x = 6
inv_grid_y = 16
max_mag_size = 30
mag_size = medium
inv_grid_x = 0
inv_grid_y = 2
inv_weight = 0.19
cost = 1505
visual = dynamics\wpn\mags\wpn_black_nato545_mag.ogf
base_type = nato_5.56x45
retool_group = l85_default
[mag_nato_5.56x45_fast]:tch_mag_base,tch_mag_upgr
description = st_mag_nato_5.56x45_fast_descr
inv_name = st_mag_nato_5.56x45_fast
inv_name_short = st_mag_nato_5.56x45_fast
inv_grid_x = 0
inv_grid_y = 2
inv_weight = 0.13
cost = 5475
max_mag_size = 30
mag_size = medium
base_type = nato_5.56x45
visual = dynamics\wpn\mags\wpn_black_nato545_mag.ogf
load_delay = 0.3
[mag_nato_5.56x45_extended]:tch_mag_base,tch_mag_upgr
description = st_mag_nato_5.56x45_extended_descr
inv_name = st_mag_nato_5.56x45_extended
inv_name_short = st_mag_nato_5.56x45_extended
inv_grid_x = 2
inv_grid_y = 2
inv_weight = 0.2
cost = 4125
max_mag_size = 40
mag_size = medium
base_type = nato_5.56x45
visual = dynamics\wpn\mags\wpn_black_nato545_mag.ogf
[mag_nato_5.56x45_casket]:tch_mag_base
description = st_mag_nato_5.56x45_casket_descr
inv_name = st_mag_nato_5.56x45_casket
inv_name_short = st_mag_nato_5.56x45_casket
inv_grid_x = 4
inv_grid_y = 2
inv_weight = 0.18
cost = 6125
max_mag_size = 60
mag_size = medium
base_type = nato_5.56x45
visual = dynamics\wpn\mags\wpn_black_nato545_mag.ogf
load_delay = 0.5
[mag_ak_5.56x45_default]:tch_mag_base ;unused
description = st_mag_ak101_5.56x45_descr
inv_name = st_mag_ak101_5.56x45
inv_name_short = st_mag_ak101_5.56x45
inv_grid_x = 5
inv_grid_y = 0
inv_weight = 0.21
cost = 1556
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_akmodern2_mag.ogf
base_type = ak_5.56x45
retool_group = ak_default
[mag_ak_5.56x45_modern]:tch_mag_base
description = st_mag_ak101_5.56x45_descr
inv_name = st_mag_ak101_5.56x45
inv_name_short = st_mag_ak101_5.56x45
inv_grid_x = 5
inv_grid_y = 0
inv_weight = 0.21
cost = 1215
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_akmodern2_mag.ogf
base_type = ak_5.56x45
retool_group = ak_modern
[mag_ace21_5.56x45_default]:tch_mag_base
description = st_mag_ace21_5.56x45_descr
inv_name = st_mag_ace21_5.56x45
inv_name_short = st_mag_ace21_5.56x45
inv_grid_height = 2
inv_grid_x = 10
inv_grid_y = 2
inv_weight = 0.18
cost = 1125
max_mag_size = 35
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_nato545_mag.ogf
base_type = ace_5.56x45
[mag_aug_5.56x45_default]:tch_mag_base
description = st_mag_aug_5.56x45_descr
inv_name = st_mag_aug_5.56x45
inv_name_short = st_mag_aug_5.56x45
inv_grid_x = 5
inv_grid_y = 2
inv_weight = 0.15
cost = 1765
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_aug_mag.ogf
base_type = aug_5.56x45
load_delay = 0.35
[mag_g36_5.56x45_default]:tch_mag_base
description = st_mag_g36_5.56x45_descr
inv_name = st_mag_g36_5.56x45
inv_name_short = st_mag_g36_5.56x45
inv_grid_x = 8
inv_grid_y = 2
inv_weight = 0.15
cost = 1854
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_g36_mag.ogf
base_type = g36_5.56x45
load_delay = 0.35
[mag_m249_5.56x45_default]:tch_mag_base
description = st_mag_m249_5.56x45_descr
inv_name = st_mag_m249_5.56x45
inv_name_short = st_mag_m249_5.56x45
inv_grid_x = 2
inv_grid_y = 13
inv_weight = 0.5
cost = 4521
inv_grid_width = 2
max_mag_size = 100
mag_size = large
visual = dynamics\wpn\mags\wpn_m249_mag.ogf
base_type = m249_5.56x45
load_delay = 0.1
[mag_sig_5.56x45_default]:tch_mag_base
description = st_mag_sig550_5.56x45_descr
inv_name = st_mag_sig550_5.56x45
inv_name_short = st_mag_sig550_5.56x45
inv_grid_x = 6
inv_grid_y = 2
inv_weight = 0.15
cost = 2001
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_sig556_mag.ogf
base_type = sig_5.56x45
load_delay = 0.3
[mag_sig_5.56x45_sniper]:tch_mag_base
description = st_mag_sig550_sniper_5.56x45_descr
inv_name = st_mag_sig550_sniper_5.56x45
inv_name_short = st_mag_sig550_sniper_5.56x45
inv_grid_x = 7
inv_grid_y = 2
inv_weight = 0.15
cost = 1765
max_mag_size = 20
mag_size = medium
base_type = sig_5.56x45
visual = dynamics\wpn\mags\wpn_sig556sniper_mag.ogf
[mag_rpk_5.56x45_default]:tch_mag_base,tch_mag_alt ; 45rnd rpk74
description = st_mag_rpk74_5.56x45_descr
inv_name = st_mag_rpk74_5.56x45
inv_name_short = st_mag_rpk74_5.56x45
inv_grid_height = 3
inv_grid_x = 3
inv_grid_y = 0
inv_weight = 0.3
cost = 3125
max_mag_size = 45
mag_size = medium
retool_group = rpk_default
visual = dynamics\wpn\mags\wpn_black_rpkdefaultorange_mag.ogf
base_type = ak_5.56x45
@@ -0,0 +1,127 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_ak_7.62x39_default]:tch_mag_base ;steel akm
description = st_mag_ak_7.62x39_descr
inv_name = st_mag_ak_7.62x39
inv_name_short = st_mag_ak_7.62x39
inv_grid_x = 6
inv_grid_y = 0
inv_weight = 0.37
cost = 1010
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_ak762_metal_mag.ogf
base_type = ak_7.62x39
[mag_ak_7.62x39_modern]:tch_mag_base ;black ak103
description = st_mag_ak103_7.62x39_descr
inv_name = st_mag_ak103_7.62x39
inv_name_short = st_mag_ak103_7.62x39
inv_grid_x = 7
inv_grid_y = 0
inv_weight = 0.21
cost = 1215
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_akmodern3_mag.ogf
base_type = ak_7.62x39
retool_group = ak_modern
[mag_ak_7.62x39_fast]:tch_mag_base,tch_mag_upgr
description = st_mag_ak103_fast_7.62x39_descr
inv_name = st_mag_ak103_fast_7.62x39
inv_name_short = st_mag_ak103_fast_7.62x39
inv_grid_x = 8
inv_grid_y = 0
inv_weight = 0.2
cost = 5475
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_akmodern3_mag.ogf
base_type = ak_7.62x39
load_delay = 0.3
[mag_rpk_7.62x39_default]:tch_mag_base
description = st_mag_rpk_7.62x39_descr
inv_name = st_mag_rpk_7.62x39
inv_name_short = st_mag_rpk_7.62x39
inv_grid_height = 3
inv_grid_x = 11
inv_grid_y = 0
inv_weight = 0.46
cost = 1765
max_mag_size = 40
mag_size = medium
visual = dynamics\wpn\mags\wpn_black_rpkmetal_mag.ogf
base_type = ak_7.62x39
load_delay = 0.3
[mag_rpd_7.62x39_default]:tch_mag_base ;
description = st_mag_rpd_7.62x39_descr
inv_name = st_mag_rpd_7.62x39
inv_name_short = st_mag_rpd_7.62x39
inv_grid_x = 0
inv_grid_y = 13
inv_weight = 0.5
cost = 3125
inv_grid_width = 2
max_mag_size = 100
mag_size = large
load_delay = 0.1
visual = dynamics\wpn\mags\wpn_rpd_mag.ogf
base_type = rpd_7.62x39
[mag_t63_7.62x39_default]:tch_mag_base
description = st_mag_type63_7.62x39_descr
inv_name = st_mag_type63_7.62x39
inv_name_short = st_mag_type63_7.62x39
inv_grid_x = 3
inv_grid_y = 27
max_mag_size = 20
mag_size = medium
inv_weight = 0.3
cost = 1002
visual = dynamics\wpn\mags\wpn_t63_mag.ogf
base_type = ak_7.62x39
retool_group = t63_default
[mag_svt_7.62x39_alt]:tch_mag_base,tch_mag_alt
description = st_mag_svt40_7.62x39_descr
inv_name = st_mag_svt40_7.62x39
inv_name_short = st_mag_svt40_7.62x39
inv_grid_x = 2
inv_grid_y = 27
max_mag_size = 10
mag_size = medium
inv_weight = 0.3
cost = 1335
visual = dynamics\wpn\mags\wpn_svt_mag.ogf
base_type = svt_7.62x39
retool_group = svt_default
@@ -0,0 +1,167 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_hinge_7.62x51_default]:tch_mag_base
description = st_mag_hinge_7.62x51_descr
inv_name = st_mag_hinge_7.62x51
inv_name_short = st_mag_hinge_7.62x51
inv_grid_x = 4
inv_grid_y = 17
inv_weight = 0.35
cost = 1990
max_mag_size = 20
mag_size = medium
visual = dynamics\wpn\mags\wpn_hinge_mag.ogf
base_type = hinge_7.62x51
[mag_hinge_7.62x51_extended]:tch_mag_base,tch_mag_upgr
description = st_mag_hinge_ext_7.62x51_descr
inv_name = st_mag_hinge_ext_7.62x51
inv_name_short = st_mag_hinge_ext_7.62x51
inv_grid_x = 5
inv_grid_y = 17
inv_weight = 0.4
cost = 4125
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_hinge_mag.ogf
base_type = hinge_7.62x51
[mag_galil_7.62x51_default]:tch_mag_base
description = st_mag_galil_7.62x51_descr
inv_name = st_mag_galil_7.62x51
inv_name_short = st_mag_galil_7.62x51
inv_grid_x = 0
inv_grid_y = 17
inv_weight = 0.4
cost = 2335
max_mag_size = 25
mag_size = medium
visual = dynamics\wpn\mags\wpn_galil_mag.ogf
base_type = galil_7.62x51
[mag_stanag_7.62x51_short]:tch_mag_base
description = st_mag_stanag_7.62x51_short_descr
inv_name = st_mag_stanag_7.62x51_short
inv_name_short = st_mag_stanag_7.62x51_short
inv_grid_x = 2
inv_grid_y = 17
inv_weight = 0.4
cost = 1825
max_mag_size = 10
mag_size = medium
visual = dynamics\wpn\mags\wpn_stanag_mag.ogf
base_type = stanag_7.62x51
[mag_stanag_7.62x51_default]:tch_mag_base
description = st_mag_stanag_7.62x51_descr
inv_name = st_mag_stanag_7.62x51
inv_name_short = st_mag_stanag_7.62x51
inv_grid_x = 1
inv_grid_y = 17
inv_weight = 0.4
cost = 2375
max_mag_size = 20
mag_size = medium
visual = dynamics\wpn\mags\wpn_stanag_mag.ogf
base_type = stanag_7.62x51
[mag_stanag_7.62x51_extended]:tch_mag_base,tch_mag_upgr
description = st_mag_stanag_7.62x51_ext_descr
inv_name = st_mag_stanag_7.62x51_ext
inv_name_short = st_mag_stanag_7.62x51_ext
inv_grid_x = 12
inv_grid_y = 2
inv_weight = 0.45
cost = 3375
max_mag_size = 30
mag_size = medium
visual = dynamics\wpn\mags\wpn_stanag_mag.ogf
base_type = stanag_7.62x51
[mag_stanag_7.62x51_fast]:tch_mag_base,tch_mag_upgr
description = st_mag_stanag_fast_7.62x51_descr
inv_name = st_mag_stanag_fast_7.62x51
inv_name_short = st_mag_stanag_fast_7.62x51
inv_grid_x = 3
inv_grid_y = 17
inv_weight = 0.4
cost = 4125
max_mag_size = 20
load_delay = 0.3
mag_size = medium
visual = dynamics\wpn\mags\wpn_stanag_mag.ogf
base_type = stanag_7.62x51
[mag_l96a1_7.62x51_default]:tch_mag_base
description = st_mag_l96a1_7.62x51_descr
inv_name = st_mag_l96a1_7.62x51
inv_name_short = st_mag_l96a1_7.62x51
inv_grid_x = 4
inv_grid_y = 25
inv_weight = 0.3
cost = 1775
max_mag_size = 10
mag_size = medium
visual = dynamics\wpn\mags\wpn_l96_mag.ogf
base_type = l96a1_7.62x51
retool_group = 196al_default
[mag_rem_7.62x51_default]:tch_mag_base
description = st_mag_remington700_7.62x51_descr
inv_name = st_mag_remington700_7.62x51
inv_name_short = st_mag_remington700_7.62x51
inv_grid_height = 2
inv_grid_x = 6
inv_grid_y = 25
inv_weight = 0.1
cost = 1552
max_mag_size = 5
mag_size = small
visual = dynamics\wpn\mags\wpn_wa2_mag.ogf
base_type = rem_7.62x51
[mag_wa_7.62x51_default]:tch_mag_base
description = st_mag_wa2000_7.62x51_descr
inv_name = st_mag_wa2000_7.62x51
inv_name_short = st_mag_wa2000_7.62x51
inv_grid_x = 7
inv_grid_y = 25
inv_weight = 0.1
cost = 2625
max_mag_size = 6
mag_size = small
visual = dynamics\wpn\mags\wpn_wa2_mag.ogf
base_type = wa_7.62x51
@@ -0,0 +1,126 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_pkp_pkm_default]:tch_mag_base
description = st_mag_pkm_pkm_descr
inv_name = st_mag_pkm_pkm
inv_name_short = st_mag_pkm_pkm
inv_grid_x = 4
inv_grid_y = 13
inv_weight = 0.5
cost = 4125
inv_grid_width = 2
max_mag_size = 100
mag_size = large
load_delay = 0.1
visual = dynamics\wpn\mags\wpn_pkm_mag.ogf
base_type = pkp_pkm
[mag_196a1_7.62x54_alt]:tch_mag_base,tch_mag_alt
description = st_mag_l96a1_pkm_descr
inv_name = st_mag_l96a1_pkm
inv_name_short = st_mag_l96a1_pkm
inv_grid_x = 4
inv_grid_y = 25
inv_weight = 0.5
cost = 4125
max_mag_size = 10
mag_size = medium
visual = dynamics\wpn\mags\wpn_l96_mag.ogf
base_type = 196al_7.62x54
retool_group = 196al_default
[mag_svt_7.62x54_default]:tch_mag_base
description = st_mag_svt40_7.62x54_descr
inv_name = st_mag_svt40_7.62x54
inv_name_short = st_mag_svt40_7.62x54
inv_grid_x = 2
inv_grid_y = 27
inv_weight = 0.1
cost = 1335
max_mag_size = 10
mag_size = medium
visual = dynamics\wpn\mags\wpn_svt_mag.ogf
base_type = svt_7.62x54
retool_group = svt_default
[mag_t63_7.62x54_alt]:tch_mag_base,tch_mag_alt
description = st_mag_type63_7.62x54_descr
inv_name = st_mag_type63_7.62x54
inv_name_short = st_mag_type63_7.62x54
inv_grid_x = 3
inv_grid_y = 27
inv_weight = 0.3
cost = 1002
max_mag_size = 20
mag_size = medium
visual = dynamics\wpn\mags\wpn_t63_mag.ogf
base_type = t63_7.62x54
retool_group = t63_default
[mag_sv98_7.62x54_default]:tch_mag_base
description = st_mag_sv98_7.62x54_descr
inv_name = st_mag_sv98_7.62x54
inv_name_short = st_mag_sv98_7.62x54
inv_grid_x = 2
inv_grid_y = 25
inv_weight = 0.1
cost = 1870
max_mag_size = 10
mag_size = medium
visual = dynamics\wpn\mags\wpn_sv98_mag.ogf
base_type = sv98_7.62x54
[mag_svd_7.62x54_default]:tch_mag_base
description = st_mag_svd_7.62x54_descr
inv_name = st_mag_svd_7.62x54
inv_name_short = st_mag_svd_7.62x54
inv_grid_x = 0
inv_grid_y = 15
inv_weight = 0.1
cost = 1990
max_mag_size = 10
mag_size = medium
visual = dynamics\wpn\mags\wpn_svd_mag.ogf
base_type = svd_7.62x54
[mag_svd_7.62x54_extended]:tch_mag_base,tch_mag_upgr
description = st_mag_svd_7.62x54_extended_descr
inv_name = st_mag_svd_7.62x54_extended
inv_name_short = st_mag_svd_7.62x54_extended
inv_grid_x = 1
inv_grid_y = 15
max_mag_size = 20
inv_weight = 0.1
cost = 5475
mag_size = medium
visual = dynamics\wpn\mags\wpn_svd_mag.ogf
base_type = svd_7.62x54
load_delay = 0.45
@@ -0,0 +1,127 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_bizon_9x18_defalt]:tch_mag_base
description = st_mag_bizon_9x18_fmj_descr
inv_name = st_mag_bizon_9x18_fmj
inv_name_short = st_mag_bizon_9x18_fmj
inv_grid_x = 0
inv_grid_y = 19
max_mag_size = 64
mag_size = medium
inv_weight = 0.5
cost = 1015
visual = dynamics\wpn\mags\wpn_bizon_mag.ogf
base_type = bizon_9x18
retool_group = bizon_default
[mag_kiparis_9x18_default]:tch_mag_base
description = st_mag_kiparis_9x18_fmj_descr
inv_name = st_mag_kiparis_9x18_fmj
inv_name_short = st_mag_kiparis_9x18_fmj
inv_grid_x = 3
inv_grid_y = 8
max_mag_size = 30
mag_size = small
inv_weight = 0.12
cost = 642
visual = dynamics\wpn\mags\wpn_kiparis_mag.ogf
base_type = kip_9x18
; modified
[mag_mp5_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_mp5_9x18_fmj_descr
inv_name = st_mag_mp5_9x18_fmj
inv_name_short = st_mag_mp5_9x18_fmj
inv_grid_x = 0
inv_grid_y = 8
max_mag_size = 30
mag_size = small
inv_weight = 0.17
cost = 754
visual = dynamics\wpn\mags\wpn_mp5_mag.ogf
base_type = mp5_9x18
retool_group = mp5_default
[mag_mp7_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_mp7_9x18_fmj_descr
inv_name = st_mag_mp7_9x18_fmj
inv_name_short = st_mag_mp7_9x18_fmj
inv_grid_x = 1
inv_grid_y = 8
max_mag_size = 40
mag_size = small
inv_weight = 0.25
cost = 1754
visual = dynamics\wpn\mags\wpn_mp7_mag.ogf
base_type = mp7_9x18
retool_group = mp7_default
[mag_pp2000_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_pp2000_9x18_fmj_descr
inv_name = st_mag_pp2000_9x18_fmj
inv_name_short = st_mag_pp2000_9x18_fmj
inv_grid_x = 2
inv_grid_y = 8
max_mag_size = 30
mag_size = small
inv_weight = 0.15
cost = 966
visual = dynamics\wpn\mags\wpn_pp2000_mag.ogf
base_type = pp2k_9x18
retool_group = pp2000_default
[mag_vz61_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_vz61_9x18_fmj_descr
inv_name = st_mag_vz61_9x18_fmj
inv_name_short = st_mag_vz61_9x18_fmj
inv_grid_x = 7
inv_grid_y = 21
max_mag_size = 20
mag_size = small
inv_weight = 0.13
cost = 561
visual = dynamics\wpn\mags\wpn_vz61_mag.ogf
base_type = vz61_9x18
[mag_vityaz_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_vityaz_9x18_fmj_descr
inv_name = st_mag_vityaz_9x18_fmj
inv_name_short = st_mag_vityaz_9x18_fmj
inv_grid_x = 4
inv_grid_y = 8
max_mag_size = 20
mag_size = small
inv_weight = 0.17
cost = 852
visual = dynamics\wpn\mags\wpn_vityaz_mag.ogf
base_type = vityaz_9x18
retool_group = vityaz_default
@@ -0,0 +1,127 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
; standard issue
[mag_mp5_9x19_default]:tch_mag_base
description = st_mag_mp5_9x19_fmj_descr
inv_name = st_mag_mp5_9x19_fmj
inv_name_short = st_mag_mp5_9x19_fmj_fmj
inv_grid_x = 0
inv_grid_y = 8
max_mag_size = 30
mag_size = small
inv_weight = 0.17
cost = 754
visual = dynamics\wpn\mags\wpn_mp5_mag.ogf
base_type = mp5_9x19
retool_group = mp5_default
[mag_mp7_9x19_default]:tch_mag_base
description = st_mag_mp7_9x19_fmj_descr
inv_name = st_mag_mp7_9x19_fmj
inv_name_short = st_mag_mp7_9x19_fmj
inv_grid_x = 1
inv_grid_y = 8
max_mag_size = 40
mag_size = medium
inv_weight = 0.25
cost = 1754
visual = dynamics\wpn\mags\wpn_mp7_mag.ogf
base_type = mp7_9x19
retool_group = mp7_default
[mag_vityaz_9x19_default]:tch_mag_base
description = st_mag_vityaz_9x19_fmj_descr
inv_name = st_mag_vityaz_9x19_fmj
inv_name_short = st_mag_vityaz_9x19_fmj
inv_grid_x = 5
inv_grid_y = 8
max_mag_size = 30
mag_size = small
inv_weight = 0.17
cost = 852
visual = dynamics\wpn\mags\wpn_vityaz_mag.ogf
base_type = vityaz_9x19
retool_group = vityaz_default
[mag_vz61_9x19_default]:tch_mag_base
description = st_mag_vz61_9x19_fmj_descr
inv_name = st_mag_vz61_9x19_fmj
inv_name_short = st_mag_vz61_9x19_fmj
inv_grid_x = 7
inv_grid_y = 21
max_mag_size = 20
mag_size = small
inv_weight = 0.13
cost = 561
visual = dynamics\wpn\mags\wpn_vz61_mag.ogf
base_type = vz61_9x19
[mag_pp2000_9x19_default]:tch_mag_base
description = st_mag_pp2000_9x19_fmj_descr
inv_name = st_mag_pp2000_9x19_fmj
inv_name_short = st_mag_pp2000_9x19_fmj
inv_grid_x = 2
inv_grid_y = 8
max_mag_size = 30
mag_size = small
inv_weight = 0.15
cost = 966
visual = dynamics\wpn\mags\wpn_pp2000_mag.ogf
base_type = pp2k_9x19
retool_group = pp2000_default
; modded
[mag_kiparis_9x19_alt]:tch_mag_base,tch_mag_alt
description = st_mag_kiparis_9x19_fmj_descr
inv_name = st_mag_kiparis_9x19_fmj
inv_name_short = st_mag_kiparis_9x19_fmj
inv_grid_x = 3
inv_grid_y = 8
max_mag_size = 30
mag_size = small
inv_weight = 0.12
cost = 642
visual = dynamics\wpn\mags\wpn_kiparis_mag.ogf
base_type = kip_9x19
[mag_bizon_9x19_alt]:tch_mag_base,tch_mag_alt
description = st_mag_bizon_9x19_fmj_descr
inv_name = st_mag_bizon_9x19_fmj
inv_name_short = st_mag_bizon_9x19_fmj
inv_grid_x = 0
inv_grid_y = 19
max_mag_size = 64
mag_size = medium
inv_weight = 0.5
cost = 1015
visual = dynamics\wpn\mags\wpn_bizon_mag.ogf
base_type = bizon_9x19
retool_group = bizon_default
@@ -0,0 +1,94 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_vss_9x39_default]:tch_mag_base
description = st_mag_vintorez_9x39_pab9_descr
inv_name = st_mag_vintorez_9x39_pab9
inv_name_short = st_mag_vintorez_9x39_pab9
inv_grid_x = 0
inv_grid_y = 4
max_mag_size = 10
mag_size = small
inv_weight = 0.25
cost = 1517
visual = dynamics\wpn\mags\wpn_vss9x39_mag.ogf
base_type = val_9x39
[mag_val_9x39_default]:tch_mag_base
description = st_mag_val_9x39_pab9_descr
inv_name = st_mag_val_9x39_pab9
inv_name_short = st_mag_val_9x39_pab9
inv_grid_x = 1
inv_grid_y = 4
max_mag_size = 20
mag_size = medium
inv_weight = 0.3
cost = 2365
visual = dynamics\wpn\mags\wpn_val9x39_mag.ogf
base_type = val_9x39
[mag_vihr_9x39_default]:tch_mag_base
description = st_mag_vihr_9x39_pab9_descr
inv_name = st_mag_vihr_9x39_pab9
inv_name_short = st_mag_vihr_9x39_pab9
inv_grid_x = 2
inv_grid_y = 4
max_mag_size = 30
mag_size = medium
inv_weight = 0.45
cost = 4365
visual = dynamics\wpn\mags\wpn_vihr9x39_mag.ogf
base_type = val_9x39
[mag_vsk_9x39_default]:tch_mag_base
description = st_mag_vsk94_9x39_pab9_descr
inv_name = st_mag_vsk94_9x39_pab9
inv_name_short = st_mag_vsk94_9x39_pab9
inv_grid_x = 5
inv_grid_y = 4
max_mag_size = 20
mag_size = medium
inv_weight = 0.3
cost = 2024
visual = dynamics\wpn\mags\wpn_vsk9x39_mag.ogf
base_type = vsk_9x39
[mag_ots_9x39_default]:tch_mag_base
description = st_mag_groza_9x39_pab9_descr
inv_name = st_mag_groza_9x39_pab9
inv_name_short = st_mag_groza_9x39_pab9
inv_grid_x = 4
inv_grid_y = 4
max_mag_size = 20
mag_size = medium
inv_weight = 0.3
cost = 2007
visual = dynamics\wpn\mags\wpn_ots9x39_mag.ogf
base_type = ots_9x39
@@ -0,0 +1,30 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_g43_7.92x33_default]:tch_mag_base
description = st_mag_g43_7.92x33_descr
inv_name = st_mag_g43_7.92x33
inv_name_short = st_mag_g43_7.92x33
inv_grid_x = 7
inv_grid_y = 27
inv_weight = 0.1
cost = 1755
max_mag_size = 10
mag_size = medium
visual = dynamics\wpn\mags\wpn_g43_mag.ogf
base_type = g43_7.92x33
@@ -0,0 +1,155 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/base_types/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_aps_9x18_default]:tch_mag_base
description = st_mag_aps_9x18_fmj_descr
inv_name = st_mag_aps_9x18_fmj
inv_name_short = st_mag_aps_9x18_fmj
inv_grid_x = 1
inv_grid_y = 19
max_mag_size = 20
mag_size = small
inv_weight = 0.04
cost = 520
visual = dynamics\wpn\mags\wpn_aps_mag.ogf
base_type = aps_9x18
retool_group = aps_default
[mag_aps_9x19_alt]:tch_mag_base,tch_mag_alt
description = st_mag_aps_9x19_fmj_descr
inv_name = st_mag_aps_9x19_fmj
inv_name_short = st_mag_aps_9x19_fmj
inv_grid_x = 1
inv_grid_y = 19
max_mag_size = 20
mag_size = small
inv_weight = 0.04
cost = 520
visual = dynamics\wpn\mags\wpn_aps_mag.ogf
base_type = aps_9x19
retool_group = aps_default
[mag_beretta_9x19_default]:tch_mag_base
description = st_mag_beretta_9x19_fmj_descr
inv_name = st_mag_beretta_9x19_fmj
inv_name_short = st_mag_beretta_9x19_fmj
inv_grid_x = 6
inv_grid_y = 19
max_mag_size = 15
mag_size = small
inv_weight = 0.06
cost = 450
visual = dynamics\wpn\mags\wpn_beretta_mag.ogf
base_type = 92f_9x19
retool_group = beretta_default
[mag_beretta_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_beretta_9x18_fmj_descr
inv_name = st_mag_beretta_9x18_fmj
inv_name_short = st_mag_beretta_9x18_fmj
inv_grid_x = 6
inv_grid_y = 19
max_mag_size = 15
mag_size = small
inv_weight = 0.06
cost = 450
visual = dynamics\wpn\mags\wpn_beretta_mag.ogf
base_type = 92f_9x18
retool_group = beretta_default
[mag_colt1911_default]:tch_mag_base
description = st_mag_colt1911_11.43x23_fmj_descr
inv_name = st_mag_colt1911_11.43x23_fmj
inv_name_short = st_mag_colt1911_11.43x23_fmj
inv_grid_x = 0
inv_grid_y = 23
max_mag_size = 7
mag_size = small
inv_weight = 0.16
cost = 330
visual = dynamics\wpn\mags\wpn_colt1911_mag.ogf
base_type = colt_11.43x23
retool_group = colt_default ; for ppp
[mag_cz52_default]:tch_mag_base
description = st_mag_cz52_7.62x25_p_descr
inv_name = st_mag_cz52_7.62x25_p
inv_name_short = st_mag_cz52_7.62x25_p
inv_grid_x = 5
inv_grid_y = 27
max_mag_size = 8
mag_size = small
inv_weight = 0.04
cost = 210
visual = dynamics\wpn\mags\wpn_cz52_mag.ogf
base_type = cz_7.62x25
[mag_cz75_9x19_default]:tch_mag_base
description = st_mag_cz75_9x19_fmj_descr
inv_name = st_mag_cz75_9x19_fmj
inv_name_short = st_mag_cz75_9x19_fmj
inv_grid_x = 7
inv_grid_y = 19
max_mag_size = 16
mag_size = small
inv_weight = 0.07
cost = 350
visual = dynamics\wpn\mags\wpn_cz75_mag.ogf
base_type = cz_9x19
retool_group = cz75_default
[mag_cz75_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_cz75_9x18_fmj_descr
inv_name = st_mag_cz75_9x18_fmj
inv_name_short = st_mag_cz75_9x18_fmj
inv_grid_x = 7
inv_grid_y = 19
max_mag_size = 16
mag_size = small
inv_weight = 0.07
cost = 350
visual = dynamics\wpn\mags\wpn_cz75_mag.ogf
base_type = cz_9x18
retool_group = cz75_default
[mag_deserteagal_default]:tch_mag_base
description = st_mag_desert_eagle_357_hp_descr
inv_name = st_mag_desert_eagle_357_hp
inv_name_short = st_mag_desert_eagle_357_h
inv_grid_x = 0
inv_grid_y = 27
max_mag_size = 9
mag_size = small
inv_weight = 0.5
cost = 510
visual = dynamics\wpn\mags\wpn_deagle_mag.ogf
base_type = de_357
@@ -0,0 +1,373 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_fn57_default]:tch_mag_base
description = st_mag_fn57_5.7x28_ss190_descr
inv_name = st_mag_fn57_5.7x28_ss190
inv_name_short = st_mag_fn57_5.7x28_ss190
inv_grid_x = 2
inv_grid_y = 19
max_mag_size = 20
mag_size = small
inv_weight = 0.09
cost = 570
visual = dynamics\wpn\mags\wpn_fn57_mag.ogf
base_type = fn_5.7x28
[mag_fnp45_default]:tch_mag_base
description = st_mag_fnp45_11.43x23_fmj_descr
inv_name = st_mag_fnp45_11.43x23_fmj
inv_name_short = st_mag_fnp45_11.43x23_fmj
inv_grid_x = 1
inv_grid_y = 23
max_mag_size = 15
mag_size = small
inv_weight = 0.1
cost = 655
visual = dynamics\wpn\mags\wpn_fnp_mag.ogf
base_type = fnp_11.43x23
[mag_fnx45_default]:tch_mag_base
description = st_mag_fnx45_11.43x23_fmj_descr
inv_name = st_mag_fnx45_11.43x23_fmj
inv_name_short = st_mag_fnx45_11.43x23_fmj
inv_grid_x = 2
inv_grid_y = 23
max_mag_size = 15
mag_size = small
inv_weight = 0.1
cost = 655
visual = dynamics\wpn\mags\wpn_fnx_mag.ogf
base_type = fnp_11.43x23
[mag_fort_9x18_default]:tch_mag_base
description = st_mag_fort_9x18_fmj_descr
inv_name = st_mag_fort_9x18_fmj
inv_name_short = st_mag_fort_9x18_fmj
inv_grid_x = 8
inv_grid_y = 19
max_mag_size = 12
mag_size = small
inv_weight = 0.04
cost = 311
visual = dynamics\wpn\mags\wpn_fort_mag.ogf
base_type = fort_9x18
retool_group = fort_default
[mag_fort_9x19_alt]:tch_mag_base,tch_mag_alt
description = st_mag_fort_9x19_fmj_descr
inv_name = st_mag_fort_9x19_fmj
inv_name_short = st_mag_fort_9x19_fmj
inv_grid_x = 8
inv_grid_y = 19
max_mag_size = 12
mag_size = small
inv_weight = 0.04
cost = 311
visual = dynamics\wpn\mags\wpn_fort_mag.ogf
base_type = fort_9x19
retool_group = fort_default
[mag_glock_9x19_default]:tch_mag_base
description = st_mag_glock_9x19_fmj_descr
inv_name = st_mag_glock_9x19_fmj
inv_name_short = st_mag_glock_9x19_fmj
inv_grid_x = 9
inv_grid_y = 19
max_mag_size = 17
mag_size = small
inv_weight = 0.09
cost = 487
visual = dynamics\wpn\mags\wpn_glock_mag.ogf
base_type = glock_9x19
retool_group = glock_default
[mag_glock_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_glock_9x18_fmj_descr
inv_name = st_mag_glock_9x18_fmj
inv_name_short = st_mag_glock_9x18_fmj
inv_grid_x = 9
inv_grid_y = 19
max_mag_size = 17
mag_size = small
inv_weight = 0.09
cost = 487
visual = dynamics\wpn\mags\wpn_glock_mag.ogf
base_type = glock_9x18
retool_group = glock_default
[mag_gsh18_9x19_default]:tch_mag_base
description = st_mag_gsh18_9x19_fmj_descr
inv_name = st_mag_gsh18_9x19_fmj
inv_name_short = st_mag_gsh18_9x19_fmj
inv_grid_x = 10
inv_grid_y = 19
max_mag_size = 18
mag_size = small
inv_weight = 0.1
cost = 487
visual = dynamics\wpn\mags\wpn_gsh_mag.ogf
base_type = gsh_9x19
retool_group = gsh_default
[mag_hpsa_9x19_default]:tch_mag_base
description = st_mag_hpsa_9x19_fmj_descr
inv_name = st_mag_hpsa_9x19_fmj
inv_name_short = st_mag_hpsa_9x19_fmj
inv_grid_x = 11
inv_grid_y = 19
max_mag_size = 13
mag_size = small
inv_weight = 0.05
cost = 314
visual = dynamics\wpn\mags\wpn_hpsa_mag.ogf
base_type = hpsa_9x19
retool_group = hpsa_default
[mag_hpsa_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_hpsa_9x18_fmj_descr
inv_name = st_mag_hpsa_9x18_fmj
inv_name_short = st_mag_hpsa_9x18_fmj
inv_grid_x = 11
inv_grid_y = 19
max_mag_size = 13
mag_size = small
inv_weight = 0.05
cost = 314
visual = dynamics\wpn\mags\wpn_hpsa_mag.ogf
base_type = hpsa_9x18
retool_group = hpsa_default
[mag_mp443_9x19_default]:tch_mag_base
description = st_mag_mp443_9x19_fmj_descr
inv_name = st_mag_mp443_9x19_fmj
inv_name_short = st_mag_mp443_9x19_fmj
inv_grid_x = 3
inv_grid_y = 19
max_mag_size = 18
mag_size = small
inv_weight = 0.1
cost = 415
visual = dynamics\wpn\mags\wpn_mp443_mag.ogf
base_type = mp443_9x19
retool_group = mp443_default
[mag_mp443_9x18_alt]:tch_mag_base,tch_mag_alt
description = st_mag_mp443_9x18_fmj_descr
inv_name = st_mag_mp443_9x18_fmj
inv_name_short = st_mag_mp443_9x18_fmj
inv_grid_x = 3
inv_grid_y = 19
max_mag_size = 18
mag_size = small
inv_weight = 0.1
cost = 415
visual = dynamics\wpn\mags\wpn_mp443_mag.ogf
base_type = mp443_9x18
retool_group = mp443_default
[mag_oc_9x18_default]:tch_mag_base
description = st_mag_oc33_9x18_fmj_descr
inv_name = st_mag_oc33_9x18_fmj
inv_name_short = st_mag_oc33_9x18_fmj
inv_grid_x = 0
inv_grid_y = 21
max_mag_size = 27
mag_size = small
inv_weight = 0.04
cost = 712
visual = dynamics\wpn\mags\wpn_oc33_mag.ogf
base_type = oc_9x18
retool_group = oc_default
[mag_oc_9x19_alt]:tch_mag_base,tch_mag_alt
description = st_mag_oc33_9x19_fmj_descr
inv_name = st_mag_oc33_9x19_fmj
inv_name_short = st_mag_oc33_9x19_fmj
inv_grid_x = 0
inv_grid_y = 21
max_mag_size = 27
mag_size = small
inv_weight = 0.04
cost = 712
visual = dynamics\wpn\mags\wpn_oc33_mag.ogf
base_type = oc_9x19
retool_group = oc_default
[mag_pm_9x18_default]:tch_mag_base
description = st_mag_pm_9x18_fmj_descr
inv_name = st_mag_pm_9x18_fmj
inv_name_short = st_mag_pm_9x18_fmj
inv_grid_x = 1
inv_grid_y = 21
max_mag_size = 8
mag_size = small
inv_weight = 0.04
cost = 110
visual = dynamics\wpn\mags\wpn_pm_mag.ogf
base_type = pm_9x18
retool_group = pm_default
[mag_pm_9x19_alt]:tch_mag_base,tch_mag_alt
description = st_mag_pm_9x19_fmj_descr
inv_name = st_mag_pm_9x19_fmj
inv_name_short = st_mag_pm_9x19_fmj
inv_grid_x = 1
inv_grid_y = 21
max_mag_size = 8
mag_size = small
inv_weight = 0.04
cost = 110
visual = dynamics\wpn\mags\wpn_pm_mag.ogf
base_type = pm_9x19
retool_group = pm_default
[mag_pmm_9x18_default]:tch_mag_base
description = st_mag_pmm_9x18_fmj_descr
inv_name = st_mag_pmm_9x18_fmj
inv_name_short = st_mag_pmm_9x18_fmj
inv_grid_x = 2
inv_grid_y = 21
max_mag_size = 12
mag_size = small
inv_weight = 0.04
cost = 310
visual = dynamics\wpn\mags\wpn_pmm_mag.ogf
base_type = pm_9x18
retool_group = pmm_default
[mag_pmm_9x19_alt]:tch_mag_base,tch_mag_alt
description = st_mag_pmm_9x19_fmj_descr
inv_name = st_mag_pmm_9x19_fmj
inv_name_short = st_mag_pmm_9x19_fmj
inv_grid_x = 2
inv_grid_y = 21
max_mag_size = 12
mag_size = small
inv_weight = 0.04
cost = 310
visual = dynamics\wpn\mags\wpn_pmm_mag.ogf
base_type = pm_9x19
retool_group = pmm_default
[mag_sig_11.43x23_default]:tch_mag_base
description = st_mag_sig220_11.43x23_fmj_descr
inv_name = st_mag_sig220_11.43x23_fmj
inv_name_short = st_mag_sig220_11.43x23_fmj
inv_grid_height = 2
inv_grid_x = 3
inv_grid_y = 23
max_mag_size = 7
mag_size = small
visual = dynamics\wpn\mags\wpn_sig45_mag.ogf
base_type = sig_11.43x23
inv_weight = 0.07
cost = 370
[mag_tt33_7.62x25_default]:tch_mag_base
description = st_mag_tt33_7.62x25_p_descr
inv_name = st_mag_tt33_7.62x25_p
inv_name_short = st_mag_tt33_7.62x25_p
inv_grid_x = 4
inv_grid_y = 27
max_mag_size = 8
mag_size = small
inv_weight = 0.08
cost = 110
visual = dynamics\wpn\mags\wpn_tt33_mag.ogf
base_type = tt33_7.62x25
[mag_usp_11.43x23_default]:tch_mag_base
description = st_mag_usp_11.43x23_fmj_descr
inv_name = st_mag_usp_11.43x23_fmj
inv_name_short = st_mag_usp_11.43x23_fmj
inv_grid_x = 4
inv_grid_y = 23
max_mag_size = 12
mag_size = small
inv_weight = 0.12
cost = 455
visual = dynamics\wpn\mags\wpn_usp_mag.ogf
base_type = usp_11.43x23
[mag_usp_9x19_default]:tch_mag_base
description = st_mag_usp_9x19_fmj_descr
inv_name = st_mag_usp_9x19_fmj
inv_name_short = st_mag_usp_9x19_fmj
inv_grid_x = 6
inv_grid_y = 21
max_mag_size = 15
mag_size = small
inv_weight = 0.12
cost = 455
visual = dynamics\wpn\mags\wpn_usp_mag.ogf
base_type = usp_9x19
[mag_walther_9x19_default]:tch_mag_base
description = st_mag_walther_9x19_fmj_descr
inv_name = st_mag_walther_9x19_fmj
inv_name_short = st_mag_walther_9x19_fmj
inv_grid_x = 8
inv_grid_y = 21
max_mag_size = 16
mag_size = small
inv_weight = 0.07
cost = 377
visual = dynamics\wpn\mags\wpn_walther_mag.ogf
base_type = walther_9x19
@@ -0,0 +1,93 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;Naming convention:
;None of this is technical and can be ignored although it is strongly recomended to atlest start the section with mag_
;Magazines that are not shared by multiple guns tend to be named after the gun they fit.
;If the magazine fits only one gun and that gun does not have an alternitive ammo type caliber is omited from the mag section.
;Mag sections ending in _default are used as the a weapons defualt magazine
;Mag sections ending in _alt exist only for a gun upgraded to a new caliber and are omited from trade profiles and drop/loot tables.
;_alt magazines are obtainable by modifying another magazine with a multi tool
;_alt magazines tend to be worth less than their pristine counter parts.
;retool_group is a keyword assosiation for magazines that can be changed into one another. Retool groups can have an arbitrary number of members.
[mag_ump45_11.43x23_default]:tch_mag_base
description = st_mag_ump45_11.43x23_fmj_descr
inv_name = st_mag_ump45_11.43x23_fmj
inv_name_short = st_mag_ump45_11.43x23_fmj
inv_grid_x = 4
inv_grid_y = 8
max_mag_size = 25
mag_size = small
inv_weight = 0.15
cost = 774
visual = dynamics\wpn\mags\wpn_ump_mag.ogf
base_type = ump_11.43x23
[mag_frasier_11.43x23_default]:tch_mag_base,tch_mag_upgr
description = st_mag_mp5_11.43x23_fmj_descr
inv_name = st_mag_mp5_11.43x23_fmj
inv_name_short = st_mag_mp5_11.43x23_fmj
inv_grid_x = 0
inv_grid_y = 8
max_mag_size = 30
mag_size = small
inv_weight = 0.17
cost = 1852
visual = dynamics\wpn\mags\wpn_mp5_mag.ogf
base_type = mp5_11.43x23
[mag_ppsh_7.62x25_default]:tch_mag_base
description = st_mag_ppsh41_7.62x25_p_descr
inv_name = st_mag_ppsh41_7.62x25_p
inv_name_short = st_mag_ppsh41_7.62x25_p
inv_grid_height = 2
inv_grid_width = 2
inv_grid_x = 8
inv_grid_y = 13
max_mag_size = 71
mag_size = large
inv_weight = 0.08
cost = 952
visual = dynamics\wpn\mags\wpn_ppsh_mag.ogf
base_type = ppsh_7.62x25
[mag_bizon_7.62x25_alt]:tch_mag_base,tch_mag_alt
description = st_mag_bizon_7.62x25_p_descr
inv_name = st_mag_bizon_7.62x25_p
inv_name_short = st_mag_bizon_7.62x25_p
inv_grid_height = 2
inv_grid_x = 0
inv_grid_y = 19
max_mag_size = 64
mag_size = medium
inv_weight = 0.5
cost = 1015
visual = dynamics\wpn\mags\wpn_bizon_mag.ogf
base_type = bizon_7.62x25
retool_group = bizon_default ; should turn into black 101 mag
[mag_p90_5.7x28_default]:tch_mag_base
description = st_mag_p90_5.7x28_ss190_descr
inv_name = st_mag_p90_5.7x28_ss190
inv_name_short = st_mag_p90_5.7x28_ss190
inv_grid_x = 7
inv_grid_y = 17
max_mag_size = 50
mag_size = medium
inv_weight = 0.45
cost = 2561
visual = dynamics\wpn\mags\wpn_p90_mag.ogf
base_type = p90_5.7x28
@@ -0,0 +1,4 @@
;Do not edit this file. It simply serves to import magazine item sections into the game
#include "magazines2\base.ltx"
#include "magazines2\_importer.ltx"
@@ -0,0 +1,25 @@
;do not edit this file to add new magazine base types, create a new file in this folder with a name starting with base_.
;see _importer.ltx for explanation
[colt_11.43x23]
caliber = ammo_11.43x23_fmj, ammo_11.43x23_fmj_bad, ammo_11.43x23_fmj_verybad, ammo_11.43x23_hydro, ammo_11.43x23_hydro_bad, ammo_11.43x23_hydro_verybad
[kimber_11.43x23]
caliber = ammo_11.43x23_fmj, ammo_11.43x23_fmj_bad, ammo_11.43x23_fmj_verybad, ammo_11.43x23_hydro, ammo_11.43x23_hydro_bad, ammo_11.43x23_hydro_verybad
[fnp_11.43x23]
caliber = ammo_11.43x23_fmj, ammo_11.43x23_fmj_bad, ammo_11.43x23_fmj_verybad, ammo_11.43x23_hydro, ammo_11.43x23_hydro_bad, ammo_11.43x23_hydro_verybad
[mp5_11.43x23];alt
caliber = ammo_11.43x23_fmj, ammo_11.43x23_fmj_bad, ammo_11.43x23_fmj_verybad, ammo_11.43x23_hydro, ammo_11.43x23_hydro_bad, ammo_11.43x23_hydro_verybad
[sig_11.43x23]
caliber = ammo_11.43x23_fmj, ammo_11.43x23_fmj_bad, ammo_11.43x23_fmj_verybad, ammo_11.43x23_hydro, ammo_11.43x23_hydro_bad, ammo_11.43x23_hydro_verybad
[ump_11.43x23]
caliber = ammo_11.43x23_fmj, ammo_11.43x23_fmj_bad, ammo_11.43x23_fmj_verybad, ammo_11.43x23_hydro, ammo_11.43x23_hydro_bad, ammo_11.43x23_hydro_verybad
[usp_11.43x23]
caliber = ammo_11.43x23_fmj, ammo_11.43x23_fmj_bad, ammo_11.43x23_fmj_verybad, ammo_11.43x23_hydro, ammo_11.43x23_hydro_bad, ammo_11.43x23_hydro_verybad
@@ -0,0 +1,12 @@
;do not edit this file to add new magazine base types, create a new file in this folder winame starting with base_.
;see _importer.ltx for explanation
[ash_12.7x55]
caliber = ammo_12.7x55_fmj, ammo_12.7x55_fmj_bad, ammo_12.7x55_fmj_verybad, ammo_12.7x55_ap, ammo_12.7x55_ap_bad, ammo_12.7x55_ap_verybad
[m82_12.7x55]
caliber = ammo_12.7x55_fmj, ammo_12.7x55_fmj_bad, ammo_12.7x55_fmj_verybad, ammo_12.7x55_ap, ammo_12.7x55_ap_bad, ammo_12.7x55_ap_verybad
[vsk_12.7x55]
caliber = ammo_12.7x55_fmj, ammo_12.7x55_fmj_bad, ammo_12.7x55_fmj_verybad, ammo_12.7x55_ap, ammo_12.7x55_ap_bad, ammo_12.7x55_ap_verybad
@@ -0,0 +1,13 @@
;do not edit this file to add new magazine base types, create a new file in this folder with a name starting with base_.
;see _importer.ltx for explanation
[saiga_12x70]
caliber = ammo_12x70_buck, ammo_12x70_buck_bad, ammo_12x70_buck_verybad, ammo_12x76_zhekan, ammo_12x76_zhekan_bad, ammo_12x76_zhekan_verybad, ammo_12x76_dart, ammo_12x76_dart_bad, ammo_12x76_dart_verybad, ammo_12x70_buck_self
[usas_12x70]
caliber = ammo_12x70_buck, ammo_12x70_buck_bad, ammo_12x70_buck_verybad, ammo_12x76_zhekan, ammo_12x76_zhekan_bad, ammo_12x76_zhekan_verybad, ammo_12x76_dart, ammo_12x76_dart_bad, ammo_12x76_dart_verybad, ammo_12x70_buck_self
[vepr_12x70]
caliber = ammo_12x70_buck, ammo_12x70_buck_bad, ammo_12x70_buck_verybad, ammo_12x76_zhekan, ammo_12x76_zhekan_bad, ammo_12x76_zhekan_verybad, ammo_12x76_dart, ammo_12x76_dart_bad, ammo_12x76_dart_verybad, ammo_12x70_buck_self
@@ -0,0 +1,14 @@
;do not edit this file to add new magazine base types, create a new file in this folder with a name starting with base_.
;see _importer.ltx for explanation
[awm_300]
caliber = ammo_magnum_300, ammo_magnum_300_bad, ammo_magnum_300_verybad
[m24_300]
caliber = ammo_magnum_300, ammo_magnum_300_bad, ammo_magnum_300_verybad
[m98_300]
caliber = ammo_magnum_300, ammo_magnum_300_bad, ammo_magnum_300_verybad
[bolt_300]
caliber = ammo_magnum_300, ammo_magnum_300_bad, ammo_magnum_300_verybad
@@ -0,0 +1,6 @@
;do not edit this file to add new magazine base types, create a new file in this folder with a name starting with base_.
;see _importer.ltx for explanation
[de_357]
caliber = ammo_357_hp_mag, ammo_357_hp_mag_bad, ammo_357_hp_mag_verybad
@@ -0,0 +1,9 @@
;do not edit this file to add new magazine base types, create a new file in this folder winame starting with base_.
;see _importer.ltx for explanation
[ak_5.45x39]
caliber = ammo_5.45x39_fmj, ammo_5.45x39_fmj_bad, ammo_5.45x39_fmj_verybad, ammo_5.45x39_ep, ammo_5.45x39_ep_bad, ammo_5.45x39_ep_verybad, ammo_5.45x39_ap, ammo_5.45x39_ap_bad, ammo_5.45x39_ap_verybad
[ar_5.45x39]
caliber = ammo_5.45x39_fmj, ammo_5.45x39_fmj_bad, ammo_5.45x39_fmj_verybad, ammo_5.45x39_ep, ammo_5.45x39_ep_bad, ammo_5.45x39_ep_verybad, ammo_5.45x39_ap, ammo_5.45x39_ap_bad, ammo_5.45x39_ap_verybad
@@ -0,0 +1,24 @@
;do not edit this file to add new magazine base types, create a new file in this folder winame starting with base_.
;see _importer.ltx for explanation
[ace_5.56x45]
caliber = ammo_5.56x45_fmj, ammo_5.56x45_fmj_bad, ammo_5.56x45_fmj_verybad, ammo_5.56x45_ss190, ammo_5.56x45_ss190_bad, ammo_5.56x45_ss190_verybad, ammo_5.56x45_ap, ammo_5.56x45_ap_bad, ammo_5.56x45_ap_verybad
[ak_5.56x45]
caliber = ammo_5.56x45_fmj, ammo_5.56x45_fmj_bad, ammo_5.56x45_fmj_verybad, ammo_5.56x45_ss190, ammo_5.56x45_ss190_bad, ammo_5.56x45_ss190_verybad, ammo_5.56x45_ap, ammo_5.56x45_ap_bad, ammo_5.56x45_ap_verybad
[nato_5.56x45]
caliber = ammo_5.56x45_fmj, ammo_5.56x45_fmj_bad, ammo_5.56x45_fmj_verybad, ammo_5.56x45_ss190, ammo_5.56x45_ss190_bad, ammo_5.56x45_ss190_verybad, ammo_5.56x45_ap, ammo_5.56x45_ap_bad, ammo_5.56x45_ap_verybad
[aug_5.56x45]
caliber = ammo_5.56x45_fmj, ammo_5.56x45_fmj_bad, ammo_5.56x45_fmj_verybad, ammo_5.56x45_ss190, ammo_5.56x45_ss190_bad, ammo_5.56x45_ss190_verybad, ammo_5.56x45_ap, ammo_5.56x45_ap_bad, ammo_5.56x45_ap_verybad
[g36_5.56x45]
caliber = ammo_5.56x45_fmj, ammo_5.56x45_fmj_bad, ammo_5.56x45_fmj_verybad, ammo_5.56x45_ss190, ammo_5.56x45_ss190_bad, ammo_5.56x45_ss190_verybad, ammo_5.56x45_ap, ammo_5.56x45_ap_bad, ammo_5.56x45_ap_verybad
[m249_5.56x45]
caliber = ammo_5.56x45_fmj, ammo_5.56x45_fmj_bad, ammo_5.56x45_fmj_verybad, ammo_5.56x45_ss190, ammo_5.56x45_ss190_bad, ammo_5.56x45_ss190_verybad, ammo_5.56x45_ap, ammo_5.56x45_ap_bad, ammo_5.56x45_ap_verybad
[sig_5.56x45]
caliber = ammo_5.56x45_fmj, ammo_5.56x45_fmj_bad, ammo_5.56x45_fmj_verybad, ammo_5.56x45_ss190, ammo_5.56x45_ss190_bad, ammo_5.56x45_ss190_verybad, ammo_5.56x45_ap, ammo_5.56x45_ap_bad, ammo_5.56x45_ap_verybad
@@ -0,0 +1,9 @@
;do not edit this file to add new magazine base types, create a new file in this folder with a name starting with base_.
;see _importer.ltx for explanation
[fn_5.7x28]
caliber = ammo_5.7x28_ss190, ammo_5.7x28_ss190_bad, ammo_5.7x28_ss190_verybad, ammo_5.7x28_ss195, ammo_5.7x28_ss195_bad, ammo_5.7x28_ss195_verybad
[p90_5.7x28]
caliber = ammo_5.7x28_ss190, ammo_5.7x28_ss190_bad, ammo_5.7x28_ss190_verybad, ammo_5.7x28_ss195, ammo_5.7x28_ss195_bad, ammo_5.7x28_ss195_verybad
@@ -0,0 +1,14 @@
;do not edit this file to add new magazine base types, create a new file in this folder with a name starting with base_.
;see _importer.ltx for explanation
[cz_7.62x25]
caliber = ammo_7.62x25_p, ammo_7.62x25_p_bad, ammo_7.62x25_p_verybad, ammo_7.62x25_ps, ammo_7.62x25_ps_bad, ammo_7.62x25_ps_verybad
[tt33_7.62x25]
caliber = ammo_7.62x25_p, ammo_7.62x25_p_bad, ammo_7.62x25_p_verybad, ammo_7.62x25_ps, ammo_7.62x25_ps_bad, ammo_7.62x25_ps_verybad
[ppsh_7.62x25]
caliber = ammo_7.62x25_p, ammo_7.62x25_p_bad, ammo_7.62x25_p_verybad, ammo_7.62x25_ps, ammo_7.62x25_ps_bad, ammo_7.62x25_ps_verybad
[bizon_7.62x25]; alt
caliber = ammo_7.62x25_p, ammo_7.62x25_p_bad, ammo_7.62x25_p_verybad, ammo_7.62x25_ps, ammo_7.62x25_ps_bad, ammo_7.62x25_ps_verybad
@@ -0,0 +1,16 @@
;do not edit this file to add new magazine base types, create a new file in this folder winame starting with base_.
;see _importer.ltx for explanation
[ak_7.62x39]
caliber = ammo_7.62x39_fmj, ammo_7.62x39_fmj_bad, ammo_7.62x39_fmj_verybad, ammo_7.62x39_ap, ammo_7.62x39_ap_bad, ammo_7.62x39_ap_verybad
[rpd_7.62x39]
caliber = ammo_7.62x39_fmj, ammo_7.62x39_fmj_bad, ammo_7.62x39_fmj_verybad, ammo_7.62x39_ap, ammo_7.62x39_ap_bad, ammo_7.62x39_ap_verybad
[t63_7.62x39]
caliber = ammo_7.62x39_fmj, ammo_7.62x39_fmj_bad, ammo_7.62x39_fmj_verybad, ammo_7.62x39_ap, ammo_7.62x39_ap_bad, ammo_7.62x39_ap_verybad
[svt_7.62x39]
caliber = ammo_7.62x39_fmj, ammo_7.62x39_fmj_bad, ammo_7.62x39_fmj_verybad, ammo_7.62x39_ap, ammo_7.62x39_ap_bad, ammo_7.62x39_ap_verybad
@@ -0,0 +1,23 @@
;do not edit this file to add new magazine base types, create a new file in this folder winame starting with base_.
;see _importer.ltx for explanation
[hinge_7.62x51]
caliber = ammo_7.62x51_fmj, ammo_7.62x51_fmj_bad, ammo_7.62x51_fmj_verybad, ammo_7.62x51_ap, ammo_7.62x51_ap_bad, ammo_7.62x51_ap_verybad
[stanag_7.62x51]
caliber = ammo_7.62x51_fmj, ammo_7.62x51_fmj_bad, ammo_7.62x51_fmj_verybad, ammo_7.62x51_ap, ammo_7.62x51_ap_bad, ammo_7.62x51_ap_verybad
[galil_7.62x51]
caliber = ammo_7.62x51_fmj, ammo_7.62x51_fmj_bad, ammo_7.62x51_fmj_verybad, ammo_7.62x51_ap, ammo_7.62x51_ap_bad, ammo_7.62x51_ap_verybad
[l96a1_7.62x51]
caliber = ammo_7.62x51_fmj, ammo_7.62x51_fmj_bad, ammo_7.62x51_fmj_verybad, ammo_7.62x51_ap, ammo_7.62x51_ap_bad, ammo_7.62x51_ap_verybad
[rem_7.62x51]
caliber = ammo_7.62x51_fmj, ammo_7.62x51_fmj_bad, ammo_7.62x51_fmj_verybad, ammo_7.62x51_ap, ammo_7.62x51_ap_bad, ammo_7.62x51_ap_verybad
[fn_7.62x51]
caliber = ammo_7.62x51_fmj, ammo_7.62x51_fmj_bad, ammo_7.62x51_fmj_verybad, ammo_7.62x51_ap, ammo_7.62x51_ap_bad, ammo_7.62x51_ap_verybad
[wa_7.62x51]
caliber = ammo_7.62x51_fmj, ammo_7.62x51_fmj_bad, ammo_7.62x51_fmj_verybad, ammo_7.62x51_ap, ammo_7.62x51_ap_bad, ammo_7.62x51_ap_verybad
@@ -0,0 +1,21 @@
;do not edit this file to add new magazine base types, create a new file in this folder winame starting with base_.
;see _importer.ltx for explanation
[pkp_pkm]
caliber = ammo_pkm_100, ammo_pkm_100_bad, ammo_pkm_100_verybad, ammo_7.62x54_ap, ammo_7.62x54_ap_bad, ammo_7.62x54_ap_verybad
[196al_7.62x54]
caliber = ammo_7.62x54_7h1, ammo_7.62x54_7h1_bad, ammo_7.62x54_7h1_verybad, ammo_7.62x54_ap, ammo_7.62x54_ap_bad, ammo_7.62x54_ap_verybad, ammo_7.62x54_7h14, ammo_7.62x54_7h14_bad, ammo_7.62x54_7h14_verybad
[svt_7.62x54]
caliber = ammo_7.62x54_7h1, ammo_7.62x54_7h1_bad, ammo_7.62x54_7h1_verybad, ammo_7.62x54_ap, ammo_7.62x54_ap_bad, ammo_7.62x54_ap_verybad, ammo_7.62x54_7h14, ammo_7.62x54_7h14_bad, ammo_7.62x54_7h14_verybad, ammo_pkm_100, ammo_pkm_100_bad, ammo_pkm_100_verybad
[t63_7.62x54]
caliber = ammo_7.62x54_7h1, ammo_7.62x54_7h1_bad, ammo_7.62x54_7h1_verybad, ammo_7.62x54_ap, ammo_7.62x54_ap_bad, ammo_7.62x54_ap_verybad, ammo_7.62x54_7h14, ammo_7.62x54_7h14_bad, ammo_7.62x54_7h14_verybad
[sv98_7.62x54]
caliber = ammo_7.62x54_7h1, ammo_7.62x54_7h1_bad, ammo_7.62x54_7h1_verybad, ammo_7.62x54_ap, ammo_7.62x54_ap_bad, ammo_7.62x54_ap_verybad, ammo_7.62x54_7h14, ammo_7.62x54_7h14_bad, ammo_7.62x54_7h14_verybad
[svd_7.62x54];svu
caliber = ammo_7.62x54_7h1, ammo_7.62x54_7h1_bad, ammo_7.62x54_7h1_verybad, ammo_7.62x54_ap, ammo_7.62x54_ap_bad, ammo_7.62x54_ap_verybad, ammo_7.62x54_7h14, ammo_7.62x54_7h14_bad, ammo_7.62x54_7h14_verybad
@@ -0,0 +1,6 @@
;do not edit this file to add new magazine base types, create a new file in this folder winame starting with base_.
;see _importer.ltx for explanation
[g43_7.92x33]
caliber = ammo_7.92x33_fmj, ammo_7.92x33_fmj_bad, ammo_7.92x33_fmj_verybad, ammo_7.92x33_ap, ammo_7.92x33_ap_bad, ammo_7.92x33_ap_verybad
@@ -0,0 +1,52 @@
;do not edit this file to add new magazine base types, create a new file in this folder with a name starting with base_.
;see _importer.ltx for explanation
[aps_9x18]
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[92f_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[bizon_9x18]
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[cz_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[fort_9x18]
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[glock_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[hpsa_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[mp443_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[mp5_9x18];alt1
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[mp7_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[oc_9x18]
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[pm_9x18];pb
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[pp2k_9x18]
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[vityaz_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[vz61_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
[kip_9x18];alt
caliber = ammo_9x18_fmj, ammo_9x18_fmj_bad, ammo_9x18_fmj_verybad, ammo_9x18_pmm, ammo_9x18_pmm_bad, ammo_9x18_pmm_verybad, ammo_9x18_ap, ammo_9x18_ap_bad, ammo_9x18_ap_verybad
@@ -0,0 +1,63 @@
;do not edit this file to add new magazine base types, create a new file in this folder with a name starting with base_.
;see _importer.ltx for explanation
[aps_9x19]; alt
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[92f_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[cz_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[fort_9x19];alt
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[glock_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[gsh_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[hpsa_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[kip_9x19]; alt
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[mp443_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[mp5_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[mp7_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[bizon_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[oc_9x19];alt
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[pm_9x19];alt
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[pmm_9x19];alt
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[pp2k_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[usp_9x19];alt
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[vityaz_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[vz61_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
[walther_9x19]
caliber = ammo_9x19_fmj, ammo_9x19_fmj_bad, ammo_9x19_fmj_verybad, ammo_9x19_pbp, ammo_9x19_pbp_bad, ammo_9x19_pbp_verybad, ammo_9x19_ap, ammo_9x19_ap_bad, ammo_9x19_ap_verybad
@@ -0,0 +1,12 @@
;do not edit this file to add new magazine base types, create a new file in this folder winame starting with base_.
;see _importer.ltx for explanation
[vsk_9x39]
caliber = ammo_9x39_pab9, ammo_9x39_pab9_bad, ammo_9x39_pab9_verybad, ammo_9x39_ap, ammo_9x39_ap_bad, ammo_9x39_ap_verybad
[ots_9x39]
caliber = ammo_9x39_pab9, ammo_9x39_pab9_bad, ammo_9x39_pab9_verybad, ammo_9x39_ap, ammo_9x39_ap_bad, ammo_9x39_ap_verybad
[val_9x39]
caliber = ammo_9x39_pab9, ammo_9x39_pab9_bad, ammo_9x39_pab9_verybad, ammo_9x39_ap, ammo_9x39_ap_bad, ammo_9x39_ap_verybad
@@ -0,0 +1,9 @@
;files in this folder describe magazine [base_type]s
;magazines that share a base_type can be used by any gun that supports that base type.
;a base_type only supports a single caliber. This is to prevent putting a magazine in a gun that can't use the bullets it contains.
;Real world example: All AK-74 magazines have a raised horizontal rib on each side of the rear lug to prevent their use in a 7.62×39mm AK.
;Weapons are asosiated with a base_type in ltx files in magazines2/weapons . Weapons that can have thier caliber changed ing game will also have thier base_type changed.
;If you have an AEK retooled from 5.45x39 to 5.56x45 (efectivly making an AEK-971 into a 972) you would also change the magzine well from acepting ak-74 magazies to taking ak-101 magazines.
; RavenAscendant may2021
#include "base_*.ltx"
@@ -0,0 +1,23 @@
#include "weapons\importer.ltx"
#include "outfitloadouts\importer.ltx"
#include "basetypes\importer.ltx"
;This LTX combines all of the look uptables used by Magazines Redux into one place.
;Wild card includes are used for all three tables to facilitate adding information requred for compatablity with weapon mods.
;Weapons: Think of this as a supplement to a weapons section to add information needed for magazines.
; Keeping it in a lookup table ensures maximum compatablity.
;Outfit loadouts: Suplemental information for outfits or classes of outfits describing how many magazines of each size the outfit allows you to carry.
;Base types can be thought of as a magazine compatablity standard, similar to STANAG or the comanality of magazines used by AKs.
;The weapon look up tables and the magazine item sections have base_type entries to indicate thier compatablity.
@@ -0,0 +1,2 @@
#include "l_*.ltx"
@@ -0,0 +1,4 @@
[equ_military_pack]
mag_limit_small = 2
mag_limit_medium = 2
mag_limit_large = 0
@@ -0,0 +1,33 @@
;This file is for outfit sections not specified in another file in this folder.
;do not edit this file to add support for new outfits or outfit kinds.
;create a new file in this folder, file name(s) should include an addon identifier such as bas_
[o_none] ;ultimate fall back, no armor or unsupported armor with unrecognized kind
mag_limit_small = 2
mag_limit_medium = 0
mag_limit_large = 0
;the rest are fallbacks to the base anomaly kind values for outfits
[o_light]
mag_limit_small = 3
mag_limit_medium = 3
mag_limit_large = 0
[o_medium]
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[o_heavy]
mag_limit_small = 6
mag_limit_medium = 6
mag_limit_large = 2
[o_sci]
mag_limit_small = 2
mag_limit_medium = 2
mag_limit_large = 0
@@ -0,0 +1,5 @@
[ghillie_outfit]
mag_limit_small = 3
mag_limit_medium = 2
mag_limit_large = 0
@@ -0,0 +1,549 @@
;do not edit this file to add support for new outfits.
;create a new file in this folder, file name(s) should include an addon identifier such as bas_
;profiles for all the vanilla outfits, based on their visuals, outfit descriptions and common sense
;icon visuals and descriptions take priority over actor models because that's what the player actually sees 99 percent of the time, especially while deciding what to buy
;BASE SECTIONS for outfits that are essentially the same model within the same class of outfits, with no pouch related flavor to them, edit these to easily affect all the ones that use these sections
[jacket_base]; standard jackets
mag_limit_small = 3
mag_limit_medium = 2
mag_limit_large = 0
[medium_trenchcoat_base]; trenchcoats with description suggesting a butchered SEVA and a coat
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[sunrise_base]; all the sunrise-type suits, they have no pouches
mag_limit_small = 3
mag_limit_medium = 3
mag_limit_large = 0
[ps5_base]; faction-equivalents of sunrise, no pouches
mag_limit_small = 4
mag_limit_medium = 3
mag_limit_large = 0
[specops_base]; berill is the standard military suit with tons of pouches, go-to medium outfit for a lot of combat
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 2
[sts_base]; merc type suits with decent amount of pouches
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[lcs_base]; merc combat outfits, tons of pouches
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 2
[nbc_base]; nbc suits have a lot of pouches around the belt
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[nbc_sts_base]; nbc suits based on sts vests
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 1
[ssp_base]; non-combat oriented ecolog suits
mag_limit_small = 3
mag_limit_medium = 2
mag_limit_large = 0
[sspm_base]; M variants of the ecolog suits, slightly more combat oriented
mag_limit_small = 4
mag_limit_medium = 2
mag_limit_large = 0
[seva_base]; regular SEVA suits similar to the loner one
mag_limit_small = 4
mag_limit_medium = 3
mag_limit_large = 0
[seva_sts_base]; SEVA suits based on sts vests
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[skat_base]; SKAT-9 is supposed to be top tier military suit for deep raids, has pouches
mag_limit_small = 6
mag_limit_medium = 6
mag_limit_large = 2
[iba_base]; IBAz suits, heavy, combat oriented but no visible pouches
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[exolight_base]; almost none of the exosuits have any visible pouches, but let's not make them lag behind the SKAT too much, exolights can utilize the combat backpack bonus
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 2
[exo_base]; no visible pouches except bandit one
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 2
[nosorog_base]; no visible pouches
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 2
;INDIVIDUAL SECTIONS for ALL suits in the game, edit them to affect specific suits of your choice, categories as in debug mode
;LIGHT OUTFITS
[banditmerc_outfit]:lcs_base
[cs_light_novice_outfit]; plenty of visible, but small pouches
mag_limit_small = 4
mag_limit_medium = 2
mag_limit_large = 0
[cs_light_outfit]; plenty of visible regular pouches
mag_limit_small = 4
mag_limit_medium = 3
mag_limit_large = 0
[merc_scout_outfit]; light lcs suit
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[merc_fighter_outfit]; another light lcs
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[stalker_predator_outfit]:sunrise_base
[trenchcoat_outfit]; a coat should have some additional pockets on the inside
mag_limit_small = 4
mag_limit_medium = 3
mag_limit_large = 1
[army_outfit]; pretty much a light berill, plenty of space for mags
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
;jackets
[novice_outfit]:jacket_base
[cs_novice_outfit]:jacket_base
[dolg_novice_outfit]:jacket_base
[svoboda_novice_outfit]:jacket_base
[bandit_novice_outfit]:jacket_base
[bandit_novice_outfit_alt]:jacket_base
[redline_novice_outfit]:jacket_base
[novice_outfit_tourist]:jacket_base
[novice_outfit_camo]; outfit descr suggests it's a combat oriented custom jacket
mag_limit_small = 4
mag_limit_medium = 3
mag_limit_large = 1
;MEDIUM OUTFITS
;medium trenchcoats
[trenchcoat_brown_outfit]:medium_trenchcoat_base
[trenchcoat_green_outfit]:medium_trenchcoat_base
[greh_trenchcoat_outfit]:medium_trenchcoat_base
[trenchcoat_dolg_brown_outfit]:medium_trenchcoat_base
[trenchcoat_freedom_brown_outfit]:medium_trenchcoat_base
[monolith_trenchcoat_outfit]; the one outlier, stats of the medium suits but description of a light trenchcoat
mag_limit_small = 4
mag_limit_medium = 3
mag_limit_large = 1
;sunrise
[stalker_outfit]:sunrise_base
[stalker_graphite_outfit]:sunrise_base
[stalker_autumn_outfit]:sunrise_base
[stalker_bear_outfit]:sunrise_base
[stalker_salamander_outfit]:sunrise_base
[stalker_drought_outfit]:sunrise_base
[stalker_tigerstripe_outfit]:sunrise_base
[ecolog_guard_outfit]:sunrise_base
[cs_stalker_outfit]:sunrise_base
[wastelander_outfit]:sunrise_base
;ps5
[dolg_outfit]:ps5_base
[dolg_scout_outfit]:ps5_base
[dolg_red_outfit]:ps5_base
[svoboda_heavy_outfit_2]:ps5_base
[bandit_ps5_outfit]:ps5_base
[greh_ps5_outfit]:ps5_base
;berill
[specops_outfit]:specops_base
[specops_bandit_outfit]:specops_base
[specops_merc_outfit]:specops_base
[specops_dolg_outfit]:specops_base
[svoboda_heavy_outfit]:specops_base
;sts
[merc_sun_outfit]:sts_base
[merc_wolven_outfit]:sts_base
[bandit_sun_outfit]:sts_base
[svoboda_light_outfit]:sts_base
[monolith_outfit]:sts_base
[isg_outfit]:sts_base
[isg_camo_outfit]:sts_base
;lcs
[merc_outfit]:lcs_base
[merc_sunset_outfit]:lcs_base
[renegademerc_outfit]:lcs_base
[greh_armored_outfit]:lcs_base
[greh_armored_camo_outfit]:lcs_base
[isg_lcs_outfit]:lcs_base
[isg_lcs_camo_outfit]:lcs_base
[isg_lcs_urban_outfit]:lcs_base
[merc_jackal_outfit]:lcs_base
[merc_coyote_outfit]; descr says improved jackal with better weight distribution, icon shows more pouches
mag_limit_small = 6
mag_limit_medium = 6
mag_limit_large = 2
;nbc
[nbc_outfit]:nbc_base
[cs_nbc_outfit]:nbc_base
[nbc_merc_outfit]:nbc_base
[nbc_dolg_outfit]:nbc_base
[bandit_nbc_outfit]:nbc_sts_base
[monolith_nbc_outfit]:nbc_sts_base
[nbc_freedom_outfit]:nbc_sts_base
;ssp
[ecolog_outfit_yello]:ssp_base
[ecolog_outfit_orange]:ssp_base
[ecolog_outfit_white]:ssp_base
[ecolog_outfit_green]:sspm_base
[ecolog_outfit_red]:sspm_base
[ecolog_outfit_blue]:sspm_base
;seva
[scientific_outfit]:seva_base
[cs_scientific_outfit]:seva_base
[cs_scientific_outfit_good]:seva_base
[merc_scientific_outfit]:seva_base
[svoboda_scientific_outfit]:seva_base
[bandit_scientific_dark_outfit]:seva_base
[monolith_scientific_light_outfit]:seva_base
[dolg_scientific_outfit]:seva_base
[dolg_scientific_wood_outfit]:seva_base
[dolg_scientific_red_outfit]:seva_base
[renegade_scientific_outfit]:seva_sts_base
[isg_scientific_outfit]:seva_sts_base
[monolith_scientific_outfit]:seva_sts_base
[bandit_scientific_outfit]:seva_sts_base
[merc_combat_scientific_outfit]:seva_sts_base
[merc_scientific_armored_outfit]:seva_sts_base
[merc_ace_outfit]:seva_sts_base
[hybrid_outfit]; the seva-like duckling, has some visible pouches
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 0
;medium uniques
[cs_medium_outfit]; decent amount of pouches
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[dolg_voin_outfit]; weird non vanilla model with lots of pouches
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 2
[nomad_outfit]; another odd model, plenty of pouches
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
[travel_outfit]; nbc like belt with tons of pouches
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 1
;HEAVY OUTFITS
;skat
[military_outfit]:skat_base
[military_merc_outfit]:skat_base
[military_bandit_outfit]:skat_base
[military_monolit_outfit]:skat_base
[military_freedom_outfit]:skat_base
[military_sky_outfit]:skat_base
[dolg_heavy_outfit]:skat_base
[dolg_heavy_redline_outfit]:skat_base
[dolg_pantsir_outfit]; pseudo SKAT, described as somewhat worse
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 2
;iba
[light_loner_outfit]:iba_base
[light_monolit_outfit]:iba_base
[light_dolg_outfit]:iba_base
[light_freedom_outfit]:iba_base
[light_voen_outfit]:iba_base
[light_merc_outfit]:iba_base
[light_isg_outfit]:iba_base
;exolight
[exolight_outfit]:exolight_base
[military_exolight_outfit]:exolight_base
[isg_exolight_outfit]:exolight_base
[cs_exolight_outfit]:exolight_base
[monolith_exolight_outfit]:exolight_base
[merc_exolight_outfit]:exolight_base
[bandit_exolight_outfit]:exolight_base
[dolg_exolight_outfit]:exolight_base
[svoboda_exolight_outfit]:exolight_base
[exo_wood_outfit]:exolight_base
[exo_merc_grass_outfit]:exolight_base
[exo_merc_urban_outfit]:exolight_base
[exo_merc_wood_outfit]:exolight_base
[exo_dolg_outfit]:exolight_base
[exo_dolg_wood_outfit]:exolight_base
[exo_dolg_urban_outfit]:exolight_base
[exo_dolg_red_outfit]:exolight_base
[freedom_exo_vineleaf_outfit]:exolight_base
;exo
[exo_outfit]:exo_base
[cs_exo_outfit]:exo_base
[ecolog_exo_outfit]:exo_base
[svoboda_exo_outfit]:exo_base
[monolith_exo_outfit]:exo_base
[renegade_exo_outfit]:exo_base
[greh_exo_outfit]:exo_base
[military_exo_outfit]:exo_base
[isg_exo_outfit]:exo_base
[merc_exo_outfit]:exo_base
[dolg_exo_outfit]:exo_base
[bandit_exo_outfit]; the icon has what seems to be some pouches on the chestpiece, even if the model doesn't reflect it, a weak exo overall, could use some love
mag_limit_small = 6
mag_limit_medium = 6
mag_limit_large = 2
;nosorog
[dolg_nosorog_outfit]:nosorog_base
[monolith_nosorog_outfit]:nosorog_base
[merc_nosorog_outfit]:nosorog_base
[freedom_nosorog_outfit]:nosorog_base
[army_nosorog_outfit]:nosorog_base
[isg_nosorog_outfit]:nosorog_base
;proto exo
;they get pretty random so they are sharing sections with the non-exoframe variants
[military_proto_exo_outfit]:skat_base
[dolg_heavy_proto_exo_outfit]:skat_base
[isg_proto_exo_outfit]:sts_base
[svoboda_light_proto_exo_outfit]:sts_base
[monolith_proto_exo_outfit]:sts_base
[dolg_proto_exo_outfit]:ps5_base
[stalker_proto_exo_outfit]:sunrise_base
[cs_stalker_proto_exo_outfit]:sunrise_base
[ecolog_proto_exo_outfit]; seems to have some small pouches, but as an ecolog suit it's not really properly combat oriented
mag_limit_small = 4
mag_limit_medium = 3
mag_limit_large = 0
;heavy uniques
[cs_heavy_outfit]; tons of pouches all over this armor
mag_limit_small = 6
mag_limit_medium = 6
mag_limit_large = 2
[merc_nighthunter_outfit]; sts suit considered heavy for whatever reason
mag_limit_small = 4
mag_limit_medium = 4
mag_limit_large = 2
[dolg_specops_red_outfit]; again heavy for no reason, icon and descr suggest it's a berill, but model is just a PS5
mag_limit_small = 5
mag_limit_medium = 5
mag_limit_large = 2
@@ -0,0 +1,2 @@
#include "w_*.ltx"
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_9a91]
default_mag = mag_vsk_9x39_default
;base_type
ammo_9x39_pab9 = vsk_9x39
[wpn_vsk94]
default_mag = mag_vsk_9x39_default
;base_type
ammo_9x39_pab9 = vsk_9x39
@@ -0,0 +1,24 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_bizon]
default_mag = mag_bizon_9x18_defalt
;base_type
ammo_9x18_fmj = bizon_9x18
;base_type after rechamber upgrade
ammo_7.62x25_p = bizon_7.62x25
[wpn_kiparis]
default_mag = mag_kiparis_9x18_default
;base_type
ammo_9x18_fmj = kip_9x18
;base_type after rechamber upgrade
ammo_9x19_fmj = kip_9x19
@@ -0,0 +1,38 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_mp7]
default_mag = mag_mp7_9x19_default
;base_type
ammo_9x19_fmj = mp7_9x19
ammo_9x18_fmj = mp7_9x18
[wpn_vz61]
default_mag = mag_vz61_9x19_default
;base_type
ammo_9x19_fmj = vz61_9x19
ammo_9x18_fmj = vz61_9x18
[wpn_vz61_camo]:wpn_vz61
[wpn_vz61_alt]:wpn_vz61
default_mag = mag_vz61_9x18_alt
[wpn_vz61_freedom]:wpn_vz61
[wpn_vityaz]
default_mag = mag_vityaz_9x19_default
;base_type
ammo_9x19_fmj = vityaz_9x19
ammo_9x18_fmj = vityaz_9x18
[wpn_pp2000]
default_mag = mag_pp2000_9x19_default
;base_type
ammo_9x19_fmj = pp2k_9x19
ammo_9x18_fmj = pp2k_9x18
@@ -0,0 +1,18 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_abakan]
default_mag = mag_ak_5.45x39_modern
improved_mag = mag_ak_5.45x39_fast
;base_type
ammo_5.45x39_fmj = ak_5.45x39
[wpn_abakan_camo]:wpn_abakan
@@ -0,0 +1,24 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_aek]
default_mag = mag_ak_5.45x39_modern
improved_mag = mag_ak_5.45x39_fast
;base_type
ammo_5.45x39_fmj = ak_5.45x39
[wpn_aek_camo]:wpn_aek
[wpn_aek_duty]:wpn_aek
default_mag = mag_ak_7.62x39_default
improved_mag = mag_ak_7.62x39_fast
;base_type
ammo_7.62x39_fmj = ak_7.62x39
@@ -0,0 +1,19 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_ak]
default_mag = mag_ak_7.62x39_default
improved_mag = mag_rpk_7.62x39_default
;base_type
ammo_7.62x39_fmj = ak_7.62x39
[wpn_aks]:wpn_ak
@@ -0,0 +1,19 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_ak101]
default_mag = mag_ak_5.56x45_modern
;base_type
ammo_5.56x45_fmj = ak_5.56x45
ammo_5.45x39_fmj = ak_5.45x39
[wpn_ak101_camo]:wpn_ak101
[wpn_ak102]:wpn_ak101
@@ -0,0 +1,19 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_ak103]
default_mag = mag_ak_7.62x39_modern
improved_mag = mag_ak_7.62x39_fast
;base_type
ammo_7.62x39_fmj = ak_7.62x39
[wpn_ak103_camo]:wpn_ak103
[wpn_ak104]:wpn_ak103
@@ -0,0 +1,17 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_ak12]
default_mag = mag_ak_5.45x39_modern
;base_type
ammo_5.45x39_fmj = ak_5.45x39
;base_type after rechamber upgrade
ammo_5.56x45_fmj = ak_5.56x45
@@ -0,0 +1,31 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_ak74]
default_mag = mag_ak_5.45x39_default
improved_mag = mag_rpk_5.45x39_default
;base_type
ammo_5.45x39_fmj = ak_5.45x39
;base_type after rechamber upgrade
ammo_5.56x45_fmj = ak_5.56x45
[wpn_ak74_alt]:wpn_ak74
[wpn_ak74_custom]:wpn_ak74
[wpn_ak74_modern]:wpn_ak74
[wpn_ak74_old]:wpn_ak74
[wpn_ak74_rpk]:wpn_ak74
default_mag = mag_rpk_5.45x39_default
[wpn_ak105]:wpn_ak74
default_mag = mag_ak_5.45x39_modern
@@ -0,0 +1,27 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_ak74m]
default_mag = mag_ak_5.45x39_modern
improved_mag = mag_ak_5.45x39_extended
;base_type
ammo_5.45x39_fmj = ak_5.45x39
;base_type after rechamber upgrade
ammo_5.56x45_fmj = ak_5.56x45
[wpn_ak74m_camo]:wpn_ak74m
[wpn_ak74m_custom]:wpn_ak74m
[wpn_ak74m_duty]:wpn_ak74m
[wpn_ak74m_pka]:wpn_ak74m
[wpn_ak74m_alt]:wpn_ak74m
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_akm]
default_mag = mag_ak_7.62x39_default
improved_mag = mag_rpk_7.62x39_default
;base_type
ammo_7.62x39_fmj = ak_7.62x39
[wpn_akms]:wpn_akm
[wpn_akms_alt]:wpn_akms
@@ -0,0 +1,19 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_aks74]
default_mag = mag_ak_5.45x39_default
improved_mag = mag_rpk_5.45x39_default
;base_type
ammo_5.45x39_fmj = ak_5.45x39
;base_type after rechamber upgrade
ammo_5.56x45_fmj = ak_5.56x45
[wpn_aks74_new]:wpn_aks74
@@ -0,0 +1,24 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_ak74u]
default_mag = mag_ak_5.45x39_default
improved_mag = mag_rpk_5.45x39_default
;base_type
ammo_5.45x39_fmj = ak_5.45x39
[wpn_ak74u_camo]:wpn_ak74u
[wpn_ak74u_custom]:wpn_ak74u
[wpn_ak74u_old]:wpn_ak74u
[wpn_ak74u_snag]:wpn_ak74u
default_mag = mag_rpk_5.45x39_default
@@ -0,0 +1,15 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_aps]
default_mag = mag_aps_9x18_default
;base_type
ammo_9x18_fmj = aps_9x18
;base_type after rechamber upgrade
ammo_9x19_fmj = aps_9x19
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_ash12]
default_mag = mag_ash_12.7x55_default
improved_mag = mag_ash_12.7x55_extended
;base_type
ammo_12.7x55_fmj = ash_12.7x55
[wpn_vssk]
default_mag = mag_vsk_12.7x55_default
;base_type
ammo_12.7x55_fmj = vsk_12.7x55
@@ -0,0 +1,25 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_aug]
default_mag = mag_aug_5.56x45_default
;base_type
ammo_5.56x45_fmj = aug_5.56x45
[wpn_aug_custom]:wpn_aug
[wpn_aug_freedom]:wpn_aug
[wpn_aug_merc]:wpn_aug
[wpn_aug_modern]:wpn_aug
[wpn_aug_a3]:wpn_aug
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_m82]
default_mag = mag_m82_12.7x55_default
;base_type
ammo_12.7x55_fmj = m82_12.7x55
[wpn_m98b]
default_mag = mag_m98b_300_default
;base_type
ammo_magnum_300 = m98_300
@@ -0,0 +1,21 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/base_types/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_beretta]
default_mag = mag_beretta_9x19_default
;base_type
ammo_9x19_fmj = 92f_9x19
;base_type after rechamber upgrade
ammo_9x18_fmj = 92f_9x18
[wpn_beretta_alt]:wpn_beretta
[wpn_beretta_camo]:wpn_beretta
[wpn_beretta_modern]:wpn_beretta
@@ -0,0 +1,35 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_trg]
default_mag = mag_bolt_300_default
;base_type
ammo_magnum_300 = bolt_300
[wpn_m24]
default_mag = mag_bolt_300_default
;base_type
ammo_magnum_300 = bolt_300
[wpn_remington700]
default_mag = mag_rem_7.62x51_default
;base_type
ammo_7.62x51_fmj = rem_7.62x51
[wpn_wa2000]
default_mag = mag_wa_7.62x51_default
;base_type
ammo_7.62x51_fmj = wa_7.62x51
[wpn_sv98]
default_mag = mag_sv98_7.62x54_default
;base_type
ammo_7.62x54_7h1 = sv98_7.62x54
[wpn_sv98_custom]:wpn_sv98
@@ -0,0 +1,30 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/base_types/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_colt1911]
default_mag = mag_colt1911_default
;base_type
ammo_11.43x23_fmj = colt_11.43x23
[wpn_colt_kimber]:wpn_colt1911
[wpn_colt1911_new]:wpn_colt1911
[wpn_colt1911_merc]:wpn_colt1911
[wpn_colt1911_duty]:wpn_colt1911
[wpn_colt1911_custom]:wpn_colt1911
[wpn_colt1911_modern]:wpn_colt1911
[wpn_colt1911_camo]:wpn_colt1911
[wpn_colt1911_alt]:wpn_colt1911
@@ -0,0 +1,15 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
; include an idetifier for the addon that adds the gun such as `bas`
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/base_types/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_cz52]
default_mag = mag_cz52_default
;base_type
ammo_7.62x25_p = cz_7.62x25
@@ -0,0 +1,18 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
; include an idetifier for the addon that adds the gun such as `bas`
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/base_types/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_cz75]
default_mag = mag_cz75_9x19_default
;base_type
ammo_9x19_fmj = cz_9x19
;base_type after rechamber upgrade
ammo_9x18_fmj = cz_9x18
[wpn_cz75_auto]:wpn_cz75
@@ -0,0 +1,22 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
; include an idetifier for the addon that adds the gun such as `bas`
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/base_types/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_desert_eagle]
default_mag = mag_deserteagal_default
;base_type
ammo_357_hp_mag = de_357
[wpn_desert_eagle_custom]:wpn_desert_eagle
[wpn_desert_eagle_modern]:wpn_desert_eagle
[wpn_desert_eagle_nimble]:wpn_desert_eagle
;todo special default mags for nimble guns.
@@ -0,0 +1,21 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_fal]
default_mag = mag_hinge_7.62x51_default
improved_mag = mag_hinge_7.62x51_extended
;base_type
ammo_7.62x51_fmj = hinge_7.62x51
[wpn_mk14]
default_mag = mag_hinge_7.62x51_default
improved_mag = mag_hinge_7.62x51_extended
;base_type
ammo_7.62x51_fmj = hinge_7.62x51
@@ -0,0 +1,16 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_famas3]
default_mag = mag_nato_5.56x45_default
improved_mag = mag_nato_5.56x45_extended
;base_type
ammo_5.56x45_fmj = nato_5.56x45
@@ -0,0 +1,22 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_fn2000]
default_mag = mag_nato_5.56x45_default
improved_mag = mag_nato_5.56x45_casket
;base_type
ammo_5.56x45_fmj = nato_5.56x45
[wpn_fn2000_camo]:wpn_fn2000
[wpn_fn2000_custom]:wpn_fn2000
[wpn_fn2000_nimble]:wpn_fn2000
default_mag = mag_nato_5.56x45_fast
@@ -0,0 +1,16 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_fn57]
default_mag = mag_fn57_default
;base_type
ammo_5.7x28_ss190 = fn_5.7x28
@@ -0,0 +1,16 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_fnc]
default_mag = mag_nato_5.56x45_default
improved_mag = mag_nato_5.56x45_extended
;base_type
ammo_5.56x45_fmj = nato_5.56x45
@@ -0,0 +1,23 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_fnp45]
default_mag = mag_fnp45_default
;base_type
ammo_11.43x23_fmj = fnp_11.43x23
[wpn_fnp45_custom]:wpn_fnp45
[wpn_fnx45]:wpn_fnp45
default_mag = mag_fnx45_default
[wpn_fnx45_alt]:wpn_fnx45
[wpn_fnx45_custom]:wpn_fnx45
@@ -0,0 +1,18 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_fort]
default_mag = mag_fort_9x18_default
;base_type
ammo_9x18_fmj = fort_9x18
;base_type after rechamber upgrade
ammo_9x19_fmj = fort_9x19
[wpn_fort_snag]:wpn_fort
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_g3]
default_mag = mag_hinge_7.62x51_default
;base_type
ammo_7.62x51_fmj = hinge_7.62x51
[wpn_g3sg1]
default_mag = mag_hinge_7.62x51_default
;base_type
ammo_7.62x51_fmj = hinge_7.62x51
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_g36]
default_mag = mag_g36_5.56x45_default
;base_type
ammo_5.56x45_fmj = g36_5.56x45
[wpn_g36_camo]:wpn_g36
[wpn_g36k]:wpn_g36
[wpn_g36_nimble]:wpn_g36
@@ -0,0 +1,14 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_g43]
default_mag = mag_g43_7.92x33_default
;base_type
ammo_7.92x33_fmj = g43_7.92x33
@@ -0,0 +1,25 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_galil]
default_mag = mag_galil_7.62x51_default
;base_type
ammo_7.62x51_fmj = galil_7.62x51
;base_type after rechamber upgrade
ammo_7.62x39_fmj = ak_7.62x39
[wpn_galil_custom]:wpn_galil
[wpn_galil_modern]:wpn_galil
[wpn_ace21]
default_mag = mag_ace21_5.56x45_default
;base_type
ammo_5.56x45_fmj = ace_5.56x45
@@ -0,0 +1,21 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_glock]
default_mag = mag_glock_9x19_default
;base_type
ammo_9x19_fmj = glock_9x19
;base_type after rechamber upgrade
ammo_9x18_fmj = glock_9x18
[wpn_glock_custom]:wpn_glock
[wpn_glock_modern]:wpn_glock
@@ -0,0 +1,19 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_mp443]
default_mag = mag_mp443_9x19_default
;base_type
ammo_9x19_fmj = mp443_9x19
;base_type after rechamber upgrade
ammo_9x18_fmj = mp443_9x18
@@ -0,0 +1,19 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_groza]
default_mag = mag_ots_9x39_default
;base_type
ammo_9x39_pab9 = ots_9x39
[wpn_groza_nimble]:wpn_groza
default_mag = mag_ak_7.62x39_fast
;base_type
ammo_7.62x39_fmj = ak_7.62x39
@@ -0,0 +1,15 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_gsh18]
default_mag = mag_gsh18_9x19_default
;base_type
ammo_9x19_fmj = gsh_9x19
[wpn_gsh18_custom]:wpn_gsh18
@@ -0,0 +1,16 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_hk416]
default_mag = mag_nato_5.56x45_default
improved_mag = mag_nato_5.56x45_casket
;base_type
ammo_5.56x45_fmj = nato_5.56x45
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_hpsa]
default_mag = mag_hpsa_9x19_default
;base_type
ammo_9x19_fmj = hpsa_9x19
;base_type after rechamber upgrade
ammo_9x18_fmj = hpsa_9x18
[wpn_hpsa_alt]:wpn_hpsa
@@ -0,0 +1,29 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_l85]
default_mag = mag_nato_5.56x45_default
improved_mag = mag_nato_5.56x45_extended
;base_type
ammo_5.56x45_fmj = nato_5.56x45
;base_type after rechamber upgrade
ammo_5.45x39_fmj = ar_5.45x39
[wpn_l85_alt]:wpn_l85
[wpn_l85_custom]:wpn_l85
[wpn_l85_modern]:wpn_l85
[wpn_l85a2]:wpn_l85
[wpn_l85a2_modern]:wpn_l85a2
[wpn_l85a2_alt]:wpn_l85a2
[wpn_l85a2_custom]:wpn_l85a2
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_l96a1]
default_mag = mag_l96a1_7.62x51_default
;base_type
ammo_7.62x51_fmj = l96a1_7.62x51
ammo_7.62x54_7h1 = 196al_7.62x54
[wpn_l96a1m]
default_mag = mag_bolt_300_default
;base_type
ammo_magnum_300 = bolt_300
@@ -0,0 +1,21 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_lr300]
default_mag = mag_nato_5.56x45_default
improved_mag = mag_nato_5.56x45_fast
;base_type
ammo_5.56x45_fmj = nato_5.56x45
[wpn_lr300_camo]:wpn_lr300
[wpn_lr300_custom]:wpn_lr300
@@ -0,0 +1,18 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_m16]
default_mag = mag_nato_5.56x45_default
improved_mag = mag_nato_5.56x45_fast
;base_type
ammo_5.56x45_fmj = nato_5.56x45
[wpn_m16a2]:wpn_m16
@@ -0,0 +1,15 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_m249]
default_mag = mag_m249_5.56x45_default
;base_type
ammo_5.56x45_fmj = m249_5.56x45
@@ -0,0 +1,24 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_m4a1]
default_mag = mag_nato_5.56x45_default
improved_mag = mag_nato_5.56x45_fast
;base_type
ammo_5.56x45_fmj = nato_5.56x45
[wpn_m4a1_camo]:wpn_m4a1
[wpn_m4a1_custom]:wpn_m4a1
[wpn_m4a1_freedom]:wpn_m4a1
[wpn_m4]:wpn_m4a1
@@ -0,0 +1,14 @@
[wpn_mp5]
default_mag = mag_mp5_9x19_default
;base_type
ammo_9x19_fmj = mp5_9x19
ammo_9x18_fmj = mp5_9x18
[wpn_mp5_alt]:wpn_mp5
[wpn_mp5_custom]:wpn_mp5
[wpn_mp5_nimble]
default_mag = mag_frasier_11.43x23_default
ammo_11.43x23_fmj = mp5_11.43x23
[wpn_mp5sd]:wpn_mp5
[wpn_mp5sd_custom]:wpn_mp5sd
[wpn_mp5sd_new]:wpn_mp5sd
@@ -0,0 +1,20 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_oc33]
default_mag = mag_oc_9x18_default
;base_type
ammo_9x18_fmj = oc_9x18
;base_type after rechamber upgrade
ammo_9x19_fmj = oc_9x19
@@ -0,0 +1,21 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_pb]
default_mag = mag_pm_9x18_default
;base_type
ammo_9x18_fmj = pm_9x18
;base_type after rechamber upgrade
ammo_9x19_fmj = pm_9x19
[wpn_pb_custom]:wpn_pb
@@ -0,0 +1,8 @@
[wpn_pkm]
default_mag = mag_pkp_pkm_default
;base_type
ammo_pkm_100 = pkp_pkm
open_bolt = true ; exempts from OITC feature
[wpn_pkm_zulus]:wpn_pkm
[wpn_pkp]:wpn_pkm
@@ -0,0 +1,23 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_pm]
default_mag = mag_pm_9x18_default
;base_type
ammo_9x18_fmj = pm_9x18
;base_type after rechamber upgrade
ammo_9x19_fmj = pm_9x19
[wpn_pm_actor]:wpn_pm ;zaton b33
[wpn_pm_custom]:wpn_pm
[wpn_pmm]:wpn_pm
default_mag = mag_pmm_9x18_default
@@ -0,0 +1,16 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_rpd]
default_mag = mag_rpd_7.62x39_default
;base_type
ammo_7.62x39_fmj = rpd_7.62x39
open_bolt = true ; exempts from OITC feature
@@ -0,0 +1,22 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_rpk]
default_mag = mag_rpk_7.62x39_default
;base_type
ammo_7.62x39_fmj = ak_7.62x39
[wpn_rpk74]
default_mag = mag_rpk_5.45x39_default
;base_type
ammo_5.45x39_fmj = ak_5.45x39
;base_type after rechamber upgrade
ammo_5.56x45_fmj = ak_5.56x45
@@ -0,0 +1,8 @@
[wpn_scar]
default_mag = mag_stanag_7.62x51_default
improved_mag = mag_stanag_7.62x51_extended
;base_type
ammo_7.62x51_fmj = stanag_7.62x51
[wpn_scar_custom]:wpn_scar
[wpn_scar_new]:wpn_scar
@@ -0,0 +1,16 @@
[wpn_saiga12s]
default_mag = mag_saiga12s_12x70_default
improved_mag = mag_saiga12s_12x70_extended
;base_type
ammo_12x70_buck = saiga_12x70
[wpn_vepr]
default_mag = mag_vepr_12x70_default
improved_mag = mag_vepr_12x70_compact
;base_type
ammo_12x70_buck = vepr_12x70
[wpn_usas12]
default_mag = mag_usas12_12x70_default
;base_type
ammo_12x70_buck = usas_12x70
@@ -0,0 +1,22 @@
;do not edit this file to add new magazines, create a new file in this folder with a name starting with mag_.
;What ammo a mag takes as well as what guns it fits are determined by it's base_type. see configs/magazines2/_importer.ltx for explanation of base_type
;weapons are listed parrent_section for multi scope weapons, and section for all others
;default_mag is the magazine the gun will spawn with, also used for traders
;base_type is listed with the first entry in the guns ammo_class list
;for guns with rechamber upgrades the base_type for that caliber is listed under the first entry in the upgrades ammo_class list
;pistols are deceptive as most of them have custom mags, for a compleate understanding look at a number of AK and STANAG rifles
[wpn_sig220]
default_mag = mag_sig_11.43x23_default
;base_type
ammo_11.43x23_fmj = sig_11.43x23
[wpn_sig220_custom]:wpn_sig220
[wpn_sig220_nimble]:wpn_sig220

Some files were not shown because too many files have changed in this diff Show More