

A R.E.P.O. mod that enhances all guns with configurable features.
| Feature | Description | Who benefits |
|---|---|---|
| Infinite Ammo | Guns never run out of ammo — battery refills to full on every shot | Host only — friends benefit automatically without installing the mod |
| Fire Rate | Adjust how fast guns shoot | Host only — friends benefit automatically without installing the mod |
| Range | Adjust bullet range | Host only — friends benefit automatically without installing the mod |
| Recoil | Toggle gun recoil force | Host only — friends benefit automatically without installing the mod |
| Camera Shake | Toggle all camera shake (guns, explosions, impacts, etc.) | Each player individually — everyone who wants it off must install the mod themselves |
| Muzzle Flash | Toggle muzzle flash particles and light | Each player individually |
| Bullet Trail | Toggle bullet trail line | Each player individually |
| Bullet Hit Effect | Toggle hit particles on impact | Each player individually |
| Auto Fire | Hold E to fire continuously | Each player individually |
Host only = host installs the mod, all players in the room receive the effect automatically
Each player individually = each player must install the mod themselves to get the effect
Edit BepInEx/config/com.yourname.advancegunmod.cfg after running the game once.
[General]
Enabled = true
[InfiniteAmmo]
# Guns never run out of ammo. Battery refills to full on every shot.
# Host only — friends benefit automatically.
InfiniteAmmoEnabled = true
[FireRate]
# Enable fire rate adjustment.
# Host only — friends benefit automatically.
FireRateEnabled = true
# Divides shootCooldown by this value. Higher = faster fire rate.
# 1.0 = default, 2.0 = 2x faster, 30.0 = maximum
FireRateMultiplier = 1.0
[Range]
# Enable range adjustment.
# Host only — friends benefit automatically.
RangeEnabled = true
# Multiplies gunRange by this value. Higher = longer range.
# 1.0 = default, 2.0 = 2x range, 30.0 = maximum
RangeMultiplier = 1.0
[Effects]
# Toggle gun recoil force.
# Host only — friends benefit automatically.
RecoilEnabled = true
# Toggle all camera shake (guns, explosions, impacts, etc.)
# Each player must install the mod themselves to disable their own shake.
CameraShakeEnabled = true
# Toggle muzzle flash particles and light at gun barrel.
# Each player individually.
MuzzleFlashEnabled = true
# Toggle bullet trail line.
# Each player individually.
BulletTrailEnabled = true
# Toggle hit particles when bullet hits a target.
# Each player individually.
BulletHitEffectEnabled = true
[AutoFire]
# Hold E to fire continuously instead of pressing once per shot.
# Each player individually.
AutoFireEnabled = false
AdvanceGunMod.dll in BepInEx/plugins/