MasterModders-MoreUpgrades icon

MoreUpgrades

Adds 18 new shop entries: 15 game-flavored odds upgrades, an extra-shop-item upgrade, an extra-time upgrade, and a single-use body part regeneration item. Upgrades persist across days with PersistentUpgrades installed.

Last updated 3 hours ago
Total downloads 45
Total rating 0 
Categories Mods
Dependency string MasterModders-MoreUpgrades-1.0.2
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
Try_46-TryConnect-0.1.2 icon
Try_46-TryConnect

API and runtime support for registering custom items and prefab-based content in Gamble With Your Friends

Preferred version: 0.1.2

README

More Upgrades

Adds 18 new purchasable shop entries: 15 upgrades that boost your winnings at a specific game each (Slots, Roulette, Blackjack, Poker, and more), an upgrade that adds an extra item to the shop each day, an upgrade that adds 30 seconds to the daily timer, and a single-use item that regenerates a random missing body part. By default the 17 upgrades last for the rest of the current day only, same as the game's own upgrades — install PersistentUpgrades alongside this mod to make them carry over between days and share with the whole lobby.

  • Game-flavored winnings upgrades — each one boosts how much you win at one specific minigame (or a closely related pair, like Money Wheel + Wheel of Fortune) — they increase your payout on a win, not your chance of winning — instead of a generic global bonus.
  • Toggle ANY shop item on or off, not just this mod's — open the Settings tab from the main menu or the lobby and find the "More Upgrades — Shop Items" section. It lists every vanilla item and every item added by any other installed mod too, so you can prune anything you don't want showing up, no matter which mod added it.
  • Standalone behavior — without PersistentUpgrades installed, these upgrades reset every day, exactly like the game's own upgrades do.
  • With PersistentUpgrades installed — every upgrade added by this mod automatically becomes permanent across days and shared with the whole lobby too, with no extra setup. The Settings tab shows whether it was detected.

Second Wind (the body-part regeneration item) is always single-use, regardless of whether PersistentUpgrades is installed — it's an item, not an upgrade.

How it works

Each odds upgrade reads a per-player, per-game value from its own upgrade table and boosts the payout multiplier every minigame passes through the shared GameBase.Payout method — the same place the game's own Gambler's Confidence upgrade applies its bonus, just scoped to one game instead of all of them.

The item toggle menu is injected into the game's own native Settings screen (not a separate overlay), the same way it renders every other setting.

Multiplayer

Upgrade application, and the shop item toggles, are server-authoritative — the host should have the mod installed for upgrades to apply, for the item toggle menu to actually affect what spawns in the shop, and (with PersistentUpgrades) for upgrades to persist correctly. Toggling items in the settings menu as a non-host guest has no effect on the shop.

Requirements

BepInEx 5.4.x, TryConnect 0.1.2+.

Changelog

1.0.0 — Initial release. 15 game-flavored odds upgrades, Shop Scout, Extra Time, Second Wind, and an in-game item toggle menu covering every vanilla and mod-added shop item, plus a PersistentUpgrades detection status line.