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
xml names of items
- Sleeper Service
- Posts: 2275
- Joined: Sun Mar 24, 2013 8:49 pm
Re: xml names of items
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.
-
- Posts: 13
- Joined: Mon May 04, 2015 3:30 pm
Re: xml names of items
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!!
- fdagpigj
- Posts: 84
- Joined: Sat Apr 25, 2015 3:14 pm
Re: xml names of items
Open the data.dat file in your favourite code editor with UTF-8 encoding. Ctrl+F for "weaponBlueprint" or "augBlueprint" or "droneBlueprint".
-
- Posts: 13
- Joined: Mon May 04, 2015 3:30 pm
Re: xml names of items
thank you that helped me!
But what do These "DE_" and "BA_" in Captions Ediotion mean?
But what do These "DE_" and "BA_" in Captions Ediotion mean?
- Sleeper Service
- Posts: 2275
- Joined: Sun Mar 24, 2013 8:49 pm
Re: xml names of items
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)