Page 1 of 1

Just a question.......?

Posted: Fri Dec 04, 2020 12:51 pm
by {Colonel}Jo-Eg
Hi ! all.

Just i have a question : mmm
Can i make new idle::task obj?
i mean i can make a new object or something he do like walk to hq or goto enemy hq and distroy it.

I just think can someone do this or no
and thank for all.

Re: Just a question.......?

Posted: Fri Dec 04, 2020 6:44 pm
by TommyCD1
Tactical behaviors are handled by the

Code: Select all

strategic.cfg
file in the game's base.x directory. However these do not seem to be editable. There appears to be some sort of hard-limit coded into the game's source, and trying to add /remove / or modify and of the existing data causes the game to crash...
It may be best to find a unit that does similar to what you want, and then copy it's IdleTask to your new unit instead.

Re: Just a question.......?

Posted: Fri Dec 04, 2020 10:13 pm
by {Colonel}Jo-Eg
Thx