You are viewing a potentially older version of this package.
View all versions.
WeaponEnhancer
Enhances all REPO ItemGun firearms with full tuning controls: fire rate, accuracy, spread, recoil, damage multiplier, explosive bullets (visual), infinite ammo, and more.
| Date uploaded | 4 months ago |
| Version | 1.1.0 |
| Download link | Dileppy-WeaponEnhancer-1.1.0.zip |
| Downloads | 4547 |
| Dependency string | Dileppy-WeaponEnhancer-1.1.0 |
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.2304README
Dileppy's Weapon Enhancer Mod
A REPO / BepInEx mod by Dileppy
Take full control of every firearm in REPO with advanced tuning options for fire rate, accuracy, recoil, damage, explosives, and infinite ammo.
This mod applies globally to all guns that use ItemGun, and includes a clean MenuLib UI inside the REPO "Mods" option in the Menu.
โจ Features
๐ซ Fire Control
- Fire Rate Slider (0.01โ0.25s)
Globally controls how fast all guns shoot. - Burst Count (coming soon)
- Automatic Fire Toggle (coming soon)
๐ฏ Accuracy Control
- Perfect Accuracy Toggle
Removes all bullet spread. - Spread Slider (0โ1)
Controls spread factor when Perfect Accuracy is OFF. - Recoil Multiplier (0โ5)
Scales gun recoil force and camera shake.
๐ฅ Damage & Explosives
- Damage Multiplier (1รโ100ร)
Affects both enemy and player damage caused by gun bullets. - Explosive Bullets Toggle
Adds explosion force when bullets hit enemies/objects. - Explosion Radius Slider
- Explosion Force Slider
๐ Ammo / Battery
- Infinite Ammo Toggle
Prevents batteries (ItemBattery) from draining.
๐ฎ General Options
- Master Mod Enable Toggle
Instantly enable/disable the entire modification system.
๐ How to Use
- Launch the game with BepInEx installed.
- Open the REPO Admin Menu or Empress_Spawn_Browser to spawn in a weapon if you do not have one already.
- Go to Weapon Enhancer Settings.
- Adjust sliders and toggles as desired.
All changes apply instantly and globally.
๐ฆ Installation
Manual Install
- Download the
.zipfrom Thunderstore. - Extract contents into:\BepInEx\plugins\
๐งฉ Requirements
- BepInEx 5.x
- MenuLib
- REPOLib
- REPOConfig
- Repo Admin Menu or
- Empress_Spawn_Browser
These are usually automatically installed when using a mod manager.
๐ Source Code
The full mod source is included in the source/ folder of the package.
โค๏ธ Credits
- Dileppy โ Programming, UI, and REPO integration
- GPT โ Code cleanup and system expansion
- REPO Dev Team โ Existing gameplay systems and mod hooks
๐ License
MIT License.
You may fork, modify, reuse, and redistribute with credit.
CHANGELOG
Changelog
2.0.0
โจ New
- Added Laser section with dedicated controls for
ItemGunLaserbehavior:- Laser Tweaks
- Laser Cooldown Between Shots
- Inflict Damage
- Laser Reload Between Shot Speed
- Continuous Fire
- Shot Duration
- Implemented a laser-specific state approach to extend/override the default โ~3 seconds then stopโ firing behavior.
๐งฐ Weapon Logic
- Added Weapon Logic panel (Spawner utilities):
- New Connected toggle
- Spawn support for weapon-focused items (guns-only list)
๐ Changes
- Renamed UI + config keys to match the new terminology:
- Laser section labels updated for clarity (cooldown, duration, continuous fire, etc.)
- Spawner section renamed to Weapon Logic
- โSpawner Enabledโ renamed to Connected
- Preserved existing global tuning behavior for
ItemGunweapons.
๐ Fixes
- Clean reintegration of Infinite Battery so battery behavior remains stable while weapon tuning remains active.
- General cleanup for safer expansion and easier future maintenance.
1.1.0
Changes
- Added Bullets Per Shot multiplier (1โ20ร)
Allows any firearm to fire multiple bullets simultaneously per trigger pull. - Fully compatible with existing modifiers:
- Damage Multiplier
- Perfect Accuracy
- Spread / Recoil tuning
- Infinite Ammo
Fixes
- Improved internal tuning pipeline so bullet multipliers apply reliably across weapon states.
- Strengthened safety around original weapon value caching.
- Removed abandoned code paths for burst/full-auto prototypes.
Improvements
- Refactored WeaponEnhancerMod for clearer structure and easier expansion.
- Optimization pass on Harmony patches and tuning logic.
1.0.1
Fixes
- Resolved C# compiler errors related to unsupported
new()shorthand. - Updated namespace to WeaponEnhancer and plugin class to WeaponEnhancerMod.
- Corrected UI labels still referencing โHandgun Modโ.
- Synced dependency names and identifiers with the Thunderstore package.
Improvements
- Cleaned and organized tuning system internals.
- Improved consistency between config, UI, and gameplay patches.
- Internal optimizations for future features.
1.0.0
Initial Release
- First release of Weapon Enhancer.
- Global enhancement system for all ItemGun weapons.
- Added MenuLib UI in the REPO Admin Menu.
- Included features:
- Fire Rate slider
- Infinite Ammo toggle
- Perfect Accuracy toggle
- Spread Factor slider
- Recoil Multiplier slider
- Damage Multiplier slider
- Explosive Bullets toggle
- Explosion Radius slider
- Explosion Force slider
- Multiplayer-safe and compatible with all base guns.