Greetings,
Been playing around with creating a modded starting system.
However, I am having trouble adding a functioning wormhole to the system. A wormhole is created that does not have a connection. Now, looking at the galaxy in observer mode. The second wormhole appears to be created in the same system as the first and they are not properly connected. In the solar system view, only one wormhole appears. It is likely that the 2nd (if it exists) in placed underneath it.
Does anyone have a some functioning code or guidance for me to work from?
Ideally, I would like to test the concept of a wormhole junction. But I will settle for a functioning wormhole bridge in this first modding attempt.
Here is the code I have in the last attempt:
Thanks in advance.
Been playing around with creating a modded starting system.
However, I am having trouble adding a functioning wormhole to the system. A wormhole is created that does not have a connection. Now, looking at the galaxy in observer mode. The second wormhole appears to be created in the same system as the first and they are not properly connected. In the solar system view, only one wormhole appears. It is likely that the 2nd (if it exists) in placed underneath it.
Does anyone have a some functioning code or guidance for me to work from?
Ideally, I would like to test the concept of a wormhole junction. But I will settle for a functioning wormhole bridge in this first modding attempt.
Here is the code I have in the last attempt:
Code:
init_effect = {
spawn_natural_wormhole = {
spawn_system = { orbit_distance = 100 orbit_angle = 90 random_pos = yes }
}
random_system = {
spawn_natural_wormhole = {
spawn_system = { orbit_distance = 100 orbit_angle = 180 random_pos = yes }
}
link_wormholes = from
}
}
Last edited: