Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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.
By Meone101201
| 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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
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
- Install BepInExPack REPO
- Place
AdvanceGunMod.dllinBepInEx/plugins/ - Launch the game — config file generates automatically
Dependencies
- BepInExPack_REPO >= 5.4.23