You are viewing a potentially older version of this package. View all versions.
xiaoxiao921-FixedSplitscreen-0.0.3 icon

FixedSplitscreen

A mod that fixes most issues with the current implementation of the Splitscreen Mode

Date uploaded 4 years ago
Version 0.0.3
Download link xiaoxiao921-FixedSplitscreen-0.0.3.zip
Downloads 1652
Dependency string xiaoxiao921-FixedSplitscreen-0.0.3

This mod requires the following mods to function

bbepis-BepInExPack-5.4.9 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.9
tristanmcpherson-R2API-3.0.7 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 3.0.7

README

FixingSplitscreen

By iDeathHD

A mod that that fixes most issues with the current implementation of the Splitscreen Mode.

The issues were :

  • Post Processing Effects were only enabled for only one of the players. ( Still happens when playing as 3 :( )

  • Monsters health bars were only properly displaying for one of the players. Entirely fixed.

  • Only one of the players was having the profile loaded, everyone right now can have the skins/skills unlock of the latest loaded profile.

Future Features ?

  • Config File for specifying what profile to load for each player.

  • ??? @iDeathHD in the RoR2 Modding Discord.

Console commands

  • fixedsplitscreen. Logs in the specified number of users, or two by default.

Usage : fixedsplitscreen {1, 2, 3, 4} / fixedsplitscreen.

Exemple Usage : fixedsplitscreen 3 . Or just fixedsplitscreen.

  • fixedsplitscreen_nokeyboard. Logs in the specified number of users, or two by default. Disables keyboard input.

Usage : fixedsplitscreen_nokeyboard {1, 2, 3, 4} / fixedsplitscreen_nokeyboard.

Exemple Usage : fixedsplitscreen_nokeyboard 3 . Or just fixedsplitscreen_nokeyboard.

  • If for some reason, your controllers doesn't work. you can add alter in the console command, it'll try to use an alternative mode.

Example usage fixedsplitscreen <number of players> alter or fixedsplitscreen_nokeyboard <number of players> alter

Installation Guide

  • Copy FixedSplitscreen folder to your BepInEx plugins folder.

Special Thanks

  • Moffein for the initial implementation.

Changelog

0.0.3 - Added an alternative mode if your controllers aren't working still for some reason. Example usage fixedsplitscreen <number of players> alter or fixedsplitscreen_nokeyboard <number of players> alter

0.0.2 - Hopefully fixed issues were PS controllers weren't working properly.

0.0.1 - Initial release of the mod.