-
- Downloads
Added a hasLOS check to aiSeeTargetPos which will cause the actual target...
Added a hasLOS check to aiSeeTargetPos which will cause the actual target position to be obfuscated if it is not in LOS Added range checks to Actor:hasLOS in the engine as well as ToME Flee_dmap AI now flees from aiSeeTargetPos and not the actual target position when required NPCs that receive damage from an unseen target will temporarily gain A* pathing (not temporary effect damage, though) Added blocked A* pathing to the engine's move_dmap Added NPC shoving to ToME, so simple chokepoints cannot be held as easily Adding a forgotten sustain_at_birth for forge-giants Fixed a long-standing bug in ToME's tactical AI canFleeDmapKeepLOS and added the ability for ai_tactic.safe_range to take wide corners to avoid player ambushes git-svn-id: http://svn.net-core.org/repos/t-engine4@6074 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
- game/engines/default/engine/Actor.lua 25 additions, 5 deletionsgame/engines/default/engine/Actor.lua
- game/engines/default/engine/ai/simple.lua 96 additions, 10 deletionsgame/engines/default/engine/ai/simple.lua
- game/engines/default/engine/interface/ActorAI.lua 20 additions, 9 deletionsgame/engines/default/engine/interface/ActorAI.lua
- game/modules/tome/ai/tactical.lua 15 additions, 23 deletionsgame/modules/tome/ai/tactical.lua
- game/modules/tome/class/Actor.lua 24 additions, 10 deletionsgame/modules/tome/class/Actor.lua
- game/modules/tome/class/NPC.lua 73 additions, 1 deletiongame/modules/tome/class/NPC.lua
- game/modules/tome/data/general/npcs/major-demon.lua 1 addition, 0 deletionsgame/modules/tome/data/general/npcs/major-demon.lua
Loading
Please register or sign in to comment