Charon stronghold

Freeform discussion about anything related to modding Transcendence.
Post Reply
derter10
Miner
Miner
Posts: 25
Joined: Wed Feb 09, 2011 9:03 pm

Hey
Does anyone know the UNID for:
charon outpost
charon stronghold
charon hive
and The fortress of the charon pirates

THNX
sdw195
Militia Captain
Militia Captain
Posts: 779
Joined: Wed Nov 18, 2009 1:01 am
Location: Still looking for the csc Antarctica
Contact:

look in the xml resources that are on xelerus on in the tdb ;)

also, this should be in shipyards ;)
Image
Image
Image
Image
"Dash_Merc - George is a genius, in that he created this game engine that is infinitely extendable"
"<@sheepluva>Good night everybody, may the source be with you." <-- FOSG dev
"You only need THREE tools in life - WD-40 to make things go, Duct Tape to make things stop And C-4 to make things go away"
derter10
Miner
Miner
Posts: 25
Joined: Wed Feb 09, 2011 9:03 pm

ok thnx
yeah youre right it should be on shipyard
User avatar
digdug
Fleet Admiral
Fleet Admiral
Posts: 2620
Joined: Mon Oct 29, 2007 9:23 pm
Location: Decoding hieroglyphics on Tan-Ru-Dorem

all the UNIDs for vanilla elements of the game are at the beginning of the main XML file: Transcendence.xml

a quick look at it will reveal what you need:

Code: Select all

<!ENTITY stCharonPirateOutpost		"0x00162001">
	<!ENTITY stCharonPirateOutpost2		"0x00162002">
	<!ENTITY stCharonPirateOutpost2a	"0x00162003">
	<!ENTITY stCharonPirateOutpost3		"0x00162004">
	<!ENTITY stCharonPirateFortress		"0x00162005">
	<!ENTITY stCharonPrimaryStronghold1	"0x00162008">
	<!ENTITY stCharonPrimaryStronghold2 "0x00162009">
	<!ENTITY stCharonPrimaryStronghold3 "0x0016200A">
stCharonPirateOutpost is the hive
stCharonPirateOutpost2 and 2a are the outposts
stCharonPirateOutpost3 and stCharonPrimaryStronghold1,2 and 3 are called stronghold in-game
Post Reply