epic advanced debug tools
Guide for epic advanced debug tools
Epic: Advanced Debug Tools
📦 Mission CLIENT-EXTENSIONS-DEFERRED: Advanced Debug Tools (loh-game)
Status: ✅ Complete
Completed: 2026-01-21
Functional Changes:
- Lua Hot-Reload: Verified existing file watcher in
PluginManagerwhich usesnotifyto reload.lua/.tomlfiles in dev mode. - NavMesh Visualizer: Verified
NavMeshDebugPlugin(red obstacles, green paths) andsdk/navmesh.rs(checkerboard grid) functionality. - Packet Loss Simulator: Verified
PacketLossSettingsintegration in network layer, enabling drop chance simulation via debug UI.
📦 Mission ECONOMY-OPS: Economy Steering & Ops Tool
Status: ✅ Complete
Completed: 2026-01-26
Functional Changes:
- Ops Tool (CLI): Created
content-tools/bin/ops-toolfor direct DB manipulation usingclapandtabled. - Web UI: Implemented
/admin/opspage withPriceChart, Order Book visualization, and Liquidity Injection/Sink forms. - Backend API: Added
api-game/src/api/ops_handlers.rswith endpoints for orderbook visualization and system orders. - Schema: Verified
market_ordersandmarket_historyschema compliance.
📦 Mission OPS-WORLD-EDITOR: Visual World Building Tool
Status: ✅ Complete
Completed: 2026-01-26
Functional Changes:
- Web Editor: Created a React-based World Editor in
loh-ops-toolswith 2D visualization (Konva) and Asset Palette. - Data Pipeline: Implemented JSON Import/Export (
server_spawns.json) to serve as the single source of truth for world entities. - Server Integration: Updated
api-gameto hot-load spawns fromassets/server_spawns.jsonat startup.
📦 Mission FIX-NPC-INSPECTOR-PVM: Wild Boar Inspector & Bot Combat
Status: ✅ Complete
Completed: 2026-01-26
Functional Changes:
- NPC Health Display: Extended
NpcInfostruct withhealth,max_health,in_combatfields. - Inspector UI: Added health bar, combat status indicator, and type badge to NPC inspector panel in ops-tools.
- Bot Targeting: Updated
nearby_npcsto include NPC type, enabling bots to filter targets by name.
📦 Mission SIM-SKILLS-HP: Inspector Enhancements & api-game Wiring
Status: ✅ Complete
Completed: 2026-01-26
Functional Changes:
- HP Display: Inspector now shows
current_health/max_healthformat. - Skills Section: Inspector displays Mining, Woodcutting, Fishing, Combat XP per bot.