You are viewing a potentially older version of this package. View all versions.
Faeryn-VisibleInBackground-1.0.0 icon

VisibleInBackground

Makes the game visible even when it's not focused

By Faeryn
Date uploaded 4 years ago
Version 1.0.0
Download link Faeryn-VisibleInBackground-1.0.0.zip
Downloads 224
Dependency string Faeryn-VisibleInBackground-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_Outward-5.4.8 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.8

README

Visible In Background

A small mod that makes the game visible even when it's not focused (for multi-monitor setups). It requires Borderless window mode (does not work in Fullscreen). Special thanks to Sinai for showing me the asset patcher solution.

How to remove the mod:

The mod patches one of the game's asset files, and therefore the only way to revert it (for now) is by renaming the globalgamemanagers.bak file to globalgamemanagers in the OutwardGame_Data folder (and overwriting the patched file).

WARNING: Use the mod at your own risk!
There is a slight chance that the mod may break (and break your game) in various exciting ways, because of the aforementioned asset patching.

Planned Features

  • Proper uninstall/toggle (instead of manually restoring the patched file from backup)
  • Possibly a less invasive solution

Used 3rd party libraries and tools

  • AssetTools.NET
  • Parts of the code is based on Raicuparta's unity-vr-patcher
  • classdata.tpk from UABE

Changelog

v1.0.0

  • Initial release