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.
You are viewing a potentially older version of this package.
View all versions.
LuckyUpgrades
Probability-based upgrade sharing mod - when a player picks up an upgrade, other players may also receive it based on configured chance
| Date uploaded | 7 months ago |
| Version | 1.0.2 |
| Download link | ataraxia7899-LuckyUpgrades-1.0.2.zip |
| Downloads | 93 |
| Dependency string | ataraxia7899-LuckyUpgrades-1.0.2 |
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.2100README
LuckyUpgrades
R.E.P.O Upgrade Sharing Mod
When a player picks up an upgrade item, there is a configurable chance that other players will also receive the same upgrade.
Features
- 🎲 Probability-based sharing: Configurable share chance for each upgrade type
- ⚙️ Flexible settings: Global or per-upgrade probability settings
- 🏠 Host-only: Only the host needs to install the mod
- 🎯 Waste chance: Optional chance to waste upgrades (no one gets it)
Supported Upgrades
| Upgrade | Config Name | Default |
|---|---|---|
| Health | ChanceToActivatePlayerHealth | 50% |
| Energy (Stamina) | ChanceToActivatePlayerEnergy | 25% |
| Sprint Speed | ChanceToActivatePlayerSprintSpeed | 25% |
| Extra Jump | ChanceToActivatePlayerExtraJump | 25% |
| Tumble Launch | ChanceToActivatePlayerTumbleLaunch | 25% |
| Grab Range | ChanceToActivatePlayerGrabRange | 25% |
| Grab Strength | ChanceToActivatePlayerGrabStrength | 25% |
| Grab Throw | ChanceToActivatePlayerGrabThrow | 25% |
| Map Player Count | ChanceToActivateMapPlayerCount | 25% |
Installation
Thunderstore Mod Manager (Recommended)
- Install Thunderstore Mod Manager
- Search for LuckyUpgrades and install
Manual Installation
- BepInEx must be installed
- Copy
LuckyUpgrades.dlltoBepInEx/plugins/folder - Launch the game
Configuration
After launching the game, a config file will be created at BepInEx/config/com.reposharemod.luckyupgrades.cfg
[Global]
## Enable or disable the mod
ModEnabled = true
## Only the host will run the mod logic (recommended: true)
HostOnly = true
## If true, the GlobalChanceToActivate will be used for all upgrades
UseOneChanceForAll = true
## % Chance to activate the upgrade for every player
GlobalChanceToActivate = 25
## % Chance to waste the upgrade and activate it for nobody
ChanceToWasteUpgrade = 0
[SpecificUpgrades]
## % Chance to activate the Health upgrade for every player
ChanceToActivatePlayerHealth = 50
## % Chance to activate the Energy upgrade for every player
ChanceToActivatePlayerEnergy = 25
## ... (other upgrades)
How It Works
- Player A picks up an upgrade item
- The mod checks if the upgrade should be wasted (ChanceToWasteUpgrade)
- For each other player, the mod rolls against the configured chance
- If successful, the upgrade is applied to that player as well
Compatibility
- R.E.P.O latest version
- BepInEx 5.4.x
- May conflict with other upgrade sync mods
Troubleshooting
Mod not working
- Verify BepInEx is installed correctly
- Check
BepInEx/LogOutput.logfor errors - Ensure the host has the mod installed
Probability not applied
- Check
ModEnabled = truein config - Ensure probability values are 0-100
License
MIT License
Credits
- Developed by: ataraxia7899
- Inspired by: SharedUpgrades mod