SpaceEngine

SpaceEngine

Ian Jan 17, 2023 @ 9:50am
Linking Wormholes - How To?
As the new update allows the linking of wormholes, is there a guide on how to? Thanks in advance.
Originally posted by Mosfet:
Sorry guys, here's a very simple script for a Moon-Saturn wormhole:
// Wormhole test Star "Lunar Wormhole" // first wormhole { ParentBody "Moon" ConnectTo "Saturn Wormhole" // Name of the connected wormhole Class "Wormhole" Luminosity 0 Mass 1.0e-8 // Earth masses; used for physics only; in reality M = 1.42953 / LensingWidth Radius 1.0 // km TunnelLength 0.0 // km LensingWidth 0.05 // km Orbit { RefPlane "Equator" //Period 0.001678300043 SemiMajorAxisKm 10000 Eccentricity 0.0023 Inclination 0 MeanAnomaly 0 } } Star "Saturn Wormhole" // Second wormhole { ParentBody "Saturn" ConnectTo "Lunar Wormhole" // Name of the connected wormhole Class "Wormhole" Luminosity 0 Mass 1.0e-10 // Earth masses Radius 2.0 // km TunnelLength 1.0 // km LensingWidth 0.05 // km Orbit { RefPlane "Equator" SemiMajorAxisKm 240000 Eccentricity 0.0023 Inclination 0 MeanAnomaly 0 } }

Save it as a script text file, named for example WormholeTest.sc, and place it in a addons/catalogs/planets folder.
< >
Showing 1-5 of 5 comments
HarbingerDawn  [developer] Jan 19, 2023 @ 11:50pm 
There's no official guide, but it's very simple. You can subscribe to https://steamcommunity.com/sharedfiles/filedetails/?id=2865273847]this item and view its files to see the catalog script.
Ian Jan 20, 2023 @ 1:30am 
Many Thanks.
FrewSupernova Sep 23, 2023 @ 2:43am 
Doesn't work anymore. Can you copy and paste the example script here? Aspiring modder :)
Ian Sep 23, 2023 @ 6:44am 
I don't have it any more, sorry. Perhaps get in touch with HarbingerDawn.
A moderator of this forum has indicated that this post answers the original topic.
Mosfet Sep 26, 2023 @ 5:49am 
Sorry guys, here's a very simple script for a Moon-Saturn wormhole:
// Wormhole test Star "Lunar Wormhole" // first wormhole { ParentBody "Moon" ConnectTo "Saturn Wormhole" // Name of the connected wormhole Class "Wormhole" Luminosity 0 Mass 1.0e-8 // Earth masses; used for physics only; in reality M = 1.42953 / LensingWidth Radius 1.0 // km TunnelLength 0.0 // km LensingWidth 0.05 // km Orbit { RefPlane "Equator" //Period 0.001678300043 SemiMajorAxisKm 10000 Eccentricity 0.0023 Inclination 0 MeanAnomaly 0 } } Star "Saturn Wormhole" // Second wormhole { ParentBody "Saturn" ConnectTo "Lunar Wormhole" // Name of the connected wormhole Class "Wormhole" Luminosity 0 Mass 1.0e-10 // Earth masses Radius 2.0 // km TunnelLength 1.0 // km LensingWidth 0.05 // km Orbit { RefPlane "Equator" SemiMajorAxisKm 240000 Eccentricity 0.0023 Inclination 0 MeanAnomaly 0 } }

Save it as a script text file, named for example WormholeTest.sc, and place it in a addons/catalogs/planets folder.
Last edited by Mosfet; Sep 26, 2023 @ 5:51am
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Jan 17, 2023 @ 9:50am
Posts: 5