it's n00b time!
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
it's n00b time!
Can someone just give me a template for a planet and a star? Im attempting an add on for my book, and im having some issues with getting the STC and SSC files to work.
I've even gazed at selden's add on guide for a good hour or two, that only vaguely helped.
I've even gazed at selden's add on guide for a good hour or two, that only vaguely helped.
Re: it's n00b time!
Hunter Parasite wrote:I've even gazed at selden's add on guide for a good hour or two, that only vaguely helped.
Well then, here is my vague star:
Code: Select all
# HIP 297397
297397 "Hunter" {
RA 270.674708333333
Dec -23.1049444444444
Distance 5229.982
SpectralType "G2 V"
AppMag 15.9
}
(The HIP is of course fictional).
... And here??s your vague planet:
Code: Select all
"Parasite" "Hunter"
{
Class "planet"
Texture "earth.*"
Radius 4000
EllipticalOrbit {
Period 0.2
SemiMajorAxis 0.4
}
RotationPeriod 1700
Albedo 0.1
}
- rthorvald

-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
Why isnt this working?
I can't find either one.
Code: Select all
"Terra" "Torzhakt"
{
Class "planet"
Texture "jupiter.jpg"
Radius 4000
EllipticalOrbit {
Period 0.2
SemiMajorAxis 0.4
}
RotationPeriod 1700
Albedo 0.1
}
Code: Select all
# HIP 408933
408933 "Torzhakt" {
RA 270.674708333333
Dec -23.1049444444444
Distance 2000.982
SpectralType "G2"
AppMag 20.9
}
I can't find either one.
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 19 years 3 months
Why? -- when there's plenty of examples available in your Celestia\data folder. 

"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
I guess the real problem here is two supposedly "helpful" Windows "features" designed to make using the operating system "convenient".
Firstly, that by default Windows hides filename extensions. This "protects" the user from all those scary .txt, .doc, .rtf, etc. extensions. This is only really helpful for the most technophobic newbie users. I turned this "feature" off as soon as possible.
Secondly, that "Save As" dialog boxes automatically add the filename extension when it doesn't end in something associated with the program. You can get round this by associating the filetype with the program you use to edit the files. This can be done by right-clicking on the file in Explorer and selecting Open With... (or Open With>Choose Program...) and checking the box to make the filetype always open with the selected program.

Firstly, that by default Windows hides filename extensions. This "protects" the user from all those scary .txt, .doc, .rtf, etc. extensions. This is only really helpful for the most technophobic newbie users. I turned this "feature" off as soon as possible.
Secondly, that "Save As" dialog boxes automatically add the filename extension when it doesn't end in something associated with the program. You can get round this by associating the filetype with the program you use to edit the files. This can be done by right-clicking on the file in Explorer and selecting Open With... (or Open With>Choose Program...) and checking the box to make the filetype always open with the selected program.
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
Can someone tell me whats wrong with this? The atmosphere does not appear
Code: Select all
"Stractan" "Torzhakt"
{
Class "Planet"
Texture "Stractan.*"
Radius 1700
EllipticalOrbit {
Period 4.9
SemiMajorAxis 0.9
}
RotationPeriod 30
Albedo 0.40
}
HazeColor [ 0.5 0.35 0.2 ]
HazeDensity 0.35
Radius 6052
Atmosphere {
Height 60
Lower [ 0.8 0.8 0.5 ]
Upper [ 0.6 0.6 0.6 ]
Sky [ 0.8 0.8 0.5 ]
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT
I notice a wrong } between Albedo and HazeColor
Code: Select all
...
Albedo 0.40
} <-- problem ?
HazeColor [ 0.5 0.35 0.2 ]
...
Motherboard: Intel D975XBX2
Processor: Intel Core2 E6700 @ 3Ghz
Ram: Corsair 2 x 1GB DDR2 PC6400
Video Card: Nvidia GeForce 8800 GTX 768MB GDDR3 384 bits PCI-Express 16x
HDD: Western Digital Raptor 150GB 10000 rpm
OS: Windows Vista Business 32 bits
Processor: Intel Core2 E6700 @ 3Ghz
Ram: Corsair 2 x 1GB DDR2 PC6400
Video Card: Nvidia GeForce 8800 GTX 768MB GDDR3 384 bits PCI-Express 16x
HDD: Western Digital Raptor 150GB 10000 rpm
OS: Windows Vista Business 32 bits
-
Topic authorHunter Parasite
- Posts: 265
- Joined: 18.09.2005
- With us: 19 years 6 months
- Location: CT