You are viewing a potentially older version of this package. View all versions.
SimplyAG-SplitWithFriends-1.5.0 icon

SplitWithFriends

Adds the missing SPLIT button to Blackjack. 3D button on the table, HAND 1 of 2 banner, both hand totals visible, inactive hand stows aside, P hotkey backup.

Date uploaded 3 months ago
Version 1.5.0
Download link SimplyAG-SplitWithFriends-1.5.0.zip
Downloads 40
Dependency string SimplyAG-SplitWithFriends-1.5.0

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

SPLIT WITH FRIENDS

The missing button has arrived.

The play you've been pressing for

Two aces. Two eights. Two queens. They hit the felt, your hand twitches toward DOUBLE, and... wait, where's split? It was never there.

Until now.

Split With Friends adds a 3D SPLIT button to the Blackjack table, right where it should've been all along. Get a pair, hit SPLIT, play two hands.

Multiplayer: please read

For full features, everyone in the lobby should install the mod. Without it, you won't see the SPLIT button or any of the other visuals on your screen. No host mod, no splits.

What you get

  • A real SPLIT button on the table. Looks, sounds, and feels like the original buttons. Yellow hover outline, E INTERACT tooltip.
  • Keybind backup: P from anywhere (configurable).
  • HAND 1 of 2 banner up top with both totals always visible.
  • Floating value labels above both hands, inactive one dimmed.
  • Inactive hand stows aside while you play the active one.
  • Numpad live tuner to dial in the stow position if it looks off at your table.
  • Built on Mirror, the game's own netcode.

Install

  1. Have BepInEx 5.4.x installed in your game folder.

  2. Drop this zip's contents into your game folder:

    <Steam>\steamapps\common\Gamble With Your Friends\
    
  3. Launch the game. Sit at a Blackjack table. Wait for a pair. Hit SPLIT.

Controls

  • E to interact with the SPLIT button on the table.
  • P to split from anywhere (configurable in the BepInEx config).
  • Numpad . to toggle the live-tuner HUD.

Requirements

BepInEx 5.4.x. Host needs the mod for multiplayer.

Changelog

1.5.0

  • Fixed: non-host players couldn't split in multiplayer lobbies. The mod's custom network message wasn't being serialized by Mirror because the IL weaver only processes the main game assembly, not external mod DLLs. Now manually registered at load.
  • Fixed: hand 2 was not visually stowed on remote clients during a split. The vanilla hasSplitThisRound and activeHandIndex fields aren't [SyncVar], so the positioner had no way to know which hand was active on a non-host machine. Replaced with a custom SplitStateMessage broadcast.
  • Fixed: both hand value labels would display the same number while hand 2 was active. The cloned helper-text GameObject was inheriting vanilla scripts that overwrote our text every frame.
  • Added: in-HUD keybind editor. Cycle to any Keybind: <action> entry in the HUD, press Shift+F7 to enter rebind mode, press your new key, then Shift+F7 again to save. No config-file edits needed.
  • Added: every tuner control is now configurable. Default toggle is F6 / F7; default cycle is ← / →; default adjust is ↓ / ↑; default step is [ / ]; default log is L; default reset is Backspace. All off the numpad.
  • Changed: stow tuner HUD is off by default. Press F6 or F7 to show it.
  • Internal: stripped log spam — only essential startup lines remain in the BepInEx console.

1.0.0 Initial release.

Shout outs

To the Gamble with your Friends devs for building such a fun, modder-friendly little casino. To you, about to hit install: go split some pairs.