Anonymous
×
Create a new article
Write your page title here:
We currently have 55 articles on SR5 Foundry VTT System Wiki. Type your article name above or click on one of the titles below and start writing!



SR5 Foundry VTT System Wiki

Chummer XML Importer: Difference between revisions

No edit summary
Line 1: Line 1:
[[Category:Content]][[Category:Importer|XML]]The Chummer XML Importer allows the user to scrape [https://github.com/chummer5a/chummer5a Chummer5a]'s datafiles and bring them into Foundry as SR5 system-compatible {{Category|Item}}s for use on {{Category|Actor}}s.
[[Category:Content]][[Category:Importer|XML]]The Chummer XML Importer allows the user to scrape [https://github.com/chummer5a/chummer5a Chummer5a]'s datafiles and bring them into Foundry as SR5 system-compatible {{Category|Item}}s for use on {{Category|Actor}}s.
{{Needs Improvement|The XML importer is not perfect. This function should be considered experimental and unstable.{{Issue|978}}}}
{{Needs Improvement|The XML importer is not perfect. This function should be considered experimental and unstable.{{Issue|978}}}}
Keep in mind that it is a bulk import and unfiltered, so it can produce hundreds or thousands of Items, some of which may never actually be used, and all of which will need to be manually reviewed before being fully functional. As it operates on the raw XML datafiles, it does not take into account any [https://github.com/chummer5a/chummer5a/wiki/Custom-Data-Files Custom Data Files] configured in Chummer.
Keep in mind that it is a bulk import and unfiltered, so it can produce hundreds or thousands of Items, some of which may never actually be used, and all of which will need to be manually reviewed before being fully functional. Furthermore, it operates on the raw XML datafiles so it does not take into account any [https://github.com/chummer5a/chummer5a/wiki/Custom-Data-Files Custom Data Files] configured in Chummer.
==General Tips==
==General Tips==
{{:Table:Chummer XML Sources}}
{{:Table:Chummer XML Sources}}

Revision as of 01:56, 27 December 2023

The Chummer XML Importer allows the user to scrape Chummer5a's datafiles and bring them into Foundry as SR5 system-compatible Items for use on Actors.

Needs Improvement
The XML importer is not perfect. This function should be considered experimental and unstable.[git 1]

This article was last edited Wednesday, December 27, 2023 by Mr. Johnson.

Keep in mind that it is a bulk import and unfiltered, so it can produce hundreds or thousands of Items, some of which may never actually be used, and all of which will need to be manually reviewed before being fully functional. Furthermore, it operates on the raw XML datafiles so it does not take into account any Custom Data Files configured in Chummer.

General Tips

Chummer XML Sources
XMLItem Types
weapon.xmlWeapons, some Gear Modifications
armor.xmlArmor, some Gear Modifications
gear.xmlAmmo, Devices, Equipment, and Programs
spells.xmlSpells and Rituals
complexforms.xmlComplex Forms
qualities.xmlQualities
cyberware.xmlCyberware
bioware.xmlBioware
critterpowers.xmlCritter Powers
  • The importer is sensitive to the exact content of Chummer5a's XML files. Be sure to check the notes in the Chummer XML Import interface to make sure the data files used are compatible.
  • It neither checks for not overwrites duplicates. It imports everything in the XML file fresh every time.
  • Imported items are marked for review, as with the Chummer Character Importer.

How To Import Items

Chummer XML Importer (SR5 v0.16.1, FVTT v11.315)
  1. Download and install Chummer5a.
  2. Select the Item Directory in Foundry's sidebar.
  3. Click Import Chummer Data at the bottom.
  4. If you want the imported items in a language other than English, choose a translation file from the /lang subfolder in Chummer's installation directory.
  5. Select the XML files to import from the /data subfolder. Only the files shown in the importer UI are compatible with the parser; other item types cannot be imported. You can select all the XML files in the file picker, but the incompatible ones will be ignored.
  6. Select wether or not the default icons will be applied to imported items.
  7. Press Import.

The selected files will be imported into Foundry's Items Directory, inside a folder named "SR5e". To reduce the download impact during user logins, it's best to move them to a Compendium.

Not Implemented

As of SR5 v0.16.1, all except three Item types that exist in Chummer are imported — Adept Powers[git 2], Echoes, and Metamagics are not yet available.

Other item types are not present in Chummer's XML files and will never be imported in bulk: Actions, Contacts, Hosts, Lifestyles, and Summon/Compile Items.

References

GitHub Issues