mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Compare commits
11 Commits
9bd11b49ac
...
98553f8deb
Author | SHA1 | Date | |
---|---|---|---|
|
98553f8deb | ||
|
7e4512e20e | ||
|
8ef0a516f0 | ||
|
ba9aa2c16a | ||
|
4bbd76d3b0 | ||
|
1e25b36f44 | ||
|
d2744a2ef0 | ||
|
4ca42161c1 | ||
|
4183f2046f | ||
|
1152c83f7f | ||
|
abab0d1c5f |
@ -42,10 +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 = Tankbutt
|
||||
#LOC_Restock_variant-engine_tankbutt_white = Tankbutt (White)
|
||||
#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)
|
||||
@ -66,7 +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_grey-orange-alt = Orange/Grey Shroud
|
||||
|
||||
#LOC_Restock_variant-engine_shroud = Shrouded
|
||||
#LOC_Restock_variant-engine_shroud_wide = Wide Shrouded
|
||||
|
@ -245,7 +245,7 @@
|
||||
{
|
||||
model = ReStock/Assets/Engine/restock-engine-vector-1
|
||||
}
|
||||
@bulkheadProfiles = srf, size1, size2
|
||||
@bulkheadProfiles = srf, size1
|
||||
node_attach = 0.0,0,0.0 , 0.0, 1.0, 0.0, 1
|
||||
!DRAG_CUBE {}
|
||||
DRAG_CUBE
|
||||
|
@ -1836,7 +1836,7 @@
|
||||
VARIANT
|
||||
{
|
||||
name = TankButt
|
||||
displayName = #LOC_Restock_variant-engine_tankbutt
|
||||
displayName = #autoLOC_8007112
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
sizeGroup = GroupA
|
||||
|
@ -494,7 +494,7 @@
|
||||
!sound_explosion_low = DELETE
|
||||
!MODULE[ModulePartVariants] {}
|
||||
!MODULE[FXModuleLookAtConstraint] {}
|
||||
@bulkheadProfiles = size1, size1p5, size2, size3, srf
|
||||
@bulkheadProfiles = size1, size1p5, size2, srf
|
||||
EFFECTS
|
||||
{
|
||||
engage
|
||||
|
@ -27,7 +27,7 @@ PART
|
||||
breakingTorque = 150
|
||||
maxTemp = 2000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1, size1p5, size2, size3, srf
|
||||
bulkheadProfiles = size1, size1p5, size2, srf
|
||||
tags = #LOC_RestockPlus_restock-engine-galleon_tags
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
Loading…
Reference in New Issue
Block a user