Editing enemy AI
-
- Long Handed Inserter
- Posts: 55
- Joined: Thu Aug 28, 2014 12:56 pm
- Contact:
Editing enemy AI
Is there any way to make small changes to the way the enemies path towards the player/pollution-producing buildings or is it all hardcoded in the C++? I just want to make a simple mod that adds a higher pathing cost to areas where lots of biters have died in the past.
Re: Editing enemy AI
Well, the current pathfinder doesn't take account on that (does it even use weights at all?), hence it'd be not a small change. You'd have to implement the tracker itself first.
Slight modifications would be alterations of expansion parameters and such, see "dynamic expansion" mod or relevant parts of "natural evolution" and "mizantrope".
Speaking of which, the latter seems to implement that, albeit along with other changes one might like or not.
Slight modifications would be alterations of expansion parameters and such, see "dynamic expansion" mod or relevant parts of "natural evolution" and "mizantrope".
Speaking of which, the latter seems to implement that, albeit along with other changes one might like or not.
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.
I also update mods, some of them even work.
Recently I did a mod tutorial.