Skip to content

Commit

Permalink
Merge pull request #972 from PorktoberRevolution/master
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ChrisAdderley authored Aug 12, 2021
2 parents abab0d1 + 6ab8377 commit 1152c83
Show file tree
Hide file tree
Showing 23 changed files with 856 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Distribution/Restock/GameData/ReStock/Spaces/**/*.png
Distribution/Restock/GameData/ReStock/Props/**/*.png
Distribution/RestockPlus/GameData/ReStockPlus/Props/**/*.png
Distribution/RestockPlus/GameData/ReStockPlus/Spaces/**/*.png
Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg
2 changes: 1 addition & 1 deletion Distribution/Restock/.mod_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package:
- RestockRigidLegs
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.4
version: 4.2.1
location: s3
deploy:
SpaceDock:
Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
!MODEL {}
MODEL
{
model = ReStock/Assets/Coupling/restock-docking-25-2
model = ReStock/Assets/Coupling/restock-docking-25-3
}
MODEL
{
Expand All @@ -131,7 +131,40 @@
rotation = 180, 0, 0
}
%rescaleFactor = 1

!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
baseVariant = Gray with Stripes
useMultipleDragCubes = false
VARIANT
{
name = Gray with Stripes
displayName = #autoLOC_8320084
themeName = Gray
primaryColor = #999999
themeName = Gray with Stripes
secondaryColor = #b08b39
GAMEOBJECTS
{
Docking25Base = true
Docking25Grey = false
}
}
VARIANT
{
name = Gray
displayName = #autoLOC_8007101
themeName = Gray
primaryColor = #999999
secondaryColor = #999999
GAMEOBJECTS
{
Docking25Base = false
Docking25Grey = true
}
}
}
}

// Clamp-O-Tron Shielded Docking Port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// - LV-N "Nerv" Atomic Rocket Motor (nuclearEngine)
// - S3 KS-25 "Vector" Liquid Fuel Engine (SSME)
// - LV-909 "Terrier" Liquid Fuel Engine (liquidEngine3_v2)
// - LV-T30 "Reliant" Liquid Fuel Engine (liquidEngine)
// - LV-T45 "Swivel" Liquid Fuel Engine (liquidEngine2)
// - LV-T30 "Reliant" Liquid Fuel Engine (liquidEngine_v2)
// - LV-T45 "Swivel" Liquid Fuel Engine (liquidEngine2_v2)
// - Mk-55 "Thud" Liquid Fuel Engine (radialLiquidEngine1-2) - FX only
// - T-1 Toroidal "Aerospike" Liquid Fuel Engine (toroidalAerospike) - FX only

Expand Down Expand Up @@ -904,14 +904,14 @@
}

// LV-T30 "Reliant" Liquid Fuel Engine
@PART[liquidEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
@PART[liquidEngine_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
@author = Porkjet and Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Engine/restock-engine-reliant-1
model = ReStock/Assets/Engine/restock-engine-reliant-2
}
%rescaleFactor = 1
@scale = 1
Expand Down Expand Up @@ -1021,16 +1021,17 @@
}
}
@bulkheadProfiles = srf, size1
%node_attach = 0.0, 0.90182625, 0.0, 0.0, 1.0, 0.0, 1
@node_stack_top = 0.0, 0.90182625, 0.0, 0.0, 1.0, 0.0
@node_stack_bottom = 0.0, -0.90925375, 0.0, 0.0, -1.0, 0.0

%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1

!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
baseVariant = Size1
baseVariant = TrussMount
VARIANT
{
name = Size1
name = TrussMount
displayName = #LOC_Restock_variant-engine_size1_white
primaryColor = #999999
secondaryColor = #ffffff
Expand All @@ -1051,7 +1052,7 @@
}
VARIANT
{
name = Boattail
name = Shroud
displayName = #LOC_Restock_variant-engine_boattail_white
primaryColor = #ffffff
secondaryColor = #ffffff
Expand All @@ -1072,7 +1073,7 @@
}
VARIANT
{
name = Compact
name = Bare
displayName = #LOC_Restock_variant-engine_compact_white
primaryColor = #666666
secondaryColor = #ffffff
Expand Down Expand Up @@ -1155,6 +1156,10 @@
}
}
}
@MODULE[ModuleSurfaceFX]
{
@thrustProviderModuleIndex= 0
}
@MODULE[ModuleEngines]
{
@name = ModuleEnginesFX
Expand Down Expand Up @@ -1245,20 +1250,18 @@
}

// LV-T45 "Swivel" Liquid Fuel Engine
@PART[liquidEngine2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
@PART[liquidEngine2_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{
@author = Porkjet and Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Engine/restock-engine-swivel-1
model = ReStock/Assets/Engine/restock-engine-swivel-2
}
@bulkheadProfiles = srf, size1
rescaleFactor = 1.0
@node_stack_top = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.0
@node_stack_bottom = 0.0, -7.179225, 0.0, 0.0, -1.0, 0.0
%node_attach = 0.0, 9.0182625, 0.0, 0.0, 1.0, 0.0, 1
%node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 1
@attachRules = 1,1,1,0,0
!DRAG_CUBE {}
DRAG_CUBE
Expand All @@ -1275,6 +1278,8 @@
!sound_rocket_hard = DELETE
!sound_vent_soft = DELETE
!sound_explosion_low = DELETE

!MODULE[ModulePartVariants] {}
EFFECTS
{
engage
Expand Down Expand Up @@ -1351,18 +1356,23 @@
}
}
}
@MODULE[ModuleSurfaceFX]
{
@thrustProviderModuleIndex= 0
}
@MODULE[ModuleEngines]
{
@name = ModuleEnginesFX
%runningEffectName = fx-swivel-running
}

MODULE
{
name = ModulePartVariants
baseVariant = Size1
baseVariant = TrussMount
VARIANT
{
name = Size1
name = TrussMount
displayName = #LOC_Restock_variant-engine_size1_white
primaryColor = #999999
secondaryColor = #ffffff
Expand All @@ -1389,7 +1399,7 @@
}
VARIANT
{
name = Boattail
name = Shroud
displayName = #LOC_Restock_variant-engine_boattail_white
primaryColor = #ffffff
secondaryColor = #ffffff
Expand All @@ -1416,7 +1426,7 @@
}
VARIANT
{
name = Compact
name = Bare
displayName = #LOC_Restock_variant-engine_compact_white
primaryColor = #666666
secondaryColor = #ffffff
Expand Down Expand Up @@ -1534,6 +1544,7 @@
gimbalResponseSpeed = 8
useGimbalResponseSpeed = true
}
!MODULE[FXModuleLookAtConstraint] {}
MODULE
{
name = FXModuleLookAtConstraint
Expand Down
Loading

0 comments on commit 1152c83

Please sign in to comment.