Hey everyone,
I'm a brand new poster so go easy on me if I leave out any important information. But I do have a problem.
I'm running 1.3.0 and I am entering solar systems for Battletech into the program. I got my first system done after a bit of figguring out the system.
But when I got to the second system to be entered the pogram just would not accept anything I put into it for that 2nd new star. I know I'm putting it in right. I even tried to clone the star system that I first put in that worked at a different location to try and see if it worked and it still didn't.
Any advice? What should I do? Am I doing something horribly wrong?
Thanks
Aaron "Gravedigger" Pollyea
1.3.0 multiple solar system question
-
Topic authorGravedigger
- Posts: 5
- Joined: 21.07.2003
- With us: 21 years 4 months
-
- Posts: 1034
- Joined: 16.12.2002
- With us: 21 years 11 months
- Location: People's Republic Of Cork, Ireland
-
Topic authorGravedigger
- Posts: 5
- Joined: 21.07.2003
- With us: 21 years 4 months
-
- Developer
- Posts: 1863
- Joined: 21.11.2002
- With us: 22 years
Which can be found here... http://63.224.48.65/celestia/files/.
-
Topic authorGravedigger
- Posts: 5
- Joined: 21.07.2003
- With us: 21 years 4 months
Ok, here we are.
Ok, I'll post my scripts
#######################
#hip500000.stc
#######################
# HIP 500000
500000 { #Hipparcos number and name of star
RA 135.76 #Right Ascension of star, measured in degrees
Dec 5.04 #Declination of star
Distance 55.7 #Distance to star, measured in Light Years
SpectralType "G2II" #may also include its Luminosity Class
AppMag -2.2 #Apparent Magnitude of star as seen from Earth
}
#######################
#######################
#hip500000.ssc
#######################
#########################
"Acamar" "HIP 500000" {
Texture "earth.png"
Radius 6000
EllipticalOrbit
{ Period 8
SemiMajorAxis 29
}
}
#########################
"Acamar I" "HIP 500000" {
Texture "asteroid.jpg"
Radius 1000
EllipticalOrbit
{ Period 1
SemiMajorAxis 1
}
}
#########################
"Acamar II" "HIP 500000" {
Texture "asteroid.jpg"
Radius 1500
EllipticalOrbit
{ Period 2
SemiMajorAxis 3
}
}
#########################
"Acamar III" "HIP 500000" {
Texture "deimos.jpg"
Radius 1000
EllipticalOrbit
{ Period 3
SemiMajorAxis 5
}
}
#########################
"Acamar IV" "HIP 500000" {
Texture "venus.jpg"
Radius 5000
EllipticalOrbit
{ Period 4
SemiMajorAxis 10
}
}
#########################
"Acamar V" "HIP 500000" {
Texture "oberon.jpg"
Radius 1000
EllipticalOrbit
{ Period 5
SemiMajorAxis 15
}
}
#########################
"Acamar VI" "HIP 500000" {
Texture "asteroid.jpg"
Radius 2000
EllipticalOrbit
{ Period 6
SemiMajorAxis 18
}
}
#########################
"Acamar VII" "HIP 500000" {
Texture "titania.jpg"
Radius 1000
EllipticalOrbit
{ Period 7
SemiMajorAxis 25
}
}
#########################
"Acamar IX" "HIP 500000" {
Texture "jupiterlike.jpg"
Radius 200000
EllipticalOrbit
{ Period 9
SemiMajorAxis 40
}
}
#########################
"Acamar X" "HIP 500000" {
Texture "pluto.jpg"
Radius 5000
EllipticalOrbit
{ Period 10
SemiMajorAxis 60
}
}
#########################
"Zenith Jump Point" "HIP 500000" {
Texture "iss-sol1.jpg"
Radius 10
EllipticalOrbit {
Period 9999999999999999.00
SemiMajorAxis 10.17
Eccentricity 0.00
Inclination 90.00
AscendingNode 0.00
LongOfPericenter 0.00
MeanLongitude 90.00
}
RotationPeriod 1407.509405
Obliquity 7.01
EquatorAscendingNode 48.42
RotationOffset 291.20
Albedo 1.00
}
}
#########################
**************************************
Thats the first star system. That works.
Now the second.
#######################
#hip500006.stc
#######################
# HIP 500006
500006 { #Hipparcos number and name of star
RA 336.93 #Right Ascension of star, measured in degrees
Dec -1.02 #Declination of star
Distance 328.238 #Distance to star, measured in Light Years
SpectralType "M7V" #may also include its Luminosity Class
AppMag 11.0 #Apparent Magnitude of star as seen from Earth
}
#######################
#hip500006.ssc
#######################
#########################
"Abejorral I" "HIP 500006" {
Texture "asteroid.jpg"
Radius 2000
EllipticalOrbit
{ Period 1
SemiMajorAxis .05
}
}
"Abejorral" "HIP 500006" {
Texture "earth.png"
Radius 6100
EllipticalOrbit
{ Period 2
SemiMajorAxis .1
}
}
"Abejorral III" "HIP 500006" {
Texture "asteroid.jpg"
Radius 2500
EllipticalOrbit
{ Period 3
SemiMajorAxis 2
}
}
"Abejorral IV" "HIP 500006" {
Texture "jupiterlike.jpg"
Radius 30000
EllipticalOrbit
{ Period 4
SemiMajorAxis 5
}
}
"Abejorral V" "HIP 500006" {
Texture "asteroid.jpg"
Radius 1000
EllipticalOrbit
{ Period 5
SemiMajorAxis 8
}
}
Hope that helps anything.
Aaron "Gravedigger" Pollyea
#######################
#hip500000.stc
#######################
# HIP 500000
500000 { #Hipparcos number and name of star
RA 135.76 #Right Ascension of star, measured in degrees
Dec 5.04 #Declination of star
Distance 55.7 #Distance to star, measured in Light Years
SpectralType "G2II" #may also include its Luminosity Class
AppMag -2.2 #Apparent Magnitude of star as seen from Earth
}
#######################
#######################
#hip500000.ssc
#######################
#########################
"Acamar" "HIP 500000" {
Texture "earth.png"
Radius 6000
EllipticalOrbit
{ Period 8
SemiMajorAxis 29
}
}
#########################
"Acamar I" "HIP 500000" {
Texture "asteroid.jpg"
Radius 1000
EllipticalOrbit
{ Period 1
SemiMajorAxis 1
}
}
#########################
"Acamar II" "HIP 500000" {
Texture "asteroid.jpg"
Radius 1500
EllipticalOrbit
{ Period 2
SemiMajorAxis 3
}
}
#########################
"Acamar III" "HIP 500000" {
Texture "deimos.jpg"
Radius 1000
EllipticalOrbit
{ Period 3
SemiMajorAxis 5
}
}
#########################
"Acamar IV" "HIP 500000" {
Texture "venus.jpg"
Radius 5000
EllipticalOrbit
{ Period 4
SemiMajorAxis 10
}
}
#########################
"Acamar V" "HIP 500000" {
Texture "oberon.jpg"
Radius 1000
EllipticalOrbit
{ Period 5
SemiMajorAxis 15
}
}
#########################
"Acamar VI" "HIP 500000" {
Texture "asteroid.jpg"
Radius 2000
EllipticalOrbit
{ Period 6
SemiMajorAxis 18
}
}
#########################
"Acamar VII" "HIP 500000" {
Texture "titania.jpg"
Radius 1000
EllipticalOrbit
{ Period 7
SemiMajorAxis 25
}
}
#########################
"Acamar IX" "HIP 500000" {
Texture "jupiterlike.jpg"
Radius 200000
EllipticalOrbit
{ Period 9
SemiMajorAxis 40
}
}
#########################
"Acamar X" "HIP 500000" {
Texture "pluto.jpg"
Radius 5000
EllipticalOrbit
{ Period 10
SemiMajorAxis 60
}
}
#########################
"Zenith Jump Point" "HIP 500000" {
Texture "iss-sol1.jpg"
Radius 10
EllipticalOrbit {
Period 9999999999999999.00
SemiMajorAxis 10.17
Eccentricity 0.00
Inclination 90.00
AscendingNode 0.00
LongOfPericenter 0.00
MeanLongitude 90.00
}
RotationPeriod 1407.509405
Obliquity 7.01
EquatorAscendingNode 48.42
RotationOffset 291.20
Albedo 1.00
}
}
#########################
**************************************
Thats the first star system. That works.
Now the second.
#######################
#hip500006.stc
#######################
# HIP 500006
500006 { #Hipparcos number and name of star
RA 336.93 #Right Ascension of star, measured in degrees
Dec -1.02 #Declination of star
Distance 328.238 #Distance to star, measured in Light Years
SpectralType "M7V" #may also include its Luminosity Class
AppMag 11.0 #Apparent Magnitude of star as seen from Earth
}
#######################
#hip500006.ssc
#######################
#########################
"Abejorral I" "HIP 500006" {
Texture "asteroid.jpg"
Radius 2000
EllipticalOrbit
{ Period 1
SemiMajorAxis .05
}
}
"Abejorral" "HIP 500006" {
Texture "earth.png"
Radius 6100
EllipticalOrbit
{ Period 2
SemiMajorAxis .1
}
}
"Abejorral III" "HIP 500006" {
Texture "asteroid.jpg"
Radius 2500
EllipticalOrbit
{ Period 3
SemiMajorAxis 2
}
}
"Abejorral IV" "HIP 500006" {
Texture "jupiterlike.jpg"
Radius 30000
EllipticalOrbit
{ Period 4
SemiMajorAxis 5
}
}
"Abejorral V" "HIP 500006" {
Texture "asteroid.jpg"
Radius 1000
EllipticalOrbit
{ Period 5
SemiMajorAxis 8
}
}
Hope that helps anything.
Aaron "Gravedigger" Pollyea
-
Topic authorGravedigger
- Posts: 5
- Joined: 21.07.2003
- With us: 21 years 4 months