So apparently two of my mods (Uncharted and Star Network) broke with the error saying "No topology nodes found", but they worked during the 1.2 alpha (I don't know the exact version they stopped working).
I'm looking at pixelfck's Beyond the Mainline mod and I don't see where he specifies that the new system map should be used instead of the vanilla one.
Can you elaborate on this one George and/or pixelfck?
How does the game determine which system map to use?
-
- Fleet Admiral
- Posts: 2876
- Joined: Thu Feb 03, 2011 5:21 am
- Location: Hmm... I'm confused. Anybody have a starmap to the Core?
Tutorial List on the Wiki and Installing Mods
Get on Discord for mod help and general chat


Der Tod ist der zeitlose Frieden und das leben ist der Krieg
Wir müssen wissen — wir werden wissen!
I don't want any sort of copyright on my Transcendence mods. Feel free to take/modify whatever you want.
Get on Discord for mod help and general chat


Der Tod ist der zeitlose Frieden und das leben ist der Krieg
Wir müssen wissen — wir werden wissen!
I don't want any sort of copyright on my Transcendence mods. Feel free to take/modify whatever you want.
- pixelfck
- Militia Captain
- Posts: 571
- Joined: Tue Aug 11, 2009 8:47 pm
- Location: Travelling around in Europe
As far as I figured it out, the starting system and position determines what systemmapwill be used by the game.
Pseudo code:
I did some quick experimenting with extra/stacked systemmaps ( <SystemMap UNID="..." displayOn="&smHumanSpace;"> ) but couldn't figure out how the stuff interacted and, since I didn't really needed it for my Beyond the Mainline mod, I left it at that.
I hope this helps,
Cheers,
Pixelfck
Pseudo code:
Code: Select all
<TranscendenceAdventure UNID="&unidSomeMod;">
<AdventureDesc UNID= "&adSomeAdventure;"
startingSystem= "SE"
startingPos= "Start"
/>
</TranscendenceAdventure>
<SystemMap UNID="&smSomeSystemMap;">
<Node ID="SE">
<System UNID="&ssSomeSystem;"/>
</Node>
</SystemMap>
<SystemType UNID="&ssSomeSystem;">
<SystemGroup>
<Marker objName="Start" />
</SystemGroup>
</SystemType>
I hope this helps,
Cheers,
Pixelfck