You are viewing a potentially older version of this package.
View all versions.
StartWithRandomWeapon
Start the game with a random weapon, show those monsters who's really in charge.
| Date uploaded | 3 months ago |
| Version | 1.0.0 |
| Download link | OsmarBriones-StartWithRandomWeapon-1.0.0.zip |
| Downloads | 424 |
| Dependency string | OsmarBriones-StartWithRandomWeapon-1.0.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
Start With Frying Pan
Start every run in R.E.P.O. with one or more random weapons — fully configurable.
Features
- Start each new game owning one or several random weapons.
- Configure which weapons can appear.
- Configure how many weapons you start with.
- Compatible with multiplayer — only the host needs to have this mod installed.
- Weapons behave exactly as if you bought them from the shop.
- The weapon list can be updated without restarting the game.
Requirements
Installation
- Install BepInEx Pack.
- Place the file
StartWithRandomWeapon.dllinto yourBepInEx/pluginsfolder. - Launch the game and start a new game — the configuration files will be generated automatically inside
BepInEx/config. - (Optional) If you prefer, you can manually place the following files in
BepInEx/config:com.osmarbriones.startwithrandomweapon.cfgcom.osmarbriones.startwithrandomweapon/weapons.txt
- Open those files to customize your weapon list and other settings.
Configuration
- The
.cfgfile controls general settings (like the number of weapons to start with). - The
weapons.txtfile defines which weapons can appear — one per line. Lines starting with#are ignored.
Support
If something doesn’t work, feel free to send an email to [email protected] and I’ll do my best to fix it.
Credits
Developed by Osmar Briones
CHANGELOG
Changelog
1.1.0
Changed
- Unified all configuration into a single
.cfgfile.
The legacyweapons configurationfile has been removed. - Updated the logging system to use
Loggerinstead ofDebug.Log.
Notes
- This update changes how configuration works.
Users may need to adjust their settings after updating.
1.0.1
Fixed
- Corrected the mod title in the README file.
1.0.0
Added
- First release!