Skip to content

Commit

Permalink
Fix sizes of RT-5 and RT-10 boosters, apply Ven's model to Poodle v2,…
Browse files Browse the repository at this point in the history
… attempting to fix Spark.
  • Loading branch information
Kerbas-ad-astra committed Jan 19, 2019
1 parent f5d8f81 commit 9818a0a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 6 deletions.
3 changes: 2 additions & 1 deletion GameData/VenStockRevamp/Part Bin/Data/Engines.cfg
Expand Up @@ -4065,7 +4065,8 @@ PART {
TechRequired = heavyRocketry
entryCost = 4200
cost = 600
category = Engine
TechHidden = True
category = none
subcategory = 0
title = #S2ServiceEngine_Part_title // O-80 "Gale" Service Engine
manufacturer = #S2ServiceEngine_Part_manufacturer // Reaction Systems Ltd @ Rockomax Conglomerate
Expand Down
34 changes: 30 additions & 4 deletions GameData/VenStockRevamp/Squad/Data/Engines.cfg
Expand Up @@ -200,6 +200,7 @@
!MODULE[ModulePartVariants]{}
MODEL{
model = VenStockRevamp/Squad/Parts/Propulsion/RT10
scale = 1.25, 1.25, 1.25
}
@MODULE[ModuleEngines] {
@thrustVectorTransformName = thrust
Expand Down Expand Up @@ -668,7 +669,7 @@ PART
}
NODES
{
node_stack_top = 0.0, 0.51, 0.0, 0.0, 1.0, 0.0, 1
node_stack_top = 0.0, 0.48, 0.0, 0.0, 1.0, 0.0, 1
}
}
}
Expand All @@ -678,7 +679,7 @@ PART
ThermalAnim = 48-7SHeat
}
@Module[ModuleJettison]{
@jettisonName = fairing
@jettisonName = node_fairing_collider
}
MODULE{
name = FXModuleLookAtConstraint
Expand Down Expand Up @@ -1421,10 +1422,34 @@ PART
@node_stack_top = 0.0, 1.1947844, 0.0, 0.0, 1.0, 0.0, 2
@MODULE[ModuleGimbal]{
%gimbalResponseSpeed = 6
}
}
!MODULE[FXModuleAnimateThrottle]{}
}

@PART[liquidEngine2-2_v2]{
@author = Ven
!mesh = DELETE
!MODEL,*{}
MODEL{
model = VenStockRevamp/Squad/Parts/Propulsion/Poodle
position = 0.0, -0.7645644, 0.0
}
@node_stack_top = 0.0, 0.0704356, 0.0, 0.0, 1.0, 0.0, 2
@MODULE[ModuleGimbal]{
@gimbalResponseSpeed = 6
@gimbalTransformName = Obj_Gimbal
}
@MODULE[ModuleJettison]
{
@jettisonName = fairing
}
!MODULE[FXModuleLookAtConstraint]{}
@MODULE[FXModuleAnimateThrottle]
{
@animationName = overheatService
}
}

@PART[solidBooster1-1]{
!mesh = DELETE
!MODEL {}
Expand Down Expand Up @@ -1644,8 +1669,9 @@ PART
MODEL{
model = VenStockRevamp/Squad/Parts/Propulsion/RT5
scale = 1.25, 1.25, 1.25
position = 0.0, 0.07, 0.0
}
@node_stack_bottom = 0.0, -1.1, 0.0, 0.0, -1.0, 0.0, 1
@node_stack_bottom = 0.0, -1.03, 0.0, 0.0, -1.0, 0.0, 1
@MODULE[ModuleJettison]{
@jettisonName = fairing
}
Expand Down
3 changes: 2 additions & 1 deletion GameData/VenStockRevamp/Squad/Data/Utility.cfg
Expand Up @@ -792,10 +792,11 @@ PART{
@PART[landingLeg1-2]{
!mesh = DELETE
scale = 1
@rescaleFactor = 1.5
@rescaleFactor = 1
!MODEL {}
MODEL{
model = VenStockRevamp/Squad/Parts/LandingLegs/LT-2
scale = 1.5, 1.5, 1.5
}
@MODULE[ModuleWheelBase]{
@groundHeightOffset = 1.9
Expand Down

0 comments on commit 9818a0a

Please sign in to comment.