System Map errors?

Bug reports for the different beta versions of transcendence.
Post Reply
RPC
Fleet Admiral
Fleet Admiral
Posts: 2876
Joined: Thu Feb 03, 2011 5:21 am
Location: Hmm... I'm confused. Anybody have a starmap to the Core?

I have a test drive mod working and basically I'm adding a new node. However, Trans keeps saying "Unknown Design Type: 200001"
I found that it was &smHumanSpace; here:

Code: Select all

<SystemMap UNID="&smTestDrive;">
		<Uses UNID="&smHumanSpace;"/>

		<RootNode ID="TestDrive"/>
	
		<Node ID="TestDrive">
			<System
					UNID=				"&ssTestDrive;"
					name=				"Test Drive Simulation"
					level=				"5"
					/>
		</Node>
		
	</SystemMap>
Why can't I use it?
Tutorial List on the Wiki and Installing Mods
Get on Discord for mod help and general chat
Image
Image
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.
User avatar
Star Weaver
Militia Commander
Militia Commander
Posts: 311
Joined: Sun Nov 07, 2010 10:20 pm
Location: . . . between the stars and the warm black sky . . .

I think the human space map is defined as part of the standard adventure so we can't reference it from mods ... I'm not sure what the solution here is, but I think george is aware of the problem as it relates to huarimonica and such.

Maybe what we need re: maps is a function, which could be stuffed in one of those inline paramater expansions, something like:

map="=( (advGetMap 'main') )"

Meaning 'put this system on the main map of whatever adventure is loaded.
Image
Image
Image
User avatar
Star Weaver
Militia Commander
Militia Commander
Posts: 311
Joined: Sun Nov 07, 2010 10:20 pm
Location: . . . between the stars and the warm black sky . . .

Image
Image
Image
Post Reply