mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Set up configs for rcs expansion branch
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
// Contents:
|
||||
// - RV-105 RCS Thruster Block (RCSBlock)
|
||||
// - Place-Anywhere 7 Linear RCS Port (linearRcs)
|
||||
// - Vernor Engine (vernorEngine)
|
||||
|
||||
// RCS block
|
||||
@PART[RCSBlock]
|
||||
@ -144,5 +145,47 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Vernor Engine
|
||||
@PART[vernierEngine]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Control/restock-engine-vernor-1
|
||||
}
|
||||
!EFFECTS {}
|
||||
EFFECTS
|
||||
{
|
||||
running
|
||||
{
|
||||
AUDIO
|
||||
{
|
||||
channel = Ship
|
||||
clip = sound_rocket_mini
|
||||
volume = 0.0 0.0
|
||||
volume = 0.02 0.2
|
||||
volume = 0.5 0.2
|
||||
volume = 1.0 0.2
|
||||
pitch = 0.0 0.75
|
||||
pitch = 1.0 1.5
|
||||
loop = true
|
||||
}
|
||||
MODEL_MULTI_PARTICLE
|
||||
{
|
||||
name = fx1
|
||||
modelName = ReStock/FX/restock-fx-vernor-1
|
||||
transformName = RCSthruster
|
||||
emission = 0.0 0.0
|
||||
emission = 0.1 0.0
|
||||
emission = 1.0 1.0
|
||||
speed = 0.0 0.8
|
||||
speed = 1.0 1.0
|
||||
//localRotation = -90, 0, 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
- Mk1 Lander Can (Nertea)
|
||||
- Mk2 Lander Can (Nertea)
|
||||
- PPD-12 Cupola Module (Nertea)
|
||||
- PPD-10 Hitchhiker Storage Container (Nertea)
|
||||
- PPD-10 Hitchhiker Storage Container (Nertea)
|
||||
- Probodobodyne HECS (Nertea)
|
||||
- Probodobodyne OKTO (Nertea)
|
||||
- Probodobodyne OKTO2 (Nertea)
|
||||
@ -21,6 +21,7 @@
|
||||
- .625m reaction wheel (Andrew Cassidy)
|
||||
- RV-105 RCS Thruster Block (Nertea)
|
||||
- Place-Anywhere 7 Linear RCS Port (Nertea)
|
||||
- Vernor Engine (Nertea)
|
||||
- Coupling
|
||||
- Inline Clamp-O-Tron (Passinglurker)
|
||||
- Clamp-O-Tron Jr. Docking Port (Nertea)
|
||||
@ -125,6 +126,7 @@
|
||||
- 'Dark' variant for several 1.25m tank/nosecones has been added
|
||||
- New (old) 'Metallic' variant for Rockomax Brand Adapter and FL-A5 Adapter
|
||||
- New 'Metallic' variant for 2.5m tanks
|
||||
- New 'white' variant for Oscar-B tank
|
||||
- New 'Silver' variant for foil radial LFO tanks
|
||||
- New Unpainted, Black variants for heat shields
|
||||
- New Bare variant for Linear RCS
|
||||
|
Reference in New Issue
Block a user