diff --git a/_oak2_mods/2PlayerSplitScreenUnlocked.md b/_oak2_mods/2PlayerSplitScreenUnlocked.md new file mode 100644 index 0000000..ea14cc7 --- /dev/null +++ b/_oak2_mods/2PlayerSplitScreenUnlocked.md @@ -0,0 +1,35 @@ +--- +pyproject_url: https://raw.githubusercontent.com/TitanNav/bl4-2player-splitscreen/main/mod/bl4ss/pyproject.toml +title: 2-Player Split-Screen Unlocked +--- + +![2-Player Split-Screen Unlocked]({{ "/assets/mods/oak2/bl4ss/banner.png" | relative_url }}) + +Local two-player split-screen for Borderlands 4 on PC. Player 2 joins on the main menu, uses their own characters, and plays alongside Player 1 on one screen. + +This is a beta and has only been tested in the first area after the prologue. + +## Requirements + +You need two controllers, both plugged in before you launch the game. Player 1 can use keyboard and mouse or the first controller. Player 2 uses the second controller. + +## Mod menu + +Open the console and type `mods` to find these options: + +- **Auto-join Player 2**: adds Player 2 on the main menu when a second controller is connected. On by default. +- **Add / Remove Player 2**: adds or removes Player 2 on the main menu. Console command `bl4ss_p2`, hotkey F7. +- **Swap control for P2 character creation**: see below. Console command `bl4ss_swap`, hotkey F8. + +Hotkeys often don't work on the title screen, so use the console commands or buttons there. + +## Creating a new character for Player 2 + +The Shared Progression screen only accepts input from Player 1, so Player 1 has to pick for Player 2. You only need to do this once per character. + +1. Player 2 picks Create Vault Hunter, then a difficulty. +2. On the Shared Progression screen, run `bl4ss_swap`. +3. Use the first controller to choose Shared Progression and Player 2's class. +4. Control swaps back on its own once the class is picked. + +New Player 2 characters start at level 1 without an action skill. diff --git a/assets/mods/oak2/bl4ss/banner.png b/assets/mods/oak2/bl4ss/banner.png new file mode 100644 index 0000000..8bc19ed Binary files /dev/null and b/assets/mods/oak2/bl4ss/banner.png differ