Skip to content

Commit a226cd9

Browse files
committed
don't give rockets pie menu options they can't really use
1 parent 1e7e8f9 commit a226cd9

File tree

5 files changed

+34
-1
lines changed

5 files changed

+34
-1
lines changed

Data/Base.rte/Craft/Rockets/MK2/RocketMK2.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,8 @@ AddActor = ACRocket
636636
Y = 0
637637
Radius = 12
638638
ExitInterval = 400
639+
PieMenu = PieMenu
640+
CopyOf = Rocket Pie Menu
639641
RaisedGearLimbPath = LimbPath
640642
PresetName = Rocket Gear Raised Path
641643
StartOffset = Vector

Data/Base.rte/Craft/Rockets/Tubby/TubbyRocket.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,8 @@ AddActor = ACRocket
599599
Y = 0
600600
Radius = 12
601601
ExitInterval = 400
602+
PieMenu = PieMenu
603+
CopyOf = Rocket Pie Menu
602604
RaisedGearLimbPath = LimbPath
603605
PresetName = Tubby Rocket Gear Raised Path
604606
StartOffset = Vector

Data/Base.rte/GUIs/PieMenus/PieMenus.ini

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,29 @@ AddPieMenu = PieMenu
446446
AddPieSlice = PieSlice
447447
CopyOf = Go To
448448
Description = Go-To
449-
Direction = Down
449+
Direction = Down
450+
451+
// GOTO and SENTRY just aren't relevant for rockets
452+
453+
AddPieMenu = PieMenu
454+
PresetName = Rocket Pie Menu
455+
AddPieSlice = PieSlice
456+
CopyOf = Launch
457+
Description = Return to Orbit
458+
Direction = Up
459+
AddPieSlice = PieSlice
460+
CopyOf = BuyMenu
461+
Description = Buy Menu
462+
Direction = Up
463+
AddPieSlice = PieSlice
464+
CopyOf = Death
465+
Description = Scuttle
466+
Direction = Left
467+
AddPieSlice = PieSlice
468+
CopyOf = Land
469+
Description = Stay
470+
Direction = Down
471+
AddPieSlice = PieSlice
472+
CopyOf = Return
473+
Description = Deliver and Leave
474+
Direction = Right

Data/Dummy.rte/Craft/Rockets/Rocklet.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ AddEffect = ACRocket
423423
Y = -0.5
424424
Radius = 10
425425
ExitInterval = 300
426+
PieMenu = PieMenu
427+
CopyOf = Rocket Pie Menu
426428
RaisedGearLimbPath = LimbPath
427429
PresetName = Rocket Gear Raised Path
428430
StartOffset = Vector

Data/Ronin.rte/Craft/Rocket/RocketMK1.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ AddActor = ACRocket
190190
Y = 0
191191
Radius = 12
192192
ExitInterval = 450
193+
PieMenu = PieMenu
194+
CopyOf = Rocket Pie Menu
193195
RaisedGearLimbPath = LimbPath
194196
PresetName = Rocket Gear Raised Path
195197
StartOffset = Vector

0 commit comments

Comments
 (0)