Posts by raylier

by raylier
26.07.2020, 14:59
Forum: Scripting
Topic: Schmidt's Solar system tour v1.1
Replies: 8
Views: 13219

Re: Schmidt's Solar system tour v1.1

Janus...

I found out that after the Neptune preload it takes some time to run.
So it works. Thanks again.

Greetz
Ray
by raylier
26.07.2020, 13:23
Forum: Scripting
Topic: Schmidt's Solar system tour v1.1
Replies: 8
Views: 13219

Re: Schmidt's Solar system tour v1.1

Janus.. the function filltable you adjusted works great. Thanks.

BTW: the v1.2 stops after preloading Neptune. Some bug?

Grtz
Ray
by raylier
25.07.2020, 22:13
Forum: Scripting
Topic: Schmidt's Solar system tour v1.1
Replies: 8
Views: 13219

Re: Schmidt's Solar system tour v1.1

Downloaded from motherlode.. My change: function preload(obj) if obj:type() == "planet" then if obj:radius() < 1 then return end celestia:print("Preloading en dergelijke " .. obj:name(), 10, 0, 0, -20, 0) local p = obj:getposition() local r = obj:radius() local v = celestia:newve...
by raylier
25.07.2020, 13:33
Forum: Scripting
Topic: Schmidt's Solar system tour v1.1
Replies: 8
Views: 13219

Schmidt's Solar system tour v1.1

Hello,

I have downloaded the solarsytemtour v1.1.celx made by H Schmidt. I have a question...
I want to display only the planets and not the moons. I changed the code so that moons are not
preloaded. But.. after Pluto the script continues with the moons. Any suggestions? Thanks.

Go to advanced search