Ладно, я пытаюсь сделать кое-что в KSP, своя звезда есть, а планеты нет. Текстуры цвета, высот и нормалей по 2048х1024 есть, планета и звезда прописаны в файле, но, как я уже говорил, планета не появляется. Смотрел в Debug, там ее тоже нет, даже ошибок, связанных с ней!
// HBM System
@Kopernicus:AFTER[Kopernicus]
{
Body
{
name = HBM-345921
flightGlobalsIndex = 666
Template
{
name = Sun
removeProgressTree = false
}
Properties
{
geeASL = 2.8
radius = 153186000
description = A newly found Kerbol-like star
ScienceValues
{
}
}
Orbit
{
referenceBody = Sun
inclination = 0.5
eccentricity = 0.07
semiMajorAxis = 9000000000000
longitudeOfAscendingNode = 1.3
argumentOfPeriapsis = 42
meanAnomalyAtEpoch = 0
epoch = 0
}
Atmosphere
{
enabled = false
}
ScaledVersion
{
SolarLightColor
{
sunlightColor = 1.0, 1.0, 1.0, 1.0
sunlightIntensity = 0.45
scaledSunlightColor = 1.0, 1.0, 1.0, 1.0
scaledSunlightIntensity = 0.45
IVASunColor = 1.0, 0.977, 0.896, 1.0
IVASunIntensity = 0.34
sunLensFlareColor = 1.0, 0.498, 0.313, 1.0
}
Material
{
emitColor0 = 1.0,0.898,0.705,1.0
emitColor1 = 1.0,0.898,0.705,1.0
sunspotColor = 0.196,0.156,0.117,1.0
rimColor = 1.0, 0.498, 0.313, 1.0
rimPower = 0
rimBlend = 1.4
}
Coronas
{
Corona
{
rotation = 0
speed = -1
updateInterval = 5
scaleLimitX = 5
scaleLimitY = 5
scaleSpeed = 0.007
Material
{
texture = KerbalGalaxy/HBM-345921 System/corona
inverseFade = 2.553731
}
}
Corona
{
rotation = 0
speed = 1
updateInterval = 5
scaleLimitX = 5
scaleLimitY = 5
scaleSpeed = 0.009
Material
{
texture = KerbalGalaxy/HBM-345921 System/corona
inverseFade = 2.553731
}
}
}
}
SolarPowerCurve
{
key = 206000000000 0 0 0
key = 13599840256 1 0 0
key = 68773560320 0.5 0 0
key = 0 10 0 0
}
}
}
}
Body
{
name = HBM-345921 a
flightGlobalsIndex = 660
Template
{
name = Tylo
}
Properties
{
description = Just a cute little planet nearby the star
radius = 251500
geeASL = 0.4
ScienceValues
{
landedDataValue = 10
inSpaceLowDataValue = 9
inSpaceHighDataValue = 7
recoveryValue = 12
spaceAltitudeThreshold = 100000
}
}
Orbit
{
referenceBody = HBM-345921
color = 0.760,0.658,0.580,1.0
inclination = 0.3
eccentricity = 0.2
semiMajorAxis = 5970023000
longitudeOfAscendingNode = 48
argumentOfPeriapsis = 29
meanAnomalyAtEpoch = 0
epoch = 0
}
ScaledVersion
{
Material
{
texture = KerbalGalaxy/HBM-345921 System/HBM-345921 a_color
normals = KerbalGalaxy/HBM-345921 System/HBM-345921 a_normal
}
}
}
Сообщение отредактировал 21 июня 2015 - 22:56