You are viewing a potentially older version of this package.
View all versions.
SystemsDumper
Development tool. Dumps information about ECS Systems.
| Date uploaded | a year ago |
| Version | 1.1.0 |
| Download link | cheesasaurus-SystemsDumper-1.1.0.zip |
| Downloads | 87 |
| Dependency string | cheesasaurus-SystemsDumper-1.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_V_Rising
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.733.2deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.10.4README
SystemsDumper
SystemsDumper is a tool for mod developers.
It dumps information about ECS Systems. For use with both client and server applications.
Installation
- Install BepInEx.
- Install VampireCommandFramework.
- Extract
SystemsDumper.dllinto(VRising folder)/BepInEx/plugins.
Chat Commands
Commands work on both client and server applications. (client dumps are dumped locally, server dumps are dumped to the server). AdminAuth required.
.DumpSystems UpdateTree- Dumps ECS system update hierarchies to files. One file per World. Sample.
- shortcut
.ds ut
.DumpSystems Code- Generates code snippets for each system, per world. One file per system. Sample.
- shortcut
.ds c
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