Im fixing up some old mod I liked a lot and I want to remove prone and crawling from certain unit (I got all animations in config.cpp for it).
I already removed prone. The unit crouches instead, but if I move it changes into crawling animation and when I stop back to crouch.
I can't get how to remove crawl.
How it looks in config.cpp (part of it)
class CivilLyingCrawlF:CivilLyingNoAim
{
actions="CivilCrawlingActions";
file="\IF_troop\anitermi\smove0.rtm";
speed=-1.0;
duty=0.0;
};