Individual Hover Settings

Registered by Renegade

Allow units to individually specify thier own hover settings by using the tags found in [General] Like the JumpJets do.

;*********************************************
; ********hover vehicle characteristics*******
;*********************************************

HoverHeight=120 ; height of hovering vehicles
HoverDampen=40% ; dampening effect on hover vehicle bounciness
HoverBob=.04 ; time between hover 'bobs'
HoverBoost=150% ; hover speed when traveling on straight away
HoverAcceleration=.02 ; time to accelerate to full speed
HoverBrake=.03 ; time to decelerate to full stop

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
Drafting
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

-------------------------------------------------------------------
Gluk-v48:

Like this:
 ###########################

[HoverTypes]
Hover01.Height=120
Hover01.Dampen=40%
Hover01.Bob=.04
Hover01.Boost=150%
Hover01.Acceleration=.02
Hover01.Brake=.03

Hover02.Height=1000
Hover02.Dampen=20%
Hover02.Bob=1.2
Hover02.Boost=150%
Hover02.Acceleration=.04
Hover02.Brake=.03

[Unit1]
HoverType=Hover01

[Unit2]
HoverType=Hover02

###########################
 Or this:
 ###########################

[Unit1]
Hover.Custom=yes
Hover.Height=120
Hover.Dampen=40%
Hover.Bob=.04
Hover.Boost=150%
Hover.Acceleration=.02
Hover.Brake=.03

[Unit2]
Hover.Custom=yes
Hover.Height=1000
Hover.Dampen=20%
Hover.Bob=1.2
Hover.Boost=150%
Hover.Acceleration=.04
Hover.Brake=.03

###########################
-------------------------------------------------------------------

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.