-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements StupidHunt
and CanApproachTarget
for TechnoTypes.
#681
Open
CCHyper
wants to merge
3
commits into
Vinifera-Developers:develop
Choose a base branch
from
CCHyper:ra2-stupidhunt
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment is automaticly generated by Nightly.link and allows non-registered users to get download the artifacts for this pull request. These links are also updated when the pull request is pushed to. |
CCHyper
force-pushed
the
develop
branch
2 times, most recently
from
January 21, 2022 22:45
eb03022
to
8ed42ec
Compare
CCHyper
force-pushed
the
develop
branch
22 times, most recently
from
February 24, 2022 01:32
3546546
to
fe172ec
Compare
CCHyper
force-pushed
the
develop
branch
2 times, most recently
from
March 9, 2022 00:19
8dadef4
to
e3d18b8
Compare
CCHyper
force-pushed
the
ra2-stupidhunt
branch
from
September 22, 2022 14:22
c6209d6
to
179f1f9
Compare
CCHyper
force-pushed
the
develop
branch
2 times, most recently
from
November 9, 2022 14:53
07c9446
to
379970b
Compare
CCHyper
force-pushed
the
develop
branch
3 times, most recently
from
December 22, 2022 08:32
48cd2ea
to
b789478
Compare
CCHyper
force-pushed
the
develop
branch
3 times, most recently
from
February 24, 2023 11:01
d649039
to
5a6cb19
Compare
CCHyper
force-pushed
the
ra2-stupidhunt
branch
from
December 26, 2023 14:28
45de4e7
to
5e357a2
Compare
ZivDero
force-pushed
the
develop
branch
2 times, most recently
from
September 26, 2024 13:00
65abfa3
to
5be9542
Compare
ZivDero
force-pushed
the
develop
branch
5 times, most recently
from
October 17, 2024 22:42
a307ea7
to
735e008
Compare
ZivDero
force-pushed
the
develop
branch
2 times, most recently
from
October 22, 2024 15:52
f40cd5a
to
ce12b49
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #680
This pull request implements
StupidHunt
andCanApproachTarget
for TechnoTypes from Red Alert 2.[TechnoType]
StupidHunt=<boolean>
Should this unit just head towards the enemy if possible rather than assigning itself a nearby target (applies to computer-controlled units in the campaign only)? Defaults to
no
CanApproachTarget=<boolean>
Should this unit can continually move towards its intended target with the intention of gaining more accuracy? Defaults to
no
It also implements a modifier
CanApproachTarget
, also from Red Alert 2;[General]
ApproachTargetResetMultiplier=<float>
The "approach target" position should be recalculated if the target is now more than weapon range times this value. Defaults to
1.0