acitulen-DebugMod icon

DebugMod

This mod adds the multifunctional console menu for comfortable modding, debugging and manipulation.

Last updated 2 months ago
Total downloads 4688
Total rating 5 
Categories Mods Tools
Dependency string acitulen-DebugMod-2.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Thunderstore-unreal_shimloader-1.0.6 icon
Thunderstore-unreal_shimloader

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

Preferred version: 1.0.6
Gatohost-VoidMod-2.0.1 icon
Gatohost-VoidMod

VoidMod is a Blueprint Framework and Handler for Modding Voices of the Void

Preferred version: 2.0.1

README

DebugMod

This mod adds the multifunctional console menu for comfortable modding, debugging and manipulation.

Binds (default):

M - open main debug menu.

K - open debug console.

N - open variable inspector for object you are looking at.

B - destroy object you are looking at.

All these binds can be changed in config.

Preview

Demonstration
  • Teleport across worlds:

Preview

  • Event activator:

Preview

  • Variable inspector:

Preview

Preview

  • Spectator:

Preview

Main menu

Preview

Servers menu

Preview

Console

Preview

Teleport across worlds

Preview

Events activator (WIP)

Preview

Waypoints

Preview

Features:

Objects:

This interface section allows to manipulate with all objects in a world.

  • Get location of all objects of the class.
    *You can open variable inspector for located objects by pressing 'data' button.
  • Teleport player to found objects (Tp to).
  • Teleport objects to a player (Tp here).
  • Teleport all objects to a player.
  • Delete all objects of the class.

Stats:

This interface section gives information about different important statistics in VotV and allows to manipulate some of them.

  • Get information about ariral reputation.
  • Set ariral reputation.
  • Show the information about the amount of power left in transformers.
  • Restore power in transformers.
  • Get information about the status of servers.
  • Break/fix/protect all servers.

Base settings:

This interface section gives the ability to control states of the base.

  • Turn on/off all the lights.
  • Clean all base walls and floors from stains.
  • Get rid of all useless (non-recyclable) rubbish.
  • Fix broken radio tower.

World settings:

This interface section gives the ability to control some world settings.

  • Disable annoying unsolvable labyrinth (backrooms).
  • Open portable version of base console terminal.
  • Open menu that gives ability to travel across different levels (not saves).
    *Some levels may crash game.
  • Open menu that allows you to run some events.
    *Most of events can only start in story mode.
  • Open menu that allows you to create waypoints and teleport to them.
  • Change speed of day/night cycle.

Player settings:

This interface section gives the ability to control some player stats.

  • Make player immortal.
  • Make player satiety non-consumable (75%+).
  • Make player sleepiness non-consumable (75%+).
  • Make flashlight charge endless (100%).
  • Toggle spectator 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 VoidMod-2.0.1
  1. Copy VoidMod2.pak from the pak floader to GAME/Content/Paks/LogicMods directory.
Install DebugMod
  1. Copy DebugMod.pak from the pak floader to GAME/Content/Paks/LogicMods directory.
  2. Copy the contents of the mod folder in GAME/Binaries/Win64/Mods/Acitulen-DebugMod directory.
    *you have to create Acitulen-DebugMod floader manually.