Phobos icon indicating copy to clipboard operation
Phobos copied to clipboard

[Highly Customized] Jumpjet Climbing Logic Enhancement

Open CrimRecya opened this issue 1 year ago • 4 comments

In vanilla game, the jumpjet unit would stop horizontal movement as it rose to a relatively high altitude. Here are two options to change this.

  • You can now let the jumpjets increase their height earlier by set JumpjetClimbPredictHeight to true or simply let them skip the stop check by set JumpjetClimbWithoutCutOut to true.

In rulesmd.ini:

[General]
JumpjetClimbPredictHeight=false  ; boolean
JumpjetClimbWithoutCutOut=false  ; boolean

CrimRecya avatar Jul 18 '24 14:07 CrimRecya

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.

github-actions[bot] avatar Aug 25 '24 04:08 github-actions[bot]

Tested locally. Doing good.

TaranDahl avatar Jan 08 '25 10:01 TaranDahl

Doc needs more details about the behaviors of these 2 tags. For example: when'll the aircraft height change if JumpjetClimbWithoutCutOut set to true, what'll happen if an aircraft stop during the process of earlier height changing, and what'll happen if these 2 tags being used at the same time

Coronia avatar Mar 07 '25 08:03 Coronia

Didn't find any issues. Didn't try in multiplayer.

mevitar avatar Mar 12 '25 20:03 mevitar