Page 1 of 1

xml names of items

Posted: Tue Jun 06, 2017 8:01 pm
by knoedel
hey i want to create some own ships and know how to do this but..

is there any list of xml names for ALL wepoints drones augements and artillery for advanced Edition and CE? cant find them all of my own.

for example <aug name="NANO_MEDBAY" />

also looking for those wepoints/drones xml names with endless loot Suffix

would be a grat help, thanks

Re: xml names of items

Posted: Tue Jun 06, 2017 8:21 pm
by Sleeper Service
You can get those by extracting the game files/mod files and look at auto_blueprints.xml.(apppend). That contains lists with all the items. More lists are in the _overwrite files, and the dlc_blueprints file. The actual blueprints for items are in blueprints.xml.(append) for the most part.

Re: xml names of items

Posted: Tue Jun 06, 2017 9:53 pm
by knoedel
yes i know, but it would takes much houres to get them and i wouldn't be sure to get all.just looking for someone having a list of all XML names. this coul'd make modding new ships for beginners much more easy!!

Re: xml names of items

Posted: Wed Jun 07, 2017 2:42 pm
by fdagpigj
Open the data.dat file in your favourite code editor with UTF-8 encoding. Ctrl+F for "weaponBlueprint" or "augBlueprint" or "droneBlueprint".

Re: xml names of items

Posted: Thu Jun 08, 2017 2:38 pm
by knoedel
thank you that helped me!

But what do These "DE_" and "BA_" in Captions Ediotion mean?

Re: xml names of items

Posted: Thu Jun 08, 2017 2:46 pm
by Sleeper Service
Nothing relevant, they just mark to which sub-part of the mod they belong to. (DE_ is Drone Extension, BA_ is for Balanced Arsenal, helped to distinguish the modded gear from vanilla items)