Meone101201-AdvanceGunMod icon

AdvanceGunMod

Enhances all guns with infinite ammo, fire rate, range, recoil, camera shake, muzzle flash, bullet trail, hit effects, and auto fire. Configure via BepInEx config file.

Last updated a day ago
Total downloads 727
Total rating 0 
Categories Weapons Client-side Server-side AI Generated
Dependency string Meone101201-AdvanceGunMod-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
nickklmao-MenuLib-2.5.3 icon
nickklmao-MenuLib

A library for creating UI!

Preferred version: 2.5.3
nickklmao-REPOConfig-1.2.6 icon
nickklmao-REPOConfig

Edit mod configs in-game!

Preferred version: 1.2.6

README

AdvanceGunMod

A R.E.P.O. mod that enhances all guns with configurable features.


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


Configuration

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

Installation

  1. Install BepInExPack REPO
  2. Place AdvanceGunMod.dll in BepInEx/plugins/
  3. Launch the game — config file generates automatically

Dependencies

  • BepInExPack_REPO >= 5.4.23