This is my first planet so bear with me..:)
after a few tries, I got my M3V star to work.. Celestia being picky about adding an extra line at the bottom of the .stc file...
So I tried my .ssc file, and I have tried now for about 6 hours, and I can't seem to get the orbit where the habitable zone is, about .112 AU, I even tried .5 AU, but nothing
Yet...
when I try farther out, say 2.5 AU, the orbit and planet show up fine...
so has anybody else found this issue? BTW, I am using 1.41 for the version
strange issue with a ssc file
-
Topic authordoctrellor
- Posts: 35
- Joined: 25.03.2004
- With us: 20 years 7 months
- Location: California
about .112 AU, I even tried .5 AU, but nothing
Celestia's input scanner is quite picky and doesn't generate enough error messages
Fractional values must start with a leading 0.
e.g. 0.15 works but .15 does not.
Also, positive values must not include a leading +, but negative values must include a leading -.
Selden
-
Topic authordoctrellor
- Posts: 35
- Joined: 25.03.2004
- With us: 20 years 7 months
- Location: California
-
Topic authordoctrellor
- Posts: 35
- Joined: 25.03.2004
- With us: 20 years 7 months
- Location: California
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
selden wrote:about .112 AU, I even tried .5 AU, but nothing
Celestia's input scanner is quite picky and doesn't generate enough error messages
Fractional values must start with a leading 0.
e.g. 0.15 works but .15 does not.
Also, positive values must not include a leading +, but negative values must include a leading -.
It should be easy to fix the parser to allow both a leading plus sign and a decimal point without a preceding 0.
--Chris
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
chris wrote:selden wrote:about .112 AU, I even tried .5 AU, but nothing
Celestia's input scanner is quite picky and doesn't generate enough error messages
Fractional values must start with a leading 0.
e.g. 0.15 works but .15 does not.
Also, positive values must not include a leading +, but negative values must include a leading -.
It should be easy to fix the parser to allow both a leading plus sign and a decimal point without a preceding 0.
The fix is now in CVS: both the leading plus sign and decimal point without preceding zero are now permitted.
This should help prevent some ssc editing frustration in the future.
--Chris
- Adirondack
- Posts: 528
- Joined: 01.03.2004
- With us: 20 years 8 months
Code: Select all
The fix is now in CVS: both the leading plus sign and decimal point without preceding zero are now permitted.
Chris,
will this work in cel-scripts too?
Adirondack
We all live under the same sky, but we do not have the same horizon. (K. Adenauer)
The horizon of some people is a circle with the radius zero - and they call it their point of view. (A. Einstein)
The horizon of some people is a circle with the radius zero - and they call it their point of view. (A. Einstein)
-
Topic authordoctrellor
- Posts: 35
- Joined: 25.03.2004
- With us: 20 years 7 months
- Location: California
-
- Site Admin
- Posts: 4211
- Joined: 28.01.2002
- With us: 22 years 9 months
- Location: Seattle, Washington, USA
Adirondack wrote:Code: Select all
The fix is now in CVS: both the leading plus sign and decimal point without preceding zero are now permitted.
Chris,
will this work in cel-scripts too?
Adirondack
Yes. Cel scripts share the tokenizer (the part of code that I fixed) with the ssc parser.
--Chris
-
Topic authordoctrellor
- Posts: 35
- Joined: 25.03.2004
- With us: 20 years 7 months
- Location: California
OK, I finally got 1 thing thru my thick skull..
use multiple .ssc files for each "group" of objects in the system
so I am finally going with 5 .ssc per star
1) asteroid belt
2) Comets
3) planets
4) Kuiper Belt stuff/Oort cloud stuff
5) Misc stuff
I finally 'saw the light' after going thru the "solar system" sscs and seeing what was going on...
I know you guys must think I am a total pain for asking all my questions, but hey, I'm learning..lol
use multiple .ssc files for each "group" of objects in the system
so I am finally going with 5 .ssc per star
1) asteroid belt
2) Comets
3) planets
4) Kuiper Belt stuff/Oort cloud stuff
5) Misc stuff
I finally 'saw the light' after going thru the "solar system" sscs and seeing what was going on...
I know you guys must think I am a total pain for asking all my questions, but hey, I'm learning..lol