Someething strange with Huari entities.

Bug reports for the different beta versions of transcendence.
Post Reply
User avatar
pixelfck
Militia Captain
Militia Captain
Posts: 571
Joined: Tue Aug 11, 2009 8:47 pm
Location: Travelling around in Europe

I modded the <SystemType UNID="&ssHuaramarca;" ...> whereby I removed the <events> block and all its contents.

As a result, the engine complains that 0x08020107 (&stHuariTemple;) is an unknown station type:

Code: Select all

10/10/2013 13:12:16	Unable to create system: Unknown station type: 0x08020107
10/10/2013 13:12:16	Create system stack:
	 1: SystemType nodeID=Huaramarca unid=8020103
	 2: Orbitals
	 3: Orbitals
10/10/2013 13:12:16	Error creating system Huaramarca: Cannot create system Huaramarca: Unknown station type: 0x08020107
10/10/2013 13:12:16	Cannot create system Huaramarca: Unknown station type: 0x08020107
When I add an exact copy of the Vanilla entity to the mod, the next complain is:

Code: Select all

10/10/2013 13:00:20	ModHuari.xml: Unable to find image: 'Resources\HuariStations.jpg'
When I add an exact copy of the the rsHuariStationsImage definition and the resources to the mod, the next complain is about 0x08020108 (stHuariHabitat):

Code: Select all

10/10/2013 13:22:05	Unable to create system: Unknown station type: 0x08020108
10/10/2013 13:22:05	Create system stack:
	 1: SystemType nodeID=Huaramarca unid=8020103
	 2: Orbitals
	 3: Orbitals
	 4: Siblings
10/10/2013 13:22:06	Error creating system Huaramarca: Cannot create system Huaramarca: Unknown station type: 0x08020108
10/10/2013 13:22:06	Cannot create system Huaramarca: Unknown station type: 0x08020108
After I added an exact copy of that entity as well, the game runs as normal.
Anyhow, it seems to me that there is some bug behind this unexpected behaviour.

Cheers,
Pixelfck
Image
Download the Black Market Expansion from Xelerus.de today!
My other mods at xelerus.de
Post Reply