Ultimate space simulation software

 
User avatar
animationfan13
Observer
Observer
Posts: 8
Joined: 17 Nov 2024 11:59
Contact:

Re: Mods and Addons - Requests, suggestions and ideas

17 Nov 2024 12:44

Does anyone know how to import 9.80 addons into 9.90? I've seen some addons from 9.80 like giving Wasp-12 a moon, adding Eps Eri c and its asteroid belts, etc. when I tried putting the wasp-12 addon in 9.90 it just removed wasp-12b and gave it prodecural system.
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1821
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

Re: Mods and Addons - Requests, suggestions and ideas

18 Nov 2024 04:25

To add a moon to the existing WASP-12 b, you can just use the script with the part that adds the moon, leaving the already existing planet there.
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
User avatar
animationfan13
Observer
Observer
Posts: 8
Joined: 17 Nov 2024 11:59
Contact:

Re: Mods and Addons - Requests, suggestions and ideas

18 Nov 2024 15:03

Ok will try, thank you :D
 
User avatar
animationfan13
Observer
Observer
Posts: 8
Joined: 17 Nov 2024 11:59
Contact:

Re: Mods and Addons - Requests, suggestions and ideas

18 Nov 2024 15:08

Oh and another question, I was gonna try and update TrES-2b and WASP-12b to look darker like they have been said to be, do you know a way I could, like could I edit the planets, or should I find/make a addon for it?
 
michelangelo79
Observer
Observer
Posts: 1
Joined: 17 Dec 2024 05:08

Re: Mods and Addons - Requests, suggestions and ideas

17 Dec 2024 06:06


Wrong variables. The right ones for constellation Orion are:

ConstLinesOri
ConstBoundaryOri
ConstLabelOri

...and 87 similar for other constellations. Use IAU abbreviation as a prefix of a variable.
Since these are variables, you control them by a command Set:

Set ConstLinesOri true
Set ConstBoundaryOri false

There are special variables to toggle all constellations and zodiacal ones:

ConstLinesAll
ConstBoundaryAll
ConstLabelAll
ConstLinesZodiac
ConstBoundaryZodiac
ConstLabelZodiac
Got a question about those variables. I want to switch on just Orion lines constellation
If I do a Set ConstLinesOri true nothing happens until I do a show constellations, after which all constellations do appear.
If I thedn do a Set ConstLinesOri false only Orion's line disappear.
So from the beginning I guess I should do a: 
show constellations
set ConstLinesAll false
set ConstLinesOri true
to have just Orion's line on, but that's not working for the second line does not switch off all cosntellations, it just do nothing so I get again all constellations on.
What am I doing wrong? 
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1821
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

Re: Mods and Addons - Requests, suggestions and ideas

18 Dec 2024 07:54


Wrong variables. The right ones for constellation Orion are:

ConstLinesOri
ConstBoundaryOri
ConstLabelOri

...and 87 similar for other constellations. Use IAU abbreviation as a prefix of a variable.
Since these are variables, you control them by a command Set:

Set ConstLinesOri true
Set ConstBoundaryOri false

There are special variables to toggle all constellations and zodiacal ones:

ConstLinesAll
ConstBoundaryAll
ConstLabelAll
ConstLinesZodiac
ConstBoundaryZodiac
ConstLabelZodiac
Got a question about those variables. I want to switch on just Orion lines constellation
If I do a Set ConstLinesOri true nothing happens until I do a show constellations, after which all constellations do appear.
If I thedn do a Set ConstLinesOri false only Orion's line disappear.
So from the beginning I guess I should do a: 
show constellations
set ConstLinesAll false
set ConstLinesOri true
to have just Orion's line on, but that's not working for the second line does not switch off all cosntellations, it just do nothing so I get again all constellations on.
What am I doing wrong?
It seems you stumbled on a small bug.
In fact, if you try with this scenario script:
Set ConstLinesAll False
Set ConstBoundaryAll False
Set ConstLabelAll False

Wait 0.5 // this pause is needed because previous variables are not switching off immediately.

Set ConstLinesOri True
Set ConstBoundaryOri True
Set ConstLabelOri True
Show Constellations
It doesn't work if you run it a first time just after SpaceEngine is loaded, but it works as intended if you run it a second time.

A possible workaround is to explicitly set to False every single constellation but the ones you want to be visible. It's a way longer script, but the result is what you expect.
See the attachments
Attachments
ConstLinesOrion.se
(360 Bytes) Downloaded 4 times
ConstLinesDisableAll.se
(7.02 KiB) Downloaded 4 times
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |

Who is online

Users browsing this forum: No registered users and 1 guest