Skip to content

Commit

Permalink
Merge pull request #1024 from PorktoberRevolution/master
Browse files Browse the repository at this point in the history
v1.5.0 PR
  • Loading branch information
Poodmund authored Aug 28, 2024
2 parents 1e25b36 + 7e4512e commit 5bc34f5
Show file tree
Hide file tree
Showing 80 changed files with 2,744 additions and 825 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Distribution/Restock/GameData/ReStock/Props/**/*.png
Distribution/RestockPlus/GameData/ReStockPlus/Props/**/*.png
Distribution/RestockPlus/GameData/ReStockPlus/Spaces/**/*.png
Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg
Source/Restock/dlls
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 4 additions & 2 deletions Distribution/Restock/GameData/ReStock/Localization/en-us.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Localization
#LOC_Restock_variant-engine_boattail_size1p5_white = Boattail (1.875m, White)
#LOC_Restock_variant-engine_boattail_size1_grey-orange = Boattail (1.25m, Orange/Grey)
#LOC_Restock_variant-engine_boattail_size1p5_grey-orange = Boattail (1.875m, Orange/Grey)
#LOC_Restock_variant-engine_tankbutt_size2_white = Tankbutt (2.5m, White)
#LOC_Restock_variant-engine_tankbutt_size2_grey-orange = Tankbutt (2.5m, Orange/Grey)
#LOC_Restock_variant-engine_tankbutt_white = Tank Butt (White)
#LOC_Restock_variant-engine_tankbutt_size2_white = Tank Butt (2.5m, White)
#LOC_Restock_variant-engine_tankbutt_size2_grey-orange = Tank Butt (2.5m, Orange/Grey)
#LOC_Restock_variant-engine_singlebell_compact = Single Compact
#LOC_Restock_variant-engine_singlebell_compact_white = Single Compact (White Shroud)
#LOC_Restock_variant-engine_singlebell_compact_grey-orange = Single Compact (Orange/Grey Shroud)
Expand All @@ -64,6 +65,7 @@ Localization

#LOC_Restock_variant-engine_shroud_white = White Shroud
#LOC_Restock_variant-engine_shroud_grey-orange = Metallic Shroud
#LOC_Restock_variant-engine_shroud_grey-orange-alt = Orange/Grey Shroud

#LOC_Restock_variant-engine_shroud = Shrouded
#LOC_Restock_variant-engine_shroud_wide = Wide Shrouded
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// - Mk1 Diverterless Supersonic Intake (MK1IntakeFuselage)

// Circular Intake
@PART[CircularIntake]
@PART[CircularIntake]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
!mesh = DELETE
MODEL
Expand All @@ -28,7 +28,7 @@
}

// Small Circular Intake
@PART[miniIntake]
@PART[miniIntake]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
!mesh = DELETE
MODEL
Expand All @@ -47,7 +47,7 @@
}

// Shock Cone Intake
@PART[shockConeIntake]
@PART[shockConeIntake]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
MODEL
{
Expand All @@ -61,7 +61,7 @@
}

// Adjustable Ramp Intake
@PART[ramAirIntake]
@PART[ramAirIntake]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
!mesh = DELETE
MODEL
Expand All @@ -80,7 +80,7 @@
}

// Adjustable Ramp Intake Radial
@PART[IntakeRadialLong]
@PART[IntakeRadialLong]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
!mesh = DELETE
MODEL
Expand All @@ -99,7 +99,7 @@
}

// XM-G50 Radial Air Intake
@PART[airScoop]
@PART[airScoop]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
!mesh = DELETE
MODEL
Expand All @@ -119,7 +119,7 @@
}

// Mk1 Diverterless Supersonic Intake
@PART[MK1IntakeFuselage]
@PART[MK1IntakeFuselage]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
MODEL
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Patches applying art changes to external command seat
// Contents:
// - EAS-1 External Command Seat (seatExternalCmd)

// EAS-1 External Command Seat
@PART[seatExternalCmd]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
@author = Kavaeric
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Command/restock-external-command-seat-1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// - Advanced Grabbing Unit Jr. (smallClaw)

// Advanced Grabbing Unit
@PART[GrapplingDevice]:HAS[~RestockIgnore[*]]:FOR[ReStock]
@PART[GrapplingDevice]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
@author = Andrew Cassidy
!mesh = DELETE
Expand Down Expand Up @@ -189,7 +189,7 @@
}

// Advanced Grabbing Unit Jr.
@PART[smallClaw]:HAS[~RestockIgnore[*]]:FOR[ReStock]
@PART[smallClaw]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
@author = Andrew Cassidy
!mesh = DELETE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
}

// SP-10C Photovoltaic Panels
@PART[solarPanelSP10C]
@PART[solarPanelSP10C]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// J-20 "Juno" Basic Jet Engine (miniJetEngine)

// J-33 "Wheesley" Turbofan Engine
@PART[JetEngine]
@PART[JetEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
MODEL
{
Expand All @@ -20,7 +20,7 @@
}

// J-404 "Panther" Afterburning Turbofan
@PART[turboJet]
@PART[turboJet]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
MODEL
{
Expand All @@ -34,7 +34,7 @@
}

// J-X4 "Whiplash" Turbo Ramjet Engine
@PART[turboFanEngine]
@PART[turboFanEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
MODEL
{
Expand All @@ -48,7 +48,7 @@
}

// J-20 "Juno" Basic Jet Engine
@PART[miniJetEngine]
@PART[miniJetEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
MODEL
{
Expand Down
Loading

0 comments on commit 5bc34f5

Please sign in to comment.