Files
dayz-dma/TODO.md
T
67 4f5df4d1c9 WIP: Web radar implementation in progress — currently broken
The web radar component is undergoing refactoring and is non-functional.
Core memory reading and overlay systems remain operational.
2026-06-22 16:15:09 +08:00

21 lines
834 B
Markdown

# TODO
## TO FIX
- item esp doesnt render past a certain distance
- inventory detection
- ballistic prediction
- combat mode on web radar
- combat mode makes web radar only show players and maybe does some other combat only visuals
- create a grid coord system for web radar
## Before P2C
- change config to use custom pkl format maybe? then apply base 85 encoding after maybe?
- make backend for p2c? include keyauth db hwid and do drm
## Web Radar UI Overhaul
- Redesign filter panel: collapsible sections, icon-based entity toggles
- Entity list sidebar with live counts and click-to-focus
- Player detail popover on marker click (worn items, health, distance)
- Minimap inset (fixed position, independent zoom level)
- Keyboard shortcuts: G=grid, T=topo, C=combat, P=POIs
- Route/waypoint drawing tool (manual overlay path)