Compare commits

..

2 commits

Author SHA1 Message Date
4bf8f80d52 mod: continuous load ammo 2026-04-13 07:30:41 -07:00
44e179f15f move mortar strikes into folder 2026-04-13 07:28:43 -07:00
3 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,46 @@
## Settings file was created by plugin Continuous Load Ammo v1.1.5
## Plugin GUID: com.ozen.continuousloadammo
[General]
## The speed limit, as a percentage of the walk speed, set to the player while loading ammo
# Setting type: Single
# Default value: 0.45
# Acceptable value range: From 0 to 1
Speed Limit = 0.45
## Allow loading ammo outside the inventory only when Magazine and Ammo is in your Vest, Pockets, or Secure Container
# Setting type: Boolean
# Default value: true
Reachable Places Only = true
## Do not interrupt loading ammo when switching inventory tabs (maps tab, tasks tab, etc.)
# Setting type: Boolean
# Default value: true
Inventory Tabs = true
## Fallback to quick load if magazine preset is unavailable
# Setting type: Boolean
# Default value: true
Mag Preset Fallback = true
[Quick Load]
## Key used to load ammo outside the inventory
# Setting type: KeyboardShortcut
# Default value: K
Hotkey = K
## Highest Penetration Available - choose ammo that has the highest penetration power.
## Last Bullet in Magazine - prioritize the last ammo of the current weapon's magazine.
## Last Used Magazine Preset - load the last used magazine preset
# Setting type: QuickLoadMode
# Default value: LastMagazinePreset
# Acceptable values: HighestPenetrationAvailable, LastBulletMagazine, LastMagazinePreset
Mode = LastMagazinePreset
## When using Quick Load, notify the player of the ammo being loaded
# Setting type: Boolean
# Default value: true
Notify = true

Binary file not shown.