mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge branch 'master' into fairings
This commit is contained in:
commit
b0e645a094
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.
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.
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.
@ -1,10 +1,14 @@
|
|||||||
// Patches applying art changes to crewed command parts
|
// Patches applying art changes to crewed command parts
|
||||||
// Contents:
|
// Contents:
|
||||||
// - PPD-12 Cupola Module (cupola)
|
// - PPD-12 Cupola Module (cupola)
|
||||||
|
// - Mk1-3 Command Pod (mk1-3pod)
|
||||||
|
// - Mk1 Lander Can (landerCabinSmall)
|
||||||
|
// - Mk2 Lander Can (mk2LanderCabin_v2)
|
||||||
|
|
||||||
// Cupola
|
// Cupola
|
||||||
@PART[cupola]:FOR[zzzzStationParts]
|
@PART[cupola]
|
||||||
{
|
{
|
||||||
@author = Chris Adderley
|
@author = Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL,* {}
|
!MODEL,* {}
|
||||||
!MODULE[ModuleAnimateGeneric] {}
|
!MODULE[ModuleAnimateGeneric] {}
|
||||||
@ -23,3 +27,72 @@
|
|||||||
rotation = 0, 0, 0
|
rotation = 0, 0, 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@PART[mk1-3pod]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
!MODULE[ModuleAnimateGeneric] {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Command/restock-mk1-3-pod
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@PART[landerCabinSmall]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
!MODULE[ModuleAnimateGeneric] {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Command/restock-mk1-lander
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@PART[mk2LanderCabin_v2]
|
||||||
|
{
|
||||||
|
@author = Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL,* {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Command/restock-mk2-lander
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
@MODULE[ModulePartVariants]
|
||||||
|
{
|
||||||
|
@VARIANT[Rover]
|
||||||
|
{
|
||||||
|
!GAMEOBJECTS {}
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Mk2RoverMode = true
|
||||||
|
Mk2LanderMode = false
|
||||||
|
COLLIDERS_ROVER = true
|
||||||
|
COLLIDERS_LANDER = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@VARIANT[Lander]
|
||||||
|
{
|
||||||
|
!GAMEOBJECTS {}
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Mk2RoverMode = false
|
||||||
|
Mk2LanderMode = true
|
||||||
|
COLLIDERS_ROVER = true
|
||||||
|
COLLIDERS_LANDER = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -244,6 +244,8 @@
|
|||||||
@MODULE[ModuleGimbal]
|
@MODULE[ModuleGimbal]
|
||||||
{
|
{
|
||||||
@gimbalTransformName = B_Gimbal
|
@gimbalTransformName = B_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
@ -523,6 +525,8 @@
|
|||||||
@MODULE[ModuleGimbal]
|
@MODULE[ModuleGimbal]
|
||||||
{
|
{
|
||||||
@gimbalTransformName = B_Gimbal
|
@gimbalTransformName = B_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
!MODULE[ModulePartVariants] {}
|
!MODULE[ModulePartVariants] {}
|
||||||
MODULE
|
MODULE
|
||||||
@ -547,6 +551,7 @@
|
|||||||
SparkCompact = false
|
SparkCompact = false
|
||||||
SparkBoattail = false
|
SparkBoattail = false
|
||||||
AdditionalColliders = false
|
AdditionalColliders = false
|
||||||
|
ShroudSparkBasic = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
@ -567,6 +572,7 @@
|
|||||||
SparkCompact = false
|
SparkCompact = false
|
||||||
SparkBoattail = true
|
SparkBoattail = true
|
||||||
AdditionalColliders = true
|
AdditionalColliders = true
|
||||||
|
ShroudSparkBasic = false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -588,7 +594,7 @@
|
|||||||
SparkCompact = true
|
SparkCompact = true
|
||||||
SparkBoattail = false
|
SparkBoattail = false
|
||||||
AdditionalColliders = true
|
AdditionalColliders = true
|
||||||
|
ShroudSparkBasic = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -813,6 +819,8 @@
|
|||||||
@MODULE[ModuleGimbal]
|
@MODULE[ModuleGimbal]
|
||||||
{
|
{
|
||||||
@gimbalTransformName = B_Gimbal
|
@gimbalTransformName = B_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
!MODULE[FXModuleAnimateThrottle] {}
|
!MODULE[FXModuleAnimateThrottle] {}
|
||||||
MODULE
|
MODULE
|
||||||
|
@ -138,16 +138,6 @@
|
|||||||
dependOnEngineState = True
|
dependOnEngineState = True
|
||||||
dependOnThrottle = True
|
dependOnThrottle = True
|
||||||
}
|
}
|
||||||
@MODULE[ModuleJettison],0
|
|
||||||
{
|
|
||||||
@jettisonName = ShroudA
|
|
||||||
|
|
||||||
}
|
|
||||||
@MODULE[ModuleJettison],1
|
|
||||||
{
|
|
||||||
@jettisonName = ShroudB
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Vector
|
// Vector
|
||||||
@ -272,7 +262,6 @@
|
|||||||
NODES
|
NODES
|
||||||
{
|
{
|
||||||
node_stack_top = 0.0,0.0,0.0 , 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0,0.0,0.0 , 0.0, 1.0, 0.0, 1
|
||||||
node_attach = 0.0,0,0.0 , 0.0, 1.0, 0.0, 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
@ -296,7 +285,6 @@
|
|||||||
NODES
|
NODES
|
||||||
{
|
{
|
||||||
node_stack_top = 0.0,0.634,0.0 , 0.0, 1.0, 0.0, 2
|
node_stack_top = 0.0,0.634,0.0 , 0.0, 1.0, 0.0, 2
|
||||||
node_attach = 0.0,0.634,0.0 , 0.0, 1.0, 0.0, 2
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
@ -315,12 +303,11 @@
|
|||||||
Var_LowerGimbals = true
|
Var_LowerGimbals = true
|
||||||
Fairing125 = false
|
Fairing125 = false
|
||||||
Fairing25 = false
|
Fairing25 = false
|
||||||
Fairing25_Boat = true
|
Fairing25_Boat = false
|
||||||
}
|
}
|
||||||
NODES
|
NODES
|
||||||
{
|
{
|
||||||
node_stack_top = 0.0,0.634,0.0 , 0.0, 1.0, 0.0, 2
|
node_stack_top = 0.0,0.634,0.0 , 0.0, 1.0, 0.0, 2
|
||||||
node_attach = 0.0,0.634,0.0 , 0.0, 1.0, 0.0, 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
@ -338,13 +325,12 @@
|
|||||||
Var_UpperGimbals = true
|
Var_UpperGimbals = true
|
||||||
Var_LowerGimbals = true
|
Var_LowerGimbals = true
|
||||||
Fairing125 = false
|
Fairing125 = false
|
||||||
Fairing25 = false
|
Fairing25 = true
|
||||||
Fairing25_Boat = false
|
Fairing25_Boat = false
|
||||||
}
|
}
|
||||||
NODES
|
NODES
|
||||||
{
|
{
|
||||||
node_stack_top = 0.0,0.422,0.0 , 0.0, 1.0, 0.0, 1
|
node_stack_top = 0.0,0.422,0.0 , 0.0, 1.0, 0.0, 1
|
||||||
node_attach = 0.0,0.422,0.0 , 0.0, 1.0, 0.0, 1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -355,7 +341,7 @@
|
|||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModuleJettison
|
name = ModuleJettison
|
||||||
jettisonName = Fairing125,Fairing25,Fairing25_Boat
|
jettisonName = Fairing125,Fairing25
|
||||||
bottomNodeName = bottom
|
bottomNodeName = bottom
|
||||||
isFairing = True
|
isFairing = True
|
||||||
jettisonedObjectMass = 0.1
|
jettisonedObjectMass = 0.1
|
||||||
@ -367,6 +353,8 @@
|
|||||||
@MODULE[ModuleGimbal]
|
@MODULE[ModuleGimbal]
|
||||||
{
|
{
|
||||||
@gimbalTransformName = B_Gimbal
|
@gimbalTransformName = B_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
@ -431,7 +419,6 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Terrier
|
// Terrier
|
||||||
@PART[liquidEngine3_v2]
|
@PART[liquidEngine3_v2]
|
||||||
{
|
{
|
||||||
@ -522,7 +509,6 @@
|
|||||||
@bulkheadProfiles = srf, size1
|
@bulkheadProfiles = srf, size1
|
||||||
|
|
||||||
!MODULE[ModulePartVariants] {}
|
!MODULE[ModulePartVariants] {}
|
||||||
|
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
name = ModulePartVariants
|
name = ModulePartVariants
|
||||||
@ -538,9 +524,7 @@
|
|||||||
LV_909_Boattail = false
|
LV_909_Boattail = false
|
||||||
LV_909_Basic = true
|
LV_909_Basic = true
|
||||||
LV_909_Compact = false
|
LV_909_Compact = false
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
@ -553,9 +537,7 @@
|
|||||||
LV_909_Boattail = true
|
LV_909_Boattail = true
|
||||||
LV_909_Basic = false
|
LV_909_Basic = false
|
||||||
LV_909_Compact = false
|
LV_909_Compact = false
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
@ -569,7 +551,6 @@
|
|||||||
LV_909_Basic = false
|
LV_909_Basic = false
|
||||||
LV_909_Compact = true
|
LV_909_Compact = true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@MODULE[ModuleEngines]
|
@MODULE[ModuleEngines]
|
||||||
@ -585,6 +566,8 @@
|
|||||||
@MODULE[ModuleGimbal]
|
@MODULE[ModuleGimbal]
|
||||||
{
|
{
|
||||||
@gimbalTransformName = Gimbal
|
@gimbalTransformName = Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
!MODULE[FXModuleAnimateThrottle] {}
|
!MODULE[FXModuleAnimateThrottle] {}
|
||||||
MODULE
|
MODULE
|
||||||
@ -692,7 +675,6 @@
|
|||||||
!sound_explosion_low = DELETE
|
!sound_explosion_low = DELETE
|
||||||
|
|
||||||
!EFFECTS {}
|
!EFFECTS {}
|
||||||
|
|
||||||
EFFECTS
|
EFFECTS
|
||||||
{
|
{
|
||||||
engage
|
engage
|
||||||
@ -808,7 +790,6 @@
|
|||||||
LV_T30_Boattail = false
|
LV_T30_Boattail = false
|
||||||
ShroudT30 = true
|
ShroudT30 = true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
@ -823,7 +804,6 @@
|
|||||||
LV_T30_Boattail = true
|
LV_T30_Boattail = true
|
||||||
ShroudT30 = true
|
ShroudT30 = true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
@ -838,7 +818,6 @@
|
|||||||
LV_T30_Boattail = false
|
LV_T30_Boattail = false
|
||||||
ShroudT30 = true
|
ShroudT30 = true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@MODULE[ModuleEngines]
|
@MODULE[ModuleEngines]
|
||||||
@ -936,10 +915,8 @@
|
|||||||
key = 1 1
|
key = 1 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Swivel
|
// Swivel
|
||||||
@PART[liquidEngine2]
|
@PART[liquidEngine2]
|
||||||
{
|
{
|
||||||
@ -1071,7 +1048,6 @@
|
|||||||
Gimbal_Boattail = false
|
Gimbal_Boattail = false
|
||||||
Gimbal_Compact = false
|
Gimbal_Compact = false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
@ -1088,7 +1064,6 @@
|
|||||||
Gimbal_Boattail = true
|
Gimbal_Boattail = true
|
||||||
Gimbal_Compact = false
|
Gimbal_Compact = false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
VARIANT
|
VARIANT
|
||||||
{
|
{
|
||||||
@ -1105,7 +1080,6 @@
|
|||||||
Gimbal_Boattail = false
|
Gimbal_Boattail = false
|
||||||
Gimbal_Compact = true
|
Gimbal_Compact = true
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
@ -1123,6 +1097,8 @@
|
|||||||
@MODULE[ModuleGimbal]
|
@MODULE[ModuleGimbal]
|
||||||
{
|
{
|
||||||
@gimbalTransformName = Gimbal
|
@gimbalTransformName = Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
@ -1191,7 +1167,6 @@
|
|||||||
targetName = Piston06Anchor
|
targetName = Piston06Anchor
|
||||||
rotatorsName = Piston06Target
|
rotatorsName = Piston06Target
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
!MODULE[FXModuleAnimateThrottle] {}
|
!MODULE[FXModuleAnimateThrottle] {}
|
||||||
MODULE
|
MODULE
|
||||||
@ -1271,7 +1246,4 @@
|
|||||||
key = 1 1
|
key = 1 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -2,26 +2,971 @@
|
|||||||
// Contents:
|
// Contents:
|
||||||
// - LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Size2LFB)
|
// - LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine (Size2LFB)
|
||||||
// - RE-M3 "Mainsail" Liquid Fuel Engine (liquidEngine1-2)
|
// - RE-M3 "Mainsail" Liquid Fuel Engine (liquidEngine1-2)
|
||||||
// - RE-L10 "Poodle" Liquid Fuel Engine (liquidEngine2-2)
|
// - RE-L10 "Poodle" Liquid Fuel Engine (liquidEngine2-2_v2)
|
||||||
// - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper)
|
// - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper)
|
||||||
|
|
||||||
|
// Mainsail
|
||||||
@PART[liquidEngine1-2]
|
@PART[liquidEngine1-2]
|
||||||
{
|
{
|
||||||
|
@author = Chris Adderley (Nertea) and riocrokite
|
||||||
%node_attach = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2
|
%node_attach = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2
|
||||||
@attachRules = 1,1,1,0,0
|
@attachRules = 1,1,1,0,0
|
||||||
|
|
||||||
|
!fx_exhaustFlame_blue = DELETE
|
||||||
|
!fx_exhaustLight_blue = DELETE
|
||||||
|
!fx_smokeTrail_light = DELETE
|
||||||
|
!fx_exhaustSparks_flameout = DELETE
|
||||||
|
!sound_vent_medium = DELETE
|
||||||
|
!sound_rocket_hard = DELETE
|
||||||
|
!sound_vent_soft = DELETE
|
||||||
|
!sound_explosion_low = DELETE
|
||||||
|
|
||||||
|
!MODEL {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Engine/restock-engine-mainsail-1
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
!EFFECTS {}
|
||||||
|
EFFECTS
|
||||||
|
{
|
||||||
|
engage
|
||||||
|
{
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_vent_medium
|
||||||
|
volume = 1.0
|
||||||
|
pitch = 2.0
|
||||||
|
loop = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
disengage
|
||||||
|
{
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_vent_soft
|
||||||
|
volume = 1.0
|
||||||
|
pitch = 2.0
|
||||||
|
loop = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
flameout
|
||||||
|
{
|
||||||
|
PREFAB_PARTICLE
|
||||||
|
{
|
||||||
|
prefabName = fx_exhaustSparks_flameout_2
|
||||||
|
transformName = smokePoint
|
||||||
|
oneShot = true
|
||||||
|
}
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_explosion_low
|
||||||
|
volume = 1.0
|
||||||
|
pitch = 2.0
|
||||||
|
loop = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
fx-mainsail-running
|
||||||
|
{
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_rocket_hard
|
||||||
|
volume = 0.0 0.0
|
||||||
|
volume = 1.0 1.0
|
||||||
|
pitch = 0.0 0.2
|
||||||
|
pitch = 1.0 1.0
|
||||||
|
loop = true
|
||||||
|
}
|
||||||
|
MODEL_MULTI_PARTICLE
|
||||||
|
{
|
||||||
|
name = core
|
||||||
|
modelName = ReStock/FX/restock-fx-mainsail-core-1
|
||||||
|
transformName = fxTransformCore
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.01 0.1
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.0
|
||||||
|
speed = 0.0 0.35
|
||||||
|
speed = 1.0 1.0
|
||||||
|
}
|
||||||
|
MODEL_MULTI_PARTICLE
|
||||||
|
{
|
||||||
|
name = plume
|
||||||
|
modelName = ReStock/FX/restock-fx-mainsail-plume-1
|
||||||
|
transformName = fxTransformPlume
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.01 0.1
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.0
|
||||||
|
speed = 0.0 0.35
|
||||||
|
speed = 1.0 1.0
|
||||||
|
}
|
||||||
|
MODEL_MULTI_PARTICLE
|
||||||
|
{
|
||||||
|
name = flame
|
||||||
|
modelName = ReStock/FX/restock-fx-mainsail-flame-1
|
||||||
|
transformName = fxTransformPlume
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.01 0.1
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.0
|
||||||
|
speed = 0.0 0.35
|
||||||
|
speed = 1.0 1.0
|
||||||
|
}
|
||||||
|
PREFAB_PARTICLE
|
||||||
|
{
|
||||||
|
prefabName = fx_smokeTrail_veryLarge
|
||||||
|
transformName = smokePoint
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.05 0.0
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.25
|
||||||
|
speed = 0.0 0.25
|
||||||
|
speed = 1.0 1.0
|
||||||
|
localOffset = 0, 0, 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@MODULE[ModuleGimbal]
|
||||||
|
{
|
||||||
|
@gimbalTransformName = B_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
|
}
|
||||||
|
@MODULE[ModuleEngines]
|
||||||
|
{
|
||||||
|
@name = ModuleEnginesFX
|
||||||
|
%runningEffectName = fx-mainsail-running
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleLookAtConstraint
|
||||||
|
|
||||||
|
// Basic
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = MS_LowerCyl001
|
||||||
|
rotatorsName = MS_UpperCyl001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = MS_UpperCyl001
|
||||||
|
rotatorsName = MS_LowerCyl001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = MS_LowerCyl002
|
||||||
|
rotatorsName = MS_UpperCyl002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = MS_UpperCyl002
|
||||||
|
rotatorsName = MS_LowerCyl002
|
||||||
|
}
|
||||||
|
}
|
||||||
|
!MODULE[FXModuleAnimateThrottle] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleThrottleEffects
|
||||||
|
fxModuleNames = heatColor
|
||||||
|
responseSpeed = 0.005
|
||||||
|
dependOnEngineState = True
|
||||||
|
dependOnThrottle = True
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleThrottleEffects
|
||||||
|
fxModuleNames = throttleColor
|
||||||
|
responseSpeed = 1.0
|
||||||
|
dependOnEngineState = True
|
||||||
|
dependOnThrottle = True
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleColorChanger
|
||||||
|
moduleID = heatColor
|
||||||
|
animRate = 1
|
||||||
|
shaderProperty = _EmissiveColor
|
||||||
|
excludedRenderer = MainsailEngineCore
|
||||||
|
toggleInEditor = false
|
||||||
|
toggleInFlight = false
|
||||||
|
redCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
greenCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
blueCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
alphaCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleColorChanger
|
||||||
|
moduleID = throttleColor
|
||||||
|
animRate = 1
|
||||||
|
shaderProperty = _EmissiveColor
|
||||||
|
includedRenderer = MainsailEngineCore
|
||||||
|
toggleInEditor = false
|
||||||
|
toggleInFlight = false
|
||||||
|
redCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
greenCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
blueCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
alphaCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
baseVariant = Boattail
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Boattail
|
||||||
|
displayName = #LOC_Restock_variant-engine_boattail
|
||||||
|
primaryColor = #999999
|
||||||
|
secondaryColor = #000000
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Mainsail_Boattail = true
|
||||||
|
Mainsail_25m = false
|
||||||
|
Mainsail_Shroud = false
|
||||||
|
Mainsail_Compact = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Size2
|
||||||
|
displayName = #LOC_Restock_variant-engine_size2
|
||||||
|
primaryColor = #000000
|
||||||
|
secondaryColor = #999999
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Mainsail_Boattail = false
|
||||||
|
Mainsail_25m = true
|
||||||
|
Mainsail_Shroud = true
|
||||||
|
Mainsail_Compact = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Compact
|
||||||
|
displayName = #LOC_Restock_variant-engine_compact
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #f69449
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Mainsail_Boattail = false
|
||||||
|
Mainsail_25m = false
|
||||||
|
Mainsail_Shroud = true
|
||||||
|
Mainsail_Compact = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@MODULE[ModuleJettison]
|
||||||
|
{
|
||||||
|
@jettisonName = Mainsail_Shroud
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@PART[liquidEngine2-2]
|
// Poodle
|
||||||
|
@PART[liquidEngine2-2_v2]
|
||||||
{
|
{
|
||||||
%node_attach = 0.0, 0.7269405, 0.0, 0.0, 1.0, 0.0, 2
|
@author = Chris Adderley (Nertea) and riocrokite
|
||||||
|
%node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 2
|
||||||
@attachRules = 1,1,1,0,0
|
@attachRules = 1,1,1,0,0
|
||||||
|
|
||||||
|
!fx_exhaustFlame_blue_small = DELETE
|
||||||
|
!fx_exhaustLight_blue = DELETE
|
||||||
|
!fx_smokeTrail_light = DELETE
|
||||||
|
!sound_vent_medium = DELETE
|
||||||
|
!sound_rocket_hard = DELETE
|
||||||
|
!sound_vent_soft = DELETE
|
||||||
|
!sound_explosion_low = DELETE
|
||||||
|
|
||||||
|
!MODEL {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Engine/restock-engine-poodle-1
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
!EFFECTS {}
|
||||||
|
EFFECTS
|
||||||
|
{
|
||||||
|
engage
|
||||||
|
{
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_vent_medium
|
||||||
|
volume = 1.0
|
||||||
|
pitch = 1.0
|
||||||
|
loop = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
flameout
|
||||||
|
{
|
||||||
|
PREFAB_PARTICLE
|
||||||
|
{
|
||||||
|
prefabName = fx_exhaustSparks_flameout_2
|
||||||
|
transformName = smokePoint
|
||||||
|
oneShot = true
|
||||||
|
}
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_explosion_low
|
||||||
|
volume = 1.0
|
||||||
|
pitch = 2.0
|
||||||
|
loop = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
fx-poodle-running
|
||||||
|
{
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_rocket_hard
|
||||||
|
volume = 0.0 0.0
|
||||||
|
volume = 1.0 1.0
|
||||||
|
pitch = 0.0 0.2
|
||||||
|
pitch = 1.0 1.0
|
||||||
|
loop = true
|
||||||
|
}
|
||||||
|
MODEL_MULTI_PARTICLE
|
||||||
|
{
|
||||||
|
name = plume
|
||||||
|
modelName= ReStock/FX/restock-fx-poodle-plume-1
|
||||||
|
transformName = fxTransformPlume
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.01 0.1
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.0
|
||||||
|
speed = 0.0 0.35
|
||||||
|
speed = 1.0 1.0
|
||||||
|
}
|
||||||
|
MODEL_MULTI_PARTICLE
|
||||||
|
{
|
||||||
|
name = coreA
|
||||||
|
modelName = ReStock/FX/restock-fx-poodle-core-1
|
||||||
|
transformName = fxTransformCore
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.01 0.1
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.0
|
||||||
|
speed = 0.0 0.35
|
||||||
|
speed = 1.0 1.0
|
||||||
|
}
|
||||||
|
PREFAB_PARTICLE
|
||||||
|
{
|
||||||
|
prefabName = fx_smokeTrail_veryLarge
|
||||||
|
transformName = smokePoint
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.05 0.0
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.25
|
||||||
|
speed = 0.0 0.25
|
||||||
|
speed = 1.0 1.0
|
||||||
|
localOffset = 0, 0, 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@MODULE[ModuleGimbal]
|
||||||
|
{
|
||||||
|
@gimbalTransformName = Poodle_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
|
}
|
||||||
|
@MODULE[ModuleEngines]
|
||||||
|
{
|
||||||
|
@name = ModuleEnginesFX
|
||||||
|
%runningEffectName = fx-poodle-running
|
||||||
|
}
|
||||||
|
!MODULE[FXModuleLookAtConstraint] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleLookAtConstraint
|
||||||
|
|
||||||
|
// Basic
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_Cyl_Lower001
|
||||||
|
rotatorsName = P_Cyl_Upper001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_Cyl_Lower002
|
||||||
|
rotatorsName = P_Cyl_Upper002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_Cyl_Lower003
|
||||||
|
rotatorsName = P_Cyl_Upper003
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_Cyl_Lower004
|
||||||
|
rotatorsName = P_Cyl_Upper004
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_Cyl_Upper001
|
||||||
|
rotatorsName =P_Cyl_Lower001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_Cyl_Upper002
|
||||||
|
rotatorsName = P_Cyl_Lower002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_Cyl_Upper003
|
||||||
|
rotatorsName = P_Cyl_Lower003
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_Cyl_Upper004
|
||||||
|
rotatorsName = P_Cyl_Lower004
|
||||||
|
}
|
||||||
|
// Compact
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_CylCpt_Lower001
|
||||||
|
rotatorsName = P_CylCpt_Upper001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_CylCpt_Lower002
|
||||||
|
rotatorsName = P_CylCpt_Upper002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_CylCpt_Lower003
|
||||||
|
rotatorsName = P_CylCpt_Upper003
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_CylCpt_Lower004
|
||||||
|
rotatorsName = P_CylCpt_Upper004
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_CylCpt_Upper001
|
||||||
|
rotatorsName =P_CylCpt_Lower001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_CylCpt_Upper002
|
||||||
|
rotatorsName = P_CylCpt_Lower002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_CylCpt_Upper003
|
||||||
|
rotatorsName = P_CylCpt_Lower003
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = P_CylCpt_Upper004
|
||||||
|
rotatorsName = P_CylCpt_Lower004
|
||||||
|
}
|
||||||
|
}
|
||||||
|
!MODULE[FXModuleAnimateThrottle] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleThrottleEffects
|
||||||
|
fxModuleNames = heatColor
|
||||||
|
responseSpeed = 0.005
|
||||||
|
dependOnEngineState = True
|
||||||
|
dependOnThrottle = True
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleThrottleEffects
|
||||||
|
fxModuleNames = throttleColor
|
||||||
|
responseSpeed = 1.0
|
||||||
|
dependOnEngineState = True
|
||||||
|
dependOnThrottle = True
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleColorChanger
|
||||||
|
moduleID = heatColor
|
||||||
|
animRate = 1
|
||||||
|
shaderProperty = _EmissiveColor
|
||||||
|
excludedRenderer = PoodleEngineCore
|
||||||
|
toggleInEditor = false
|
||||||
|
toggleInFlight = false
|
||||||
|
redCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
greenCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
blueCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
alphaCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleColorChanger
|
||||||
|
moduleID = throttleColor
|
||||||
|
animRate = 1
|
||||||
|
shaderProperty = _EmissiveColor
|
||||||
|
includedRenderer = PoodleEngineCore
|
||||||
|
toggleInEditor = false
|
||||||
|
toggleInFlight = false
|
||||||
|
redCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
greenCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
blueCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
alphaCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@MODULE[ModuleJettison]
|
||||||
|
{
|
||||||
|
@jettisonName = Poodle_Shroud, Poodle_Shroud_Compact
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
baseVariant = Size2
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Size2
|
||||||
|
displayName = #LOC_Restock_variant-engine_size2
|
||||||
|
primaryColor = #000000
|
||||||
|
secondaryColor = #999999
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Poodle_25 = true
|
||||||
|
Poodle_Compact = false
|
||||||
|
P_Cyl_Lower001 = true
|
||||||
|
P_Cyl_Lower002 = true
|
||||||
|
P_Cyl_Lower003 = true
|
||||||
|
P_Cyl_Lower004 = true
|
||||||
|
P_CylCpt_Lower001 = false
|
||||||
|
P_CylCpt_Lower002 = false
|
||||||
|
P_CylCpt_Lower003 = false
|
||||||
|
P_CylCpt_Lower004 = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Compact
|
||||||
|
displayName = #LOC_Restock_variant-engine_compact
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #f69449
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
Poodle_25 = false
|
||||||
|
Poodle_Compact = true
|
||||||
|
P_Cyl_Lower001 = false
|
||||||
|
P_Cyl_Lower002 = false
|
||||||
|
P_Cyl_Lower003 = false
|
||||||
|
P_Cyl_Lower004 = false
|
||||||
|
P_CylCpt_Lower001 = true
|
||||||
|
P_CylCpt_Lower002 = true
|
||||||
|
P_CylCpt_Lower003 = true
|
||||||
|
P_CylCpt_Lower004 = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Skipper
|
||||||
@PART[engineLargeSkipper]
|
@PART[engineLargeSkipper]
|
||||||
{
|
{
|
||||||
|
@author = Chris Adderley (Nertea) and riocrokite
|
||||||
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
|
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
|
||||||
@attachRules = 1,1,1,0,0
|
@attachRules = 1,1,1,0,0
|
||||||
|
|
||||||
|
!fx_exhaustFlame_blue = 0.0, -2.2, 0.0, 0.0, 1.0, 0.0, running
|
||||||
|
!fx_exhaustLight_blue = 0.0, -2.2, 0.0, 0.0, 0.0, 1.0, running
|
||||||
|
!fx_smokeTrail_light = 0.0, -2.2, 0.0, 0.0, 1.0, 0.0, running
|
||||||
|
!fx_exhaustSparks_flameout = 0.0, -2.2, 0.0, 0.0, 1.0, 0.0, flameout
|
||||||
|
!sound_vent_medium = DELETE
|
||||||
|
!sound_rocket_hard = DELETE
|
||||||
|
!sound_vent_soft = DELETE
|
||||||
|
!sound_explosion_low = DELETE
|
||||||
|
|
||||||
|
!MODEL {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Engine/restock-engine-skipper-1
|
||||||
|
position = 0.0, 0.0, 0.0
|
||||||
|
scale = 1,1,1
|
||||||
|
rotation = 0, 0, 0
|
||||||
|
}
|
||||||
|
!EFFECTS {}
|
||||||
|
EFFECTS
|
||||||
|
{
|
||||||
|
engage
|
||||||
|
{
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_vent_medium
|
||||||
|
volume = 1.0
|
||||||
|
pitch = 2.0
|
||||||
|
loop = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
disengage
|
||||||
|
{
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_vent_soft
|
||||||
|
volume = 1.0
|
||||||
|
pitch = 2.0
|
||||||
|
loop = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
flameout
|
||||||
|
{
|
||||||
|
PREFAB_PARTICLE
|
||||||
|
{
|
||||||
|
prefabName = fx_exhaustSparks_flameout_2
|
||||||
|
transformName = smokePoint
|
||||||
|
oneShot = true
|
||||||
|
}
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_explosion_low
|
||||||
|
volume = 1.0
|
||||||
|
pitch = 2.0
|
||||||
|
loop = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
fx-skipper-running
|
||||||
|
{
|
||||||
|
AUDIO
|
||||||
|
{
|
||||||
|
channel = Ship
|
||||||
|
clip = sound_rocket_hard
|
||||||
|
volume = 0.0 0.0
|
||||||
|
volume = 1.0 1.0
|
||||||
|
pitch = 0.0 0.2
|
||||||
|
pitch = 1.0 1.0
|
||||||
|
loop = true
|
||||||
|
}
|
||||||
|
MODEL_MULTI_PARTICLE
|
||||||
|
{
|
||||||
|
name = core
|
||||||
|
modelName = ReStock/FX/restock-fx-skipper-core-1
|
||||||
|
transformName = fxTransformCore
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.01 0.1
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.0
|
||||||
|
speed = 0.0 0.35
|
||||||
|
speed = 1.0 1.0
|
||||||
|
}
|
||||||
|
MODEL_MULTI_PARTICLE
|
||||||
|
{
|
||||||
|
name = plume
|
||||||
|
modelName = ReStock/FX/restock-fx-skipper-plume-1
|
||||||
|
transformName = fxTransformPlume
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.01 0.1
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.0
|
||||||
|
speed = 0.0 0.35
|
||||||
|
speed = 1.0 1.0
|
||||||
|
}
|
||||||
|
|
||||||
|
PREFAB_PARTICLE
|
||||||
|
{
|
||||||
|
prefabName = fx_smokeTrail_veryLarge
|
||||||
|
transformName = smokePoint
|
||||||
|
emission = 0.0 0.0
|
||||||
|
emission = 0.05 0.0
|
||||||
|
emission = 0.075 0.25
|
||||||
|
emission = 1.0 1.25
|
||||||
|
speed = 0.0 0.25
|
||||||
|
speed = 1.0 1.0
|
||||||
|
localOffset = 0, 0, 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@MODULE[ModuleGimbal]
|
||||||
|
{
|
||||||
|
@gimbalTransformName = Skipper_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
|
}
|
||||||
|
@MODULE[ModuleEngines]
|
||||||
|
{
|
||||||
|
@name = ModuleEnginesFX
|
||||||
|
%runningEffectName = fx-skipper-running
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleLookAtConstraint
|
||||||
|
|
||||||
|
// Basic
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = Actutator_Bottom001
|
||||||
|
rotatorsName = Actutator_Top001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = Actutator_Bottom002
|
||||||
|
rotatorsName = Actutator_Top002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = Actutator_Bottom001
|
||||||
|
rotatorsName = Actutator_Top003
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = Actutator_Bottom002
|
||||||
|
rotatorsName = Actutator_Top004
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = Actutator_Top001
|
||||||
|
rotatorsName = Actutator_Bottom001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = Actutator_Top002
|
||||||
|
rotatorsName = Actutator_Bottom002
|
||||||
|
}
|
||||||
|
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = ActutatorCpt_Bottom001
|
||||||
|
rotatorsName =ActutatorCpt_Top001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = ActutatorCpt_Bottom002
|
||||||
|
rotatorsName = ActutatorCpt_Top002
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = ActutatorCpt_Top001
|
||||||
|
rotatorsName = ActutatorCpt_Bottom001
|
||||||
|
}
|
||||||
|
CONSTRAINLOOKFX
|
||||||
|
{
|
||||||
|
targetName = ActutatorCpt_Top002
|
||||||
|
rotatorsName = ActutatorCpt_Bottom002
|
||||||
|
}
|
||||||
|
}
|
||||||
|
!MODULE[FXModuleAnimateThrottle] {}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleThrottleEffects
|
||||||
|
fxModuleNames = heatColor
|
||||||
|
responseSpeed = 0.005
|
||||||
|
dependOnEngineState = True
|
||||||
|
dependOnThrottle = True
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = FXModuleThrottleEffects
|
||||||
|
fxModuleNames = throttleColor
|
||||||
|
responseSpeed = 1.0
|
||||||
|
dependOnEngineState = True
|
||||||
|
dependOnThrottle = True
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleColorChanger
|
||||||
|
moduleID = heatColor
|
||||||
|
animRate = 1
|
||||||
|
shaderProperty = _EmissiveColor
|
||||||
|
excludedRenderer = SkipperEngineCore
|
||||||
|
toggleInEditor = false
|
||||||
|
toggleInFlight = false
|
||||||
|
redCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
greenCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
blueCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
alphaCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleColorChanger
|
||||||
|
moduleID = throttleColor
|
||||||
|
animRate = 1
|
||||||
|
shaderProperty = _EmissiveColor
|
||||||
|
includedRenderer = SkipperEngineCore
|
||||||
|
toggleInEditor = false
|
||||||
|
toggleInFlight = false
|
||||||
|
redCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
greenCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
blueCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
alphaCurve
|
||||||
|
{
|
||||||
|
key = 0 0
|
||||||
|
key = 1 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
baseVariant = Boattail
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Boattail
|
||||||
|
displayName = #LOC_Restock_variant-engine_boattail
|
||||||
|
primaryColor = #999999
|
||||||
|
secondaryColor = #000000
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
ActutatorCpt_Bottom001 = false
|
||||||
|
ActutatorCpt_Bottom002 = false
|
||||||
|
Actutator_Bottom001 = true
|
||||||
|
Actutator_Bottom002 = true
|
||||||
|
Skipper_GimbalMount = true
|
||||||
|
Skipper_GimbalMountCompact = false
|
||||||
|
Skipper_Compact = false
|
||||||
|
Skipper_Boattail = true
|
||||||
|
Skipper_25m = false
|
||||||
|
Skipper_Shroud = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Size2
|
||||||
|
displayName = #LOC_Restock_variant-engine_size2
|
||||||
|
primaryColor = #000000
|
||||||
|
secondaryColor = #999999
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
ActutatorCpt_Bottom001 = false
|
||||||
|
ActutatorCpt_Bottom002 = false
|
||||||
|
Actutator_Bottom001 = true
|
||||||
|
Actutator_Bottom002 = true
|
||||||
|
Skipper_GimbalMount = true
|
||||||
|
Skipper_GimbalMountCompact = false
|
||||||
|
Skipper_Compact = false
|
||||||
|
Skipper_Boattail = false
|
||||||
|
Skipper_25m = true
|
||||||
|
Skipper_Shroud = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
VARIANT
|
||||||
|
{
|
||||||
|
name = Compact
|
||||||
|
displayName = #LOC_Restock_variant-engine_compact
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #f69449
|
||||||
|
GAMEOBJECTS
|
||||||
|
{
|
||||||
|
ActutatorCpt_Bottom001 = true
|
||||||
|
ActutatorCpt_Bottom002 = true
|
||||||
|
Actutator_Bottom001 = false
|
||||||
|
Actutator_Bottom002 = false
|
||||||
|
Skipper_GimbalMount = false
|
||||||
|
Skipper_GimbalMountCompact = true
|
||||||
|
Skipper_Compact = true
|
||||||
|
Skipper_Boattail = false
|
||||||
|
Skipper_25m = false
|
||||||
|
Skipper_Shroud = true
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@MODULE[ModuleJettison]
|
||||||
|
{
|
||||||
|
@jettisonName = Skipper_Shroud
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Twin Boar
|
// Twin Boar
|
||||||
@ -30,7 +975,7 @@
|
|||||||
@author = Chris Adderley (Nertea)
|
@author = Chris Adderley (Nertea)
|
||||||
|
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL = {}
|
!MODEL {}
|
||||||
MODEL {
|
MODEL {
|
||||||
model = ReStock/Assets/Engine/restock-engine-twinboar-1
|
model = ReStock/Assets/Engine/restock-engine-twinboar-1
|
||||||
}
|
}
|
||||||
@ -137,6 +1082,8 @@
|
|||||||
@MODULE[ModuleGimbal]
|
@MODULE[ModuleGimbal]
|
||||||
{
|
{
|
||||||
@gimbalTransformName = B_Gimbal
|
@gimbalTransformName = B_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
@MODULE[ModuleEnginesFX]
|
@MODULE[ModuleEnginesFX]
|
||||||
{
|
{
|
||||||
|
@ -116,6 +116,7 @@
|
|||||||
Var_375 = true
|
Var_375 = true
|
||||||
Var_Compact = false
|
Var_Compact = false
|
||||||
Fairing375 = true
|
Fairing375 = true
|
||||||
|
Fairing375_Compact = false
|
||||||
}
|
}
|
||||||
NODES
|
NODES
|
||||||
{
|
{
|
||||||
@ -133,6 +134,7 @@
|
|||||||
Var_375 = false
|
Var_375 = false
|
||||||
Var_Compact = true
|
Var_Compact = true
|
||||||
Fairing375 = false
|
Fairing375 = false
|
||||||
|
Fairing375_Compact = true
|
||||||
}
|
}
|
||||||
NODES
|
NODES
|
||||||
{
|
{
|
||||||
@ -144,22 +146,17 @@
|
|||||||
{
|
{
|
||||||
%runningEffectName = fx-rhino-running
|
%runningEffectName = fx-rhino-running
|
||||||
}
|
}
|
||||||
MODULE
|
@MODULE[ModuleJettison]
|
||||||
{
|
{
|
||||||
name = ModuleJettison
|
@jettisonName = Fairing375,Fairing375_Compact
|
||||||
jettisonName = Fairing375
|
|
||||||
bottomNodeName = bottom
|
|
||||||
isFairing = True
|
|
||||||
jettisonedObjectMass = 0.1
|
|
||||||
jettisonForce = 5
|
|
||||||
jettisonDirection = 0 0 1
|
|
||||||
useMultipleDragCubes= false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@MODULE[ModuleGimbal]
|
@MODULE[ModuleGimbal]
|
||||||
{
|
{
|
||||||
|
|
||||||
@gimbalTransformName = B_Gimbal
|
@gimbalTransformName = B_Gimbal
|
||||||
|
gimbalResponseSpeed = 8
|
||||||
|
useGimbalResponseSpeed = true
|
||||||
}
|
}
|
||||||
MODULE
|
MODULE
|
||||||
{
|
{
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
- Initial release
|
- Initial release
|
||||||
- Parts included:
|
- Parts included:
|
||||||
- Command
|
- Command
|
||||||
|
- Mk1 Command Pod (Porkjet/Nertea)
|
||||||
|
- Mk1-3 Command Pod (Nertea)
|
||||||
|
- Mk1 Lander Can (Nertea)
|
||||||
|
- Mk2 Lander Can (Nertea)
|
||||||
- PPD-12 Cupola Module (Nertea)
|
- PPD-12 Cupola Module (Nertea)
|
||||||
- PPD-10 Hitchhiker Storage Container (Nertea)
|
- PPD-10 Hitchhiker Storage Container (Nertea)
|
||||||
- Control
|
- Control
|
||||||
@ -102,7 +106,11 @@
|
|||||||
- SC-9001 Science Jr. (Andrew Cassidy)
|
- SC-9001 Science Jr. (Andrew Cassidy)
|
||||||
- Engines are all surface attachable
|
- Engines are all surface attachable
|
||||||
- 'Dark' variant for 1.25m tanks has been completely reworked
|
- 'Dark' variant for 1.25m tanks has been completely reworked
|
||||||
|
<<<<<<< HEAD
|
||||||
- 'Dark' variant for several 1.25m tank/nosecone has been added
|
- 'Dark' variant for several 1.25m tank/nosecone has been added
|
||||||
|
=======
|
||||||
|
- 'Dark' variant for several 1.25m tank/nosecones has been added
|
||||||
|
>>>>>>> master
|
||||||
- New (old) 'Metallic' variant for Rockomax Brand Adapter and FL-A5 Adapter
|
- New (old) 'Metallic' variant for Rockomax Brand Adapter and FL-A5 Adapter
|
||||||
- New 'Metallic' variant for 2.5m tanks
|
- New 'Metallic' variant for 2.5m tanks
|
||||||
- New Unpainted, Black variants for heat shields
|
- New Unpainted, Black variants for heat shields
|
||||||
|
Loading…
Reference in New Issue
Block a user