Description
Description
Modular client framework to browse, search and live-configure server-synced modules. Lightweight expandable UI with custom scrolling, animated section toggles and detailed slider tooltips.
Key Features
- Instant module id search
- Refresh button (resync from server)
- Collapsible Boolean / Integer / Double sections with counters
- Enable / Disable toggle per module
- Int / double sliders (clamped, min / max, immediate network update)
- Tooltip with current / min / max values
- Smooth expand / collapse animation overlay
- Custom scrollbar with dynamic handle size
- Automatic rebuild on snapshot version change
Goal
Provide a unified in-game interface to safely adjust runtime parameters while remaining consistent with authoritative server state.
Technical
- Incremental view rebuild on snapshot version change
- Targeted key/value network updates
- Manual tooltip layout (width calc, border, padding)
- Scroll offset application to dynamic widgets
Advantages
- Easy extension with new param types
- Clear feedback and fast interaction
- Maintains session coherence across client/server.


