1.8 KiB
🚨 Major Update: gregCore v1.0.0.7 is LIVE! (gregUI Framework & HexViewer Integration)
Hey everyone,
We've just reached another massive milestone! Today we are dropping gregCore v1.0.0.7, which introduces the brand-new gregUI Framework and deep integration with the HexViewer for advanced developer tooling.
🔧 What's new in v1.0.0.7?
This update focuses on UI extensibility and modularity.
🖌️ gregUI Framework — A complete UI manipulation layer for UGUI.
* GregUIBuilder: Fluent API for modders to create panels and components with 5 lines of code.
* Luminescent Architect Design System: Standardized tokens for colors, spacing, and glow effects.
* Live UI Replacements: Users can now override any game UI element (position, scale, color) via ui_overrides.json.
🕹️ Advanced Hooking — New greg.UI.* hook category. Subscribe to MainMenu, PauseMenu, and HUD events.
🔍 Developer Tooling — HexViewer integration with F1 (UI Tree), F2 (Hook Monitor), and F3 (Element Inspector).
📦 Installation
- Requirement: Ensure you have MelonLoader v0.6.1 installed for Data Center.
- Files:
- Copy
gregCore.dllto your game'sMods/folder. - Copy
Jint.dllandEsprima.dllto your game'sMelonLoader/Libs/folder. - Copy
greg_hooks.jsonto your game's root directory (next to the.exe).
- Copy
- Launch: Start the game. You should see "gregCore v1.0.0.7 initialized" in the console.
👉 Download gregCore v1.0.0.7 on GitHub
Thank you for being part of this journey! — Your teamGreg