Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.48 KB

File metadata and controls

47 lines (33 loc) · 1.48 KB

Ultra Widescreen and Co-op UI Fixes (Updated version)

Allows switching to vertical splitscreen. Allows to use inventory and trade screens when playing in co-op using multi monitor setup. Moves map and loading screens to the 1st player's screen, so they're not split between monitors.

The mod should also fix ui scaling when not using splitscreen, for example when playing on ultrawide displays - UI should not be weirdly large.

Configuration

This mod uses BepInEx configuration, the file can be edited using BepInEx.ConfigurationManager or manually at BepInEx\config\com.laymain.outward.mods.coopuiscaler.cfg

[General]

## Split screen type
# Setting type: SplitType
# Default value: Vertical
# Acceptable values: Vertical, Horizontal
SplitType = Vertical

## Move global UI to player 1's screen
# Setting type: Boolean
# Default value: true
MoveGlobalUIToPlayer1 = true

## UI scale factor
# Setting type: Single
# Default value: 1
# Acceptable value range: From 0,5 to 2
ScaleFactor = 1

Installation

Manually or using Thunderstore

Credits

All credits remain to SirMuffin9, I have just applied minor changes to make this mod work again.

I'll remove this version once the author has fixed his own one.