Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amis92/bs-xml-reshaper
Allows convenient reshaping of BattleScribe Datafiles, ie after game system changes
https://github.com/amis92/bs-xml-reshaper
Last synced: 26 days ago
JSON representation
Allows convenient reshaping of BattleScribe Datafiles, ie after game system changes
- Host: GitHub
- URL: https://github.com/amis92/bs-xml-reshaper
- Owner: amis92
- License: mit
- Created: 2014-05-23T14:05:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-07T16:26:52.000Z (over 8 years ago)
- Last Synced: 2024-10-11T16:59:56.333Z (about 1 month ago)
- Language: XSLT
- Size: 46.9 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bs-xml-reshaper
===============_author:_ Amadeusz Sadowski
Allows convenient reshaping of BattleScribe (c) Datafiles, ie after game system changes
### Instructions ###
To use:
* select folder containing all .cat and the .gst files by clicking `Select folder`.
* click `Regenerate IDs` to generate new GUIDs for all categories, profileTypes and characteristics found in .gst;
these GUIDs will be replaced in all .cat files as well as in .gst file.
* if you created some .xsl file (an example is provided), you can transform all the files with it, selecting the .xsl file with `Select XSLT` button and clicking `Transform`
* optionally you can save log with appropriate button.Program and it's source code is distributed under MIT license (as is in LICENSE file).