File information

Last updated

Original upload

Created by

TacoMagic

Uploaded by

tacomagic

Virus scan

Some manually verified files

About this mod

A small tool to extract traits from characters.xml.

Requirements
Permissions and credits
Donations
A simply Python Extraction tool to pull all traits from any characters.xml file

There are two versions. The first is the straight python version and the other is a windows executable version. Python version requires Python3.

The tool extracts all the traits and outputs them into text and xml files based on the commands passed to the tool. More details in the included README file.

Mostly this tool is designed to quickly extract the traits into a file format read to use for the Character_Randomizer.

Changelog:
Version 0.04:
•Big Feature: Now available as a .exe file! Run it natively on windows! (Look for the zip file that ends with exec) Python version is also there if anyone wants the source.
•Feature: Now has an option to output an xml version of the trait list with -x (mostly for myself since I'm restructuring Character_randomizer to use an xml list instead of the txt one)
•Feature: You can specify an inclusion list with -i <group1,group2,...>
•Bugfix: Better file overwrite handling (in that it works correctly now)
•Bugfix: Traits no longer have their last letter cut off

Version 0.03:
•-o lets you specify an output file [-o <filename>]
•-v is now verbose which will output all traits (default behavior is to output only visible traits)
•-f now outputs all the traits with the full XML names
•Asks before overwriting the output file

Version 0.02:
•First release.