You are viewing a potentially older version of this package. View all versions.
Buck_Corp-GWYFUnleashed-1.0.1 icon

GWYFUnleashed

1-hour days, no casino bet limits, all floors unlocked from day 1, and an in-game overlay menu (INSERT) to add money, add time, and jump to any floor.

Date uploaded 2 months ago
Version 1.0.1
Download link Buck_Corp-GWYFUnleashed-1.0.1.zip
Downloads 493
Dependency string Buck_Corp-GWYFUnleashed-1.0.1

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

README

GWYFUnleashed

A BepInEx 5 mod for Gamble With Your Friends that removes the training wheels and puts you in full control of every session.


Features

Feature Details
1-hour day timer Every casino day lasts 60 minutes instead of 5
No bet limits Min bet → $0, max bet → your entire balance, on every game
All floors unlocked Every elevator button works from day one
In-game overlay menu Press INSERT to open / close

Overlay menu actions

  • Add / Remove Money — type any dollar amount and inject or deduct it from the shared bank
  • Add / Remove Time — type seconds to extend or shorten today's timer
  • Go To Floor 1-4 — jump to any casino floor instantly
  • Quick buttons — one-click $1M, $1B, +10 min, reset timer to 1 hour

Multiplayer

Only the host needs this mod installed.
Money, timer, and floor effects are applied server-side and replicate to all clients automatically via Mirror. Clients will see the effects but won't see the overlay menu unless they also install the mod.


Installation (Thunderstore Mod Manager / r2modman)

  1. Search for GWYFUnleashed in the Thunderstore mod manager.
  2. Click Install — BepInExPack is installed as a dependency automatically.
  3. Launch the game from the mod manager.
  4. Press INSERT in-game to open the menu.

Installation (manual)

  1. Install BepInEx 5.4.23.x (win x64) — extract into the game folder.
  2. Launch the game once and close it (generates BepInEx/config/).
  3. Copy GWYFUnleashed.dll to:
    <game folder>\BepInEx\plugins\GWYFUnleashed\GWYFUnleashed.dll
    
  4. Launch the game. Check BepInEx/LogOutput.log for:
    [GWYFUnleashed] Harmony patches applied: 3
    

Configuration

After the first launch, edit:

<game folder>\BepInEx\config\com.yourname.gwyfunleashed.cfg
Key Default Description
Timer.DayDurationSeconds 3600 Day length in seconds
Menu.AddMoneyAmount 100000 $ added/removed per button press
Menu.AddTimeSeconds 300 Seconds added/removed per button press
Menu.ToggleKey Insert Key to open/close the overlay

Troubleshooting

"Harmony patches applied: 0"
A game update renamed a class. Open the game's Assembly-CSharp.dll in dnSpy and search for fields like dayDuration, minBet, maxBet, currentFloor — then update the field name arrays in Plugin.cs accordingly.

Floor button still grayed out
The elevator may require the host to reach a floor via normal play first. Use the overlay menu's Go To Floor button as a direct alternative.

Money/time not changing
The mod uses reflection to find the right field at runtime. Check BepInEx/LogOutput.log for [GWYFUnleashed] lines — they'll show which class and field were targeted (or warn if none was found).


License

MIT © Buck — built on BepInEx and HarmonyX.