Subject: Re: Couple of questions
I think I got the sentry thing working decently:
Replaced
Quote:if (sentryActive || data.canAttack)
in unit.cpp file lines 319, 475 and 748 to
Quote:if ((sentryActive || (isBuilding () == false && !data.canDisable && isUnitBuildingABuilding () == false) || (isBuilding () && data.canAttack))
Considering I'm not a programming person at all, I'm pretty proud of that change
There's still something wrong though. The shortcut for sentry works on removing sentry on all the "support" units (surveyors, engineers, minelayers etc.), but you can't set them to sentry with the shortcut, but only with the mouse menu. Any idea what's going on in there? :O
This post has been edited
2
times. Last edit on Jan 05, 2012 2:48 pm by Nix.