Question What does /par mean? Building a star system

MattNW

New member
Joined
Nov 5, 2007
Messages
31
Reaction score
0
Points
0
I've been trying to make a new star system. I got the star and planet working OK but when trying to add a moon I get a blank sphere with no textures. My texture is OK and named properly but for some reason when I run my scenario the moon is a white sphere and when I use the Orbiter camera it has the moon listed as "Sparkle/par". What does /par mean?

My System config file:

; === Configuration file for Grainne system ===
Name = Grainne_System

Star1 = Grainne
Planet1 = Freehold
Freehold:Moon1 = Sparkle
My moon config file:

; === Configuration file for moon Sparkle ===
Name = Sparkle
EllipticOrbit = TRUE
HasElements = TRUE

; === Planetary Mean Orbits ===
Epoch = 2000.0
ElReference = ParentEquator
SemiMajorAxis = 30.378e6
Eccentricity = 0.015
Inclination = 0.0175
LongAscNode = 0
LongPerihelion = 0
MeanLongitude = 3.571

; === Physical Parameters ===
Mass = 10.8e15
Size = 11e3
SidRotPeriod = 152841.6
SidRotOffset = 0
Obliquity = 0
LAN = 0

; === Visualisation Parameters ===
MaxPatchResolution = 6

; === Surface Bases ===
It looks like Orbiter is looking for something in a different directory. I thought it might be one of the comments in the config file missing a semicolon but that wasn't it. :compbash:
 
Back
Top