You are viewing a potentially older version of this package. View all versions.
acitulen-BetterSave-1.0.3 icon

BetterSave

This mod saves information that the game does not save, such as computer and listening panel state.

Date uploaded a year ago
Version 1.0.3
Download link acitulen-BetterSave-1.0.3.zip
Downloads 5568
Dependency string acitulen-BetterSave-1.0.3

This mod requires the following mods to function

Thunderstore-unreal_shimloader-1.0.11 icon
Thunderstore-unreal_shimloader

EXPERIMENTAL Thunderstore Mod Manager and r2modmanPlus support for RE-UE4SS and UE games.

Preferred version: 1.0.11

README

BetterSave

This mod saves information that the game does not save, such as computer and listening panel state.

⚠️WARNING⚠️ This mod is designed to work with VotV-0.8.2c_0011. Using older or newer versions of the game may cause errors!

If you have any suggestions or find a bug, you can submit it as an "issue" in my GitHub repository.

⚠️ Many features were removed because they are now part of the base game.


Configs:

Configs can be accessed in the game settings under the Mod configs category or by pressing Ctrl+Shift+C.

  • SaveComputerData – Enables saving the computer’s power state and the currently opened tab.
    Default: true

  • SaveListenerData – Enables saving the state of the signal listening panel, including volume and visualization mode.
    Default: true


Saveable data:

Computer:

  • Power state (on/off)
  • Opened tab

Signal Listening Panel:

  • Volume
  • Visualization mode

Manual instalation guide.

Install unreal shimloader
  1. Copy dwmapi.dll into the GAME/Binaries/Win64 directory. Its new path should be GAME/Binaries/Win64/dwmapi.dll.
  2. Copy the contents of the UE4SS folder in the package into GAME/Binaries/Win64.

GAME/Binaries/Win64 should now contain the following new files and folders:

  • GAME-Win64-Shipping.exe
  • ue4ss.dll
  • UE4SS-settings.ini
  • dwmapi.dllThis is the unreal-shimloader binary. It will load UE4SS for you.
  • Mods/
Install BetterSave
  1. Copy BetterSave.pak from the pak folder to GAME/Content/Paks/LogicMods directory.

CHANGELOG

1.0.3 - 1.0.4

  • Fixed some bugs.

1.0.2

  • Fixed some bugs.
  • Changed save system.
  • Changed config system.
  • Added compatibility with VotV 0.8.2c_0011.
  • Removed many features because they have been integrated into the base game.
  • Removed VoidMod config dependancy.

1.0.1

  • Added compatibility with VotV 0.8.1.
  • Removed VoidMod dependency.
  • Updated save system (same save slot for some mods + supports save slot deletion and duplication).
  • Increased optimization.

1.0.0

  • Mod release.