4,307 Commits over 1,919 Days - 0.09cph!
AI data conversion tool now swaps old peacekeeper spawn prefabs for new ones
New preacekeeper replacement prefab, setup and linked blank AI design.
Manifest.
Auto lock keylocks on deploy
thumb_up
24
thumb_down
11
Added a suicide option to the escape menu. Only appears when connected to a server.
Monument AI conversion tool now converts scientist spawners, sets any waypoint path links.
BaseFollowPath state now triggers the error event when there's no path.
NPCSpawner now sets any path data.
Added ScientistNPCSpawner, extends NPCSpawner.
Added AIInformationZone.GetNearestPath to find the AIMovePointPath with the nearest waypoint to the specified position.
BaseFollowPathState will now automatically start following the nearest path if a specific one isn't specified.
Refactored facing direction override support down from NPCPlayerNavigator to BaseNavigator.
BaseFollowPathState now sets navigator direction for look at points.
Added support for path reversing to AIMovePointPath and BaseFollowPath state.
Added support for waypoint look-at points to BaseFollowPath.
profiling fix for GroawbleEntity.Server
wip BaseFollowPath state and supporting functions for AIMovePointPath
AIMovePointPath debug render fix
Converter copies over path nav mode.
Debug draw waypoint lookat points when an AIMovePointPath is selected.
More useful move/path point debug drawing.
AIMovePoint now supports look-at points.
Added AIMovePointPath to handle patrol routes.
AI monument converter tool now handles patrol route conversion.
AI conversion tool now copies waypoints + waypoint data
Added HostileTargetsOnly flag + implementation to AIBrainSenses
NPC auto turrets ignore new scientists
converter tool replaces old ManualCoverPoint instances with AICoverPoint and copies direction etc over.
more outpost test scene setup.
wip AI monument data conversion tool.
Added console.erroroverlay toggle convar.
merged from experimental changes
Experimental changes to the way events are ticked, executed and results cached.
Added Chance event.
Changed event execution rates to an enum setup.
Initial support for event blocks and the AND event.
separated scientist + heavy scientist designs
Can now set the default state container in the ai editor.
Dismounted state now triggers the StateError event if no valid waypoint data is found.
Oilrig tweaks.
base mounted state to handle disabling navigation.
autoturrets now auto reload after adding weapon/ammo
IsMounted event prefab, manifest update
Added IAIMounted interface, implemented for scientists.
Added IsMounted event.
Added scientist dismounted state.
heavy scientist/ch47 initial setup and wip
Added warning log when an oil rig waypoint isn't reachable and added failsafe behaviour.
BaseNavigator respects ai.move convar