PDA

View Full Version : Import Weapons List



seawolf1969
March 25th, 2020, 16:01
I have a custom setting with a custom set of weapons. Instead of adding them one by one, is there a way to import them in bulk using a text file format of some kind

Doswelk
March 25th, 2020, 18:03
What I did was, create a Campaign, created a single item of each type (mundane/hand,ranged weapons/armor/shield/vehicle) filled out all the values in each type.

Exit the campaign, open the db.xml file with a text editor

Then I created an excel spreadsheet with all the values used by FG, filled out the spreadsheet and had it output adding the xml tags to each value.

I save the file as a text file

open the text file and paste xml code it created into the db.xml for the campaign.

Long winded but it works.