You are viewing a potentially older version of this package. View all versions.
deezhizyu-VotV_RichPresence-1.2.3 icon

VotV RichPresence

VotV Discord Rich Presence mod

Date uploaded 2 years ago
Version 1.2.3
Download link deezhizyu-VotV_RichPresence-1.2.3.zip
Downloads 121
Dependency string deezhizyu-VotV_RichPresence-1.2.3

README

Discord Rich Presence mod for VotV

Installation

  1. Copy the contents of the UE4SS folder in the package into VotV/Binaries/Win64 or build latest version of UE4SS from source.
  2. Open archive and copy VotV_RichPresence folder into the VotV/Binaries/Win64/Mods directory. Its new path should be VotV/Binaries/Win64/Mods/VotV_RichPresence.
  3. Copy discord_game_sdk.dll file into VotV/Binaries/Win64.
  4. Open Mods/mods.txt and add VotV_RichPresence : 1 after BPModLoaderMod : 1 line.

VotV/Binaries/Win64 should look like this:

  • VotV-Win64-Shipping.exe
  • UE4SS.dll
  • UE4SS-settings.ini
  • dwmapi.dll
  • discord_game_sdk.dll
  • Mods/
  • Mods/VotV_RichPresence

mods.txt should look like this:

CheatManagerEnablerMod : 0
ActorDumperMod : 0
ConsoleCommandsMod : 0
ConsoleEnablerMod : 0
SplitScreenMod : 0
LineTraceMod : 0
BPModLoaderMod : 1
VotV_RichPresence : 1

; Built-in keybinds, do not move up!
Keybinds : 1

Now you can run the game!

Compatibility

Compatible with VoidMod loader as it also uses UE4SS.

CHANGELOG

What's new?

1.2.4

  • Fix description

1.2.1

  • Updated UE4SS version, which includes bug fixes and improvements.

1.2.0

  • Added days count. Example: Exploring signals (Day: 15).
  • Added different icons for menu, tutorial and main game.
  • Minor improvements.