Jump to content
Sign in to follow this  
Babuls

No prone and no crawling

Recommended Posts

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;
			};

 

Share this post


Link to post
Share on other sites

That's the animation played while you have no weapons. Are you sure that's what you want to change?

 

I wasn't aware the terminators went prone...

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×