DickNervous
Member
I've been distracted from RW for a while and to come back to see this update is awesome! Great work Farling!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Tool is wonderful, I used it to add a list of spells and it worked perfectly.
I'm looking at adding monsters which has its own layer of problems. I've found some JSON content for monsters here:
https://www.reddit.com/r/dndnext/comments/43a09o/srd_monsters_in_json_format/
JSON works great for storing monsters (multiple actions for example), but terrible as a way to import into realm works.
Any solutions around this that anyone can think of?
Thanks for all your hard work Farling!
If you are any good at PF coding in HL pop over to that forum and give me a hand, will ya?
Obligatory new member, this is an awesome tool comment. Thanks for this.
I have a source of XML with content I wanted to import. I used my very basic introductory level skills in XSLT to make the CSV to import. My biggest snag was some of the text contained the delimiter (comma). So I enclosed every text field with quotes. But then some of the text also included quotes which messed up the import. For example, the Mind Flayer innate spell charm gives example commands enclosed in double quotes and with comma's. Some web searching quickly found a way for me to add some XSLT to change the double quotes to single quotes which fixed the problem.
So I don't require any changes. However, you did ask about work-arounds, soooo.... an option to delimit by tabs...or something else, might have helped with this.
You can go back to double quote by using two double quotes together within the CSV file.
Tested. It works.
Version 1.22 has just been released.
You can now enter the name of the RW Import.
The name of the generated file will also default to the entered RW Import name.
The installer has been changed to NSIS which is easier to configure than QTIF.
Sorry Valyar, I forgot about this particular annoyance. I should have implemented this a lot earlier in the tool's life.
Without having tried the latest version yet, a suggestion on this matter (might be irrelevant if it is implemented like that already ):
- When RW exports a file, there is meta data about the realm - name, version and etc. The tool reads this data and transfers it to the import file later (can be an option in the GUI or manual inputs for those fields)?
The end result will look like i have exported my own realm to import into it again or something custom.
getting this error upon import with the latest version:
The following errors were encountered during import:
Encountered validation error for the import XML: The element 'topic' in namespace 'urn:lonewolfdevel.com:realm-works-export' has invalid child element 'overlay' in namespace 'urn:lonewolfdevel.com:realm-works-export'. List of possible elements expected: 'alias, section' in namespace 'urn:lonewolfdevel.com:realm-works-export'.