Skip to content

Commit

Permalink
Fix: Broken Demo Bike Model When Dropped By Reinforcement Pad
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Oct 16, 2021
1 parent 8e71858 commit 2ea0b2b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17349,6 +17349,19 @@ Object Demo_GLAVehicleCombatBike
ParticleSysBone = SMOKE CombatBikeSmokeHeavy
End

; Patch104p @bugfix commy2 16/10/2021 Fix model when dropped from Reinforcement Pad.

ConditionState = PARACHUTING
Model = UVComBike
ShowSubObject = BOMBBIKE
End

ConditionState = PARACHUTING REALLYDAMAGED
Model = UVComBike_d
ShowSubObject = BOMBBIKE
End
AliasConditionState = PARACHUTING DYING

TrackMarks = EXTireTrack03.tga

Dust = CombatBikeDust
Expand Down Expand Up @@ -17615,6 +17628,19 @@ Object Demo_GLAVehicleCombatBike
Model = None
End
AliasConditionState TOPPLED MOVING

; Patch104p @bugfix commy2 16/10/2021 Fix model when dropped from Reinforcement Pad.

ConditionState = PARACHUTING
Model = UITer_Local_SKN
Animation = UITer_Local_SKL.UITER_Local_A5
AnimationMode = LOOP
End
AliasConditionState = PARACHUTING MOVING
AliasConditionState = PARACHUTING MOVING CENTER_TO_LEFT
AliasConditionState = PARACHUTING MOVING LEFT_TO_CENTER
AliasConditionState = PARACHUTING MOVING CENTER_TO_RIGHT
AliasConditionState = PARACHUTING MOVING RIGHT_TO_CENTER
End

; ***DESIGN parameters ***
Expand Down

0 comments on commit 2ea0b2b

Please sign in to comment.