Trouble connecting two systems via more than one jumphole
It does not crash if I only have one jumphole connecting the New York with the Hub system. So my guess is that the additional entries I placed inside "shortest_illegal_path.ini" and "systems_shortest_path.ini" are correct and sufficient.
However, it has to be possible to link systems by two or more jumpholes, as can be verified during the campaign, where there are two jumpholes leading from the Frankfurt system to the Hamburg system. I just don't know what else I can do to get the same working result for my system. So any help would be greatly appreciated.
This is what I put into the NY system:
<pre><font size=1 face=Courier>[Object
nickname = li01_manhattan_to_hub
ids_name = 524289
pos = -33267, 10000, -28810
Archetype = jumphole
msg_id_prefix = gcs_refer_system_Li01
ids_info = 66146
jump_effect = jump_effect_hole
visit = 0
goto = Hub, Jumphole_1, gate_tunnel_bretonia
[Object
nickname = li01_rochester_to_hub
ids_name = 524289
pos = -30763, 10000, -60916
Archetype = jumphole
msg_id_prefix = gcs_refer_system_Li01
ids_info = 66146
jump_effect = jump_effect_hole
visit = 0
goto = Hub, Jumphole_2, gate_tunnel_bretonia </font></pre>
Here's the counterpart from the Hub system:
<pre><font size=1 face=Courier>[Object
nickname = Jumphole_1
ids_name = 458754
pos = 0, 0, 0
Archetype = jumphole
goto = Hub, Jumphole_1, gate_tunnel_bretonia
jump_effect = jump_effect_hole
loadout = jumphole
visit = 0
[Object
nickname = Jumphole_2
ids_name = 458754
pos = 250, 0, 250
Archetype = jumphole
goto = Hub, Jumphole_2, gate_tunnel_bretonia
jump_effect = jump_effect_hole
loadout = jumphole
visit = 0
[Object
nickname = hub_to_manhattan
ids_name = 196766
pos = 19060, 0, 18000
Archetype = jumphole
goto = Li01, li01_manhattan_to_hub, gate_tunnel_bretonia
jump_effect = jump_effect_hole
loadout = jumphole
visit = 0
[Object
nickname = hub_to_rochester
ids_name = 196778
pos = 18940, 0, 17760
Archetype = jumphole
goto = Li01, li01_rochester_to_hub, gate_tunnel_bretonia
jump_effect = jump_effect_hole
loadout = jumphole
visit = 0 </font></pre>
And that's what I added to the "shortest_illegal_path" and "systems_shortest_path" INIs:
<pre><font size=1 face=Courier>[SystemConnections
Path = Hub, Hub, Hub </font></pre>
Edited by - Preacher0815 on 7/25/2005 7:54:31 AM