- Fixed Clydesdale/Throughbred mesh holes and texture issues (#687, #685)
- Fixed undeleted stock FX for clydesdale (#688)
- Fixed Mainsail grey boattail (#683)
- Fixed Vector compact shroud (#689)
- Fixed hemispherical tank endcaps (#686)
pull/691/head
ChrisAdderley 5 years ago
parent 1239253b1c
commit ca3293a629

@ -11,6 +11,12 @@
{
model = ReStock/Assets/FuelTank/restock-nosecone-375-2
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-structural-375-orange
scale = 1.0, -1.0, 1.0
position = 0.0, 0.0, 0.0
}
!MODULE[ModulePartVariants] {}
MODULE
{

@ -423,7 +423,7 @@
Var_UpperGimbals = true
Var_LowerGimbals = true
Fairing = false
Fairing25 = true
Fairing25 = false
Fairing25_Boat = false
FairingCompact = true
}
@ -439,7 +439,7 @@
}
@MODULE[ModuleJettison]
{
@jettisonName = Fairing,Fairing25,FairingCompact
@jettisonName = Fairing,Fairing25,FairingCompact,Fairing25_Boat
useMultipleDragCubes = false
}
@MODULE[ModuleGimbal]

@ -357,8 +357,8 @@
Mainsail_Shroud_CompactOrange = false
fairingWhite = false
fairingOrange = false
Mainsail_BoattailMeshWhite = true
Mainsail_BoattailMeshOrange = false
Mainsail_BoattailMeshWhite = false
Mainsail_BoattailMeshOrange = true
}
}
VARIANT

@ -214,9 +214,9 @@
!fx_exhaustFlame_white = DELETE
!fx_exhaustSparks_yellow = DELETE
!fx_smokeTrail_large = DELETE
!sound_rocket_hard = running
!sound_vent_soft = disengage
!sound_explosion_low = flameout
!sound_rocket_hard = DELETE
!sound_vent_soft = DELETE
!sound_explosion_low = DELETE
EFFECTS
{
@ -233,12 +233,6 @@
}
flameout
{
PREFAB_PARTICLE
{
prefabName = fx_exhaustSparks_yellow
transformName = thrustTransform
oneShot = true
}
AUDIO
{
channel = Ship
@ -292,7 +286,9 @@
@MODULE[ModuleEngines]
{
@name = ModuleEnginesFX
%runningEffectName = fx-clydesdale-running
@runningEffectName = fx-clydesdale-running
!directThrottleEffectName = DELETE
}
@MODULE[ModuleGimbal]
{

@ -132,6 +132,7 @@
- Rotated collider of 1.25m nosecone 15 degrees
- Added Spanish localization of Restock strings (thanks Niako)
- Fixed HG-55 animation not deploying all the way
- Fixed an issue with the Vector's shroud in Compact mode
- Fixed legacy part folders being present in the blacklist file

@ -10,6 +10,12 @@ PART
model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-0625-1
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-0625-grey
scale = 1.0, -1.0, 1.0
position = 0.0, -0.078, 0.0
}
scale = 1
rescaleFactor = 1
// Attachment

@ -9,6 +9,12 @@ PART
{
model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-125-1
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-125-orange
scale = 1.0, -1.0, 1.0
position = 0.0, -0.18, 0.0
}
scale = 1
rescaleFactor = 1

@ -9,6 +9,12 @@ PART
{
model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-1875-1
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-1875-grey
scale = 1.0, -1.0, 1.0
position = 0.0, -0.203, 0.0
}
scale = 1
rescaleFactor = 1

@ -9,6 +9,12 @@ PART
{
model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-25-1
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-25-orange
scale = 1.0, -1.0, 1.0
position = 0.0, -0.3799, 0.0
}
scale = 1
rescaleFactor = 1

@ -9,6 +9,12 @@ PART
{
model = ReStockPlus/Assets/FuelTank/restock-fueltank-sphere-375-1
scale = 1.0, 1.0, 1.0
}
MODEL
{
model = ReStock/Assets/FuelTank/restock-endcap-fueltank-375-orange
scale = 0.98, -1.0, 0.98
position = 0.0, -0.28, 0.0
}
scale = 1
rescaleFactor = 1

Loading…
Cancel
Save