mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
1.5 fixes
* Adjust configs of 1.25m tanks to kill the 1.5 variants * Fix twin boar gimbal rods * Add 1.5 SRB color variants
This commit is contained in:
parent
01823a5db8
commit
92db3806c2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
// - Kickback (MassiveBooster)
|
||||
// - Thumper (solidBooster1-1)
|
||||
// - Hammer (solidBooster)
|
||||
// - Flea (solidBooster_sm)
|
||||
// - Flea (solidBooster_sm_v2)
|
||||
// - Separatron I (sepMotor1)
|
||||
|
||||
// Kickback
|
||||
@ -287,7 +287,7 @@
|
||||
}
|
||||
|
||||
// Hammer
|
||||
@PART[solidBooster] {
|
||||
@PART[solidBooster_v2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
@ -387,10 +387,49 @@
|
||||
@animationName = restock-srb-hammer-heat-1
|
||||
@responseSpeed = 0.1
|
||||
}
|
||||
@MODULE[ModulePartVariants]
|
||||
{
|
||||
baseVariant = White
|
||||
!primaryColor = DELETE
|
||||
!secondaryColor = DELETE
|
||||
!baseDisplayName = DELETE
|
||||
!baseThemeName = DELETE
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
GAMEOBJECTS
|
||||
{
|
||||
YellowStripe = false
|
||||
OrangeStripe = false
|
||||
}
|
||||
}
|
||||
@VARIANT[YellowAndWhite]
|
||||
{
|
||||
!TEXTURE {}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
YellowStripe = true
|
||||
OrangeStripe = false
|
||||
}
|
||||
}
|
||||
@VARIANT[Orange]
|
||||
{
|
||||
!TEXTURE {}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
YellowStripe = false
|
||||
OrangeStripe = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Flea
|
||||
@PART[solidBooster_sm] {
|
||||
@PART[solidBooster_sm_v2] {
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
@ -488,6 +527,45 @@
|
||||
dependOnEngineState = True
|
||||
dependOnThrottle = True
|
||||
}
|
||||
@MODULE[ModulePartVariants]
|
||||
{
|
||||
baseVariant = White
|
||||
!primaryColor = DELETE
|
||||
!secondaryColor = DELETE
|
||||
!baseDisplayName = DELETE
|
||||
!baseThemeName = DELETE
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #ffffff
|
||||
displayName = #autoLOC_8007119
|
||||
themeName = White
|
||||
GAMEOBJECTS
|
||||
{
|
||||
YellowStripe = false
|
||||
OrangeStripe = false
|
||||
}
|
||||
}
|
||||
@VARIANT[YellowAndWhite]
|
||||
{
|
||||
!TEXTURE {}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
YellowStripe = true
|
||||
OrangeStripe = false
|
||||
}
|
||||
}
|
||||
@VARIANT[Orange]
|
||||
{
|
||||
!TEXTURE {}
|
||||
GAMEOBJECTS
|
||||
{
|
||||
YellowStripe = false
|
||||
OrangeStripe = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// Separatron
|
||||
@PART[sepMotor1] {
|
||||
@ -571,6 +649,7 @@
|
||||
@name = ModuleEnginesFX
|
||||
%runningEffectName = fx-separatron-running
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = FXModuleAnimateThrottle
|
||||
|
@ -14,6 +14,7 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-125-4
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
}
|
||||
|
||||
@PART[fuelTankSmall]
|
||||
@ -28,6 +29,7 @@
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-125-3
|
||||
}
|
||||
%rescaleFactor = 1
|
||||
!MODULE[ModulePartVariants] {}
|
||||
}
|
||||
|
||||
@PART[fuelTank]
|
||||
@ -40,6 +42,7 @@
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-125-2
|
||||
}
|
||||
%rescaleFactor = 1
|
||||
!MODULE[ModulePartVariants] {}
|
||||
// @node_stack_top = 0.0, 9.81725, 0.0, 0.0, 1.0, 0.0
|
||||
// @node_stack_bottom = 0.0, -9.12500, 0.0, 0.0, -1.0, 0.0
|
||||
// @node_attach = 6.2625, 0.0, 0.0, 1.0, 0.0, 0.0, 1
|
||||
@ -56,5 +59,6 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/FuelTank/restock-fueltank-125-1
|
||||
}
|
||||
!MODULE[ModulePartVariants] {}
|
||||
%rescaleFactor = 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user