Hi again Andrea,
I have just created an XYZ version of my original addon for you.
Just unzip to your StationV folder.
Here also is a celURL located at the beginning of the journey for you to use after you have installed the addon.
... and: the arrival of the spaceship as seen from Station V (as in the movie)
Making Orion Dock at Space Station V
-
Topic authorChuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Re: Making Orion Dock at Space Station V
"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
Re: Making Orion Dock at Space Station V
Thanks a lot, Chuff, very appreciated.Chuft-Captain wrote:Hi again Andrea, I have just created an XYZ version of my original addon for you.
Just unzip to your StationV folder.
........
I'm writing a script named "Celestia and Sci-Fi" (what a fantasy, isn't it?) and this will be very nice in the "2001: a Space Odissey" section.
Thank you once again.
Bye
Andrea
"Something is always better than nothing!"
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
Re: Making Orion Dock at Space Station V
Hello Chuff, thanks again for yor ssc file, I used it in Celestia 151 and it worked flawlessly, as you can see in the first image.
But later on I tried it with Celestia 141 (I use sound in my shows, with Vincent's 141_patch3, that works very well), with a bad surprise: it works wrongly in 141.
As you can see in the second image, Orion docks in the reverse way (I mean first the back, then the front), and moreover (obviously), its rotation is inverse to the Space Station V's.
My question: is there any possibility to obtain the same results of 151 using 141?
If yes, please. what do I have to modify in the ssc file I use?
Here the ssc:
"Space Station V" "Sol/Earth"
{
Class "spacecraft"
Mesh "station-v-hr.cmod"
Radius 0.15
Beginning "2001 01 01 12:00:00"
EllipticalOrbit
{
Period 0.063
SemiMajorAxis 6700
}
Obliquity 90
RotationPeriod -0.017
Albedo 0.02
}
"OrionDocking" "Sol/Earth/Space Station V"
{
Class "spacecraft"
Beginning "2001 01 01 12:00:00"
Mesh "Orion.3ds"
Radius 0.010
OrbitFrame { BodyFixed { Center "Sol/Earth/Space Station V" }}
SampledOrbit "OrionDocking.xyz"
BodyFrame { BodyFixed { Center "Sol/Earth/Space Station V" }}
FixedRotation
{
Inclination 180
AscendingNode 0
MeridianAngle 0
}
Albedo 0.01
}
Thanks a lot for your help.
Bye
Andrea
But later on I tried it with Celestia 141 (I use sound in my shows, with Vincent's 141_patch3, that works very well), with a bad surprise: it works wrongly in 141.
As you can see in the second image, Orion docks in the reverse way (I mean first the back, then the front), and moreover (obviously), its rotation is inverse to the Space Station V's.
My question: is there any possibility to obtain the same results of 151 using 141?
If yes, please. what do I have to modify in the ssc file I use?
Here the ssc:
"Space Station V" "Sol/Earth"
{
Class "spacecraft"
Mesh "station-v-hr.cmod"
Radius 0.15
Beginning "2001 01 01 12:00:00"
EllipticalOrbit
{
Period 0.063
SemiMajorAxis 6700
}
Obliquity 90
RotationPeriod -0.017
Albedo 0.02
}
"OrionDocking" "Sol/Earth/Space Station V"
{
Class "spacecraft"
Beginning "2001 01 01 12:00:00"
Mesh "Orion.3ds"
Radius 0.010
OrbitFrame { BodyFixed { Center "Sol/Earth/Space Station V" }}
SampledOrbit "OrionDocking.xyz"
BodyFrame { BodyFixed { Center "Sol/Earth/Space Station V" }}
FixedRotation
{
Inclination 180
AscendingNode 0
MeridianAngle 0
}
Albedo 0.01
}
Thanks a lot for your help.
Bye
Andrea
"Something is always better than nothing!"
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
-
Topic authorChuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Re: Making Orion Dock at Space Station V
That's not really a surprise Andrea You see, in 1.5.x it relies on the Orbitframe, Bodyframe code to orient itself wrt. the space station. This of course does not exist in 1.4.1, so is ignored.ANDREA wrote:But later on I tried it with Celestia 141 (I use sound in my shows, with Vincent's 141_patch3, that works very well), with a bad surprise: it works wrongly in 141.
To achieve a similar result in 1.4.1 you can just add the following code:
...
Obliquity 180
RotationPeriod 0.017
...
Albedo 0.01
Good luck,
CC
"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
Re: Making Orion Dock at Space Station V
Whoopee, Chuff, thanks a lot, it worked very well!Chuft-Captain wrote:ANDREA wrote:But later on I tried it with Celestia 141 (I use sound in my shows, with Vincent's 141_patch3, that works very well), with a bad surprise: it works wrongly in 141.
That's not really a surprise Andrea You see, in 1.5.x it relies on the Orbitframe, Bodyframe code to orient itself wrt. the space station. This of course does not exist in 1.4.1, so is ignored.
To achieve a similar result in 1.4.1 you can just add the following code:
...
Obliquity 180
RotationPeriod 0.017
...
Albedo 0.01
Good luck, CC
I was acquainted of the differences between Celestia 141 and 151 ssc file settings, so I tried to add the RotationPeriod 0.017, but I missed the Obliquity 180 line, my fault, because I've not yet studied all the new stuff in ssc files, waiting for the official version of 1.6, when all of them will be thoroughly defined.
Up to then... thanks a lot once again for your help and patience, very appreciated.
Bye
Andrea
"Something is always better than nothing!"
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
-
Topic authorChuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Re: Making Orion Dock at Space Station V
siete benvenuto
"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
Re: Making Orion Dock at Space Station V
This is the way to welcome a serious, old, previously unknown man.Chuft-Captain wrote:siete benvenuto
More familiarly we say "Sei il benvenuto".
Thank you Chuff, have a wondelful 2009!
Bye
Andrea
"Something is always better than nothing!"
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
-
Topic authorChuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Re: Making Orion Dock at Space Station V
Haha, whoops, sorry about that Andrea.ANDREA wrote:This is the way to welcome a serious, old, previously unknown man.Chuft-Captain wrote:siete benvenuto
More familiarly we say "Sei il benvenuto".
Thank you Chuff, have a wondelful 2009!
Bye
Andrea
I don't know if "serious", and "old" describes you, but I'm sure that "previously unknown" does not.
As for "man", I'm aware that certain "english" speakers on this forum have mistaken you as a woman in the past (due to "Andrea" with a slightly different pronunciation being a female name in English)... at least I got the man bit right.
Anyway, that'll teach me for using Babelfish.
It's a long time since I was in Italy, and my memory of Italian is pretty much summed up by:
"un cafe por favor" and "Prego". (and that's probably wrong also )
"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 authorChuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Re: Making Orion Dock at Space Station V
Babelfish is rather inconsistent:
"You are welcome" --> "Siete benvenuto"
"Sei il benvenuto" --> "You are the welcome" --> "Siete il benvenuto"
Go figure!!
"You are welcome" --> "Siete benvenuto"
"Sei il benvenuto" --> "You are the welcome" --> "Siete il benvenuto"
Go figure!!
"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
Re: Making Orion Dock at Space Station V
Well, surely I'm a man, alas old, being 64, but not so serious, I mean I still love jocking, smiling and taking with truly little seriousness the not-so-important things.
Regarding Babelfish...who knows it avoids it, IMO, because it makes more damages than useful things in human relations.
And for your Italian language, you remember two most important sentences.
Happy New Year to all the good willing Celestia people!
Bye
Andrea
Regarding Babelfish...who knows it avoids it, IMO, because it makes more damages than useful things in human relations.
And for your Italian language, you remember two most important sentences.
Happy New Year to all the good willing Celestia people!
Bye
Andrea
"Something is always better than nothing!"
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO