mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-26 14:25:21 +00:00
docs: Update PROJECT.md - tracers now working!
This commit is contained in:
parent
19568f9d38
commit
d3eb0f4d9e
1 changed files with 2 additions and 1 deletions
|
|
@ -134,12 +134,13 @@ See `CODEBASE_MAP.md` for file locations and line numbers.
|
||||||
|
|
||||||
### Known Limitations (POC)
|
### Known Limitations (POC)
|
||||||
- **Wall shooting**: Bots can shoot through walls (no server-side collision data)
|
- **Wall shooting**: Bots can shoot through walls (no server-side collision data)
|
||||||
- **No tracers**: Visual bullet trails not rendering (investigating)
|
|
||||||
- **Random movement**: No pathfinding, just wandering
|
- **Random movement**: No pathfinding, just wandering
|
||||||
|
|
||||||
### Next Steps
|
### Next Steps
|
||||||
- [x] Faction-specific spawn commands (!botnc, !bottr, !botvs) - DONE
|
- [x] Faction-specific spawn commands (!botnc, !bottr, !botvs) - DONE
|
||||||
- [x] AI toggle (!boton / !botoff) - DONE
|
- [x] AI toggle (!boton / !botoff) - DONE
|
||||||
|
- [x] Tracers working! (firing flag must be set before shooting) - DONE
|
||||||
|
- [x] !locrec command for coordinate capture - DONE
|
||||||
- [ ] **Tower Arena Demo** - Manual coordinate capture for controlled showcase (see TOWER_DEMO.md)
|
- [ ] **Tower Arena Demo** - Manual coordinate capture for controlled showcase (see TOWER_DEMO.md)
|
||||||
- [ ] Terrain following (Z height)
|
- [ ] Terrain following (Z height)
|
||||||
- [ ] Bot class differentiation (loadouts will be revised for prod)
|
- [ ] Bot class differentiation (loadouts will be revised for prod)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue