You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-winglets.cfg

68 lines
2.5 KiB
INI

// Patches applying art changes to winglets and fins
// Contents:
// - Basic Fin (basicFin)
// - AV-R8 Winglet (R8winglet)
// - AV-T1 Winglet (winglet)
// - Delta-Deluxe Winglet (winglet3)
@PART[basicFin]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Aero/restock-winglet-basic-1
}
DRAG_CUBE
{
cube = Default, 0.04573,0.9754,0.373, 0.04573,0.2997,0.648, 0.02582,0.2292,1.08, 0.02582,0.2819,0.3014, 0.5039,0.9864,0.1276, 0.5039,0.9864,0.1276, -0.1697,0.25,0, 0.7607,1.25,0.05625
}
}
@PART[R8winglet]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Aero/restock-winglet-avr8-1
}
DRAG_CUBE
{
cube = neutral, 0.128,0.4349,1.635, 0.128,0.3524,1.557, 0.124,0.3936,1.278, 0.124,0.07488,1.834, 2.033,0.9728,0.1538, 2.033,0.9736,0.1538, -0.07445,-0.03369,-0.0001223, 1.629,2.016,0.1065
cube = fullDeflectionPos, 0.2244,0.6744,1.628, 0.2244,0.6269,1.557, 0.6671,0.3797,2.03, 0.6671,0.3659,1.886, 1.907,0.9236,0.9155, 1.907,0.9215,0.9155, -0.07445,-0.008513,0.02857, 1.629,1.966,0.866
cube = fullDeflectionNeg, 0.2243,0.6742,1.628, 0.2243,0.6276,1.549, 0.6671,0.4279,2.03, 0.6671,0.4123,1.886, 1.907,0.9045,0.9155, 1.907,0.9084,0.9155, -0.07445,-0.008513,-0.02857, 1.629,1.966,0.866
}
}
@PART[winglet]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Aero/restock-winglet-avt1-1
}
DRAG_CUBE
{
cube = Default, 0.131,1,0.09983, 0.131,0.1167,1.597, 0.08604,0.07243,1.567, 0.08604,0.009355,1.241, 1.657,0.9968,0.1479, 1.657,0.997,0.1479, -0.1187,0.2268,0.006638, 1.497,2.11,0.09696
}
}
@PART[winglet3]:HAS[RestockIgnore[]]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Aero/restock-winglet-delta-1
}
DRAG_CUBE
{
cube = neutral, 0.1884,1,0.09813, 0.1884,0.7492,1.535, 0.1024,0.3948,1.376, 0.1024,0.1613,0.2502, 2.714,0.9913,0.143, 2.714,0.9917,0.143, -0.2699,-1.192E-07,0, 1.587,2.254,0.08718
cube = fullDeflectionPos, 0.1975,1,0.3855, 0.1975,0.7641,1.535, 0.2903,0.4871,2.28, 0.2903,0.6346,0.3927, 2.654,0.9567,0.3349, 2.654,0.9698,0.3168, -0.2699,0.005937,-0.08691, 1.587,2.242,0.2617
cube = fullDeflectionNeg, 0.1975,1,0.3855, 0.1975,0.7638,1.535, 0.2903,0.4828,2.28, 0.2903,0.63,0.3927, 2.654,0.9699,0.3168, 2.654,0.9576,0.3349, -0.2699,0.005937,0.08691, 1.587,2.242,0.2617
}
}