-
-
Notifications
You must be signed in to change notification settings - Fork 125
New AdvancedDrive locomotor
#2042
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
Open
TaranDahl
wants to merge
43
commits into
Phobos-developers:develop
Choose a base branch
from
TaranDahl:新Locomotor_AdvancedDrive
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.
Open
New AdvancedDrive locomotor
#2042
TaranDahl
wants to merge
43
commits into
Phobos-developers:develop
from
TaranDahl:新Locomotor_AdvancedDrive
The head ref may contain hidden characters: "\u65B0Locomotor_AdvancedDrive"
+2,552
−28
Conversation
This file contains hidden or 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
|
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
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.
Reopen #1622
AdvancedDrivelocomotor ({4A582751-9839-11d1-B709-00A024DDAFD1}) is an improvedDrivelocomotor ({4A582741-9839-11d1-B709-00A024DDAFD1}) that can serve as a complete upper level replacement for it.Drivecannot correctly crush objects during rapid turns.AdvancedDrive.Reversecontrols whether the unit can driving backwards. The next 5 items are all under its control.AdvancedDrive.Reverse.FaceTargetcontrols whether to maitain the frontal movement towards the enemy withinAdvancedDrive.Reverse.FaceTargetRangeand no longer automatically selects by the current orientation.AdvancedDrive.Reverse.MinimumDistancecontrols how close the unit is to its destination, allowing reversing.AdvancedDrive.Reverse.RetreatDurationcontrols how long since the unit was last injured, allowing reversing.AdvancedDrive.Reverse.Speedcontrols the speed ratio when reversing.AdvancedDrive.Hovercontrols whether the unit can hovering above the ground. The next 6 items are all under its control.AdvancedDrive.Hover.Sinkcontrols whether the unit will be destroyed when losing power on the water.AdvancedDrive.Hover.Spincontrols whether the unit will rotating when losing power.AdvancedDrive.Hover.Tiltcontrols whether the unit will will tilt at an angle on the slope.AdvancedDrive.Hover.Height,AdvancedDrive.Hover.DampenandAdvancedDrive.Hover.Bobcontrol the state of hovering like what vanillaHoverHeight,HoverDampenandHoverBobdo.In
rulesmd.ini: