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

SystemsDumper

Development tool. Dumps information about ECS Systems.

Date uploaded a year ago
Version 1.0.0
Download link cheesasaurus-SystemsDumper-1.0.0.zip
Downloads 60
Dependency string cheesasaurus-SystemsDumper-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2
deca-VampireCommandFramework-0.10.4 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.10.4

README

SystemsDumper

SystemsDumper is a tool for mod developers.

It dumps information about ECS Systems. For use with both client and server applications.

Installation

Chat Commands

  • .DumpSystems UpdateTree
    • Dumps ECS system update hierarchies to files. One file per World. Sample dumps
    • Works on both client and server applications. (client dumps are dumped locally, server dumps are dumped to the server)
    • shortcut .ds ut

Support

Join the modding community.

Post an issue on the GitHub repository.

CHANGELOG

1.2.0

  • Added EntityQuery code generation for unmanaged systems.

1.1.0

  • Added .DumpSystems Code (shortcut .ds c) command to generate code snippets for each system.

1.0.0

  • Initial release