Thanks. I see the satellite
So I have this"
Material "OneWebMat"
{
SpecColor (0.500000 0.500000 0.500000)
SpecPower 42
Bumpheight 1.25
DiffMap "Test"
}
My bad, it was "Waypoint", my apologies !!Hello everyone !
I'm not sure that is the right place to post that.. if not, sorry !
I try to create some script and a long time ago, I used a command to show a a colored circle/square/triangle/sphere with specific radius to a selected object.
This option is not implemented now ? I dont find it in the scenario script manual in the web site. But it was working some one or two years ago and I want to use it for my script now !
Thank for your help...
I copy-pasted your script as it is in a .sc file, placed into an addons > catalogs > planets folder and it works correctly.Hi, I'm new on space engine and I found how to create and link wormholes, but it only works for object in the solar system. When I want to link a wormhole to an another system he didn't work and I don't know why
As per manual, you have to put anyway some code for the wormholes in a addons/catalogs/stars folder, plus some corresponding code describing the wormholes in a addons/catalogs/planets folder.I would like to link 2 wormholes together that are outside the solar system.
StarBarycenter "Kaminar Worhmole"
{
RA -18.5304000
Dec 17.3000031
Dist 17.17016
Lum 0
Class "Z"
NoPlanets true
}
StarBarycenter "Kessel Worhmole"
{
RA 7.83028653
Dec -28.3003517
Dist 17.17016
Lum 0
Class "Z"
NoPlanets true
}
Star "Kaminar Wormhole on Kessel"
{
ParentBody "Kaminar Worhmole"
ConnectTo "Kessel Wormhole on Kaminar"
Class "Wormhole"
Luminosity 0
Mass 1.0e-10 // Earth masses
Radius 0.5 // km
Length 1.0 // km
WarpWidth 0.05 // km
}
Star "Kessel Wormhole on Kaminar"
{
ParentBody "Kessel Worhmole"
ConnectTo "Kaminar Wormhole on Kessel"
Class "Wormhole"
Luminosity 0
Mass 1.0e-10 // Earth masses
Radius 0.5 // km
Length 1.0 // km
WarpWidth 0.05 // km
}