|
* Update _gamemode_fd.nut
- stop including player-owned Auto-Titans in the final check
- Add CreateToneSniperEvent and CreateNorthstarSniperTitanEvent
- Sniper titans have their own AI pathing (See _ai_sniper_titans.nut)
- Added Combat and Support Scoring
- Added experimental human nav paths
- Moved all AddDeathCallbacks for NPCs into AddCallback_OnNPCKilled
- NPCs check logs doesn't spam the console
- fixed overhead icon not showing
* Update _ai_cloak_drone.gnut
- changed to IsEMPTitan check
- no idea why cloak is not working
* Update _ai_emp_titans.gnut
- Added IsEMPTitan check
* Update _ai_sniper_titans.gnut
- Experimental pathing, they work, they wont attack
* Update mp_forwardbase_kodai_fd.nut
- Wave 1 in Kodai is fully done ( i think, might need to add more smokes in between subwaves )
|