Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Realm Works Forums > Realm Works Discussion

Notices

Reply
 
Thread Tools Display Modes
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old March 21st, 2018, 12:33 AM
Quote:
Originally Posted by Arg-ha View Post
<category_global category_id="Category_49" name="Individual" global_uuid="1FB0297B-91C6-5D3A-00D0-6A935D3C6BA9"><overlay original_uuid="14A69BB6-25D0-869A-18F5-6A93BB0E6BA9" signature="90407" />
Ok, I'll need to experiment to see what this "overlay" snippet type is all about. In you category definition for the "Individual" there appears to be an overlay snippet as the very first snippet.

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal
Farling is offline   #211 Reply With Quote
Happydevil43
Senior Member
 
Join Date: Apr 2014
Location: Perth, Australia
Posts: 161

Old March 21st, 2018, 02:26 AM
Quote:
Originally Posted by cas206 View Post
@Happydevil43 There is a Add Parent button that lets you put the main articles in a parent container.
Found that, and I am getting closer, but what does adventure area come under, I cannot see it in the list of available options ? unless I can't see it.

but I have got it do most of what I want now, I'll still need to tweak it a bit.

EDIT: I figured out if I duplicate adventure area I can add it in as a parent and it shows up on the second level of the parent (cannot get it to show up as the top level).

worst case scenario is that I get the basic structure created and then go back in to tweak it. Have attached what I have done so far. I am sure there are many improvements to make yet.

Next to figure out is images and herolab files.
Attached Images
File Type: png csvimport.png (34.8 KB, 5 views)
File Type: png csvimport2.png (41.8 KB, 5 views)

Last edited by Happydevil43; March 21st, 2018 at 03:11 AM.
Happydevil43 is offline   #212 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old March 21st, 2018, 03:46 PM
At the moment the tool won't allow you to use the same category type for multiple levels of parent or the same as the base topic for importing.

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal
Farling is offline   #213 Reply With Quote
joe2chillo
Member
 
Join Date: Mar 2018
Posts: 46

Old April 1st, 2018, 09:48 AM
Love the tool
joe2chillo is offline   #214 Reply With Quote
joe2chillo
Member
 
Join Date: Mar 2018
Posts: 46

Old April 1st, 2018, 09:50 AM
Quote:
Originally Posted by Farling View Post
At the moment the tool won't allow you to use the same category type for multiple levels of parent or the same as the base topic for importing.
So does this mean I can't import a monster and have multiple action snippets or multiple trait snippets in the appropriate section? I want to have a snippet for each in the section but don't see a way to do it.
??

Last edited by joe2chillo; April 1st, 2018 at 11:23 AM.
joe2chillo is offline   #215 Reply With Quote
daplunk
Senior Member
 
Join Date: Jan 2016
Location: Adelaide, Australia
Posts: 2,294

Old April 1st, 2018, 02:38 PM
Finally tried this for the first time last night. Bloody hell man well done.

Realm Works - Community Links
Realm Work and Hero Lab Videos
Ream Works Facebook User Group
CC3+ Facebook User Group

D&D 5e Community Pack - Contributor
General Hero Lab Support & Community Resources
D&D 5e Community Pack - Install Instructions / D&D 5e Community Pack - Log Fault / D&D 5e Community Pack - Editor Knowledge Base

Obsidian
Obsidian TTRPG Tutorials
daplunk is offline   #216 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old April 2nd, 2018, 05:41 AM
Quote:
Originally Posted by joe2chillo View Post
So does this mean I can't import a monster and have multiple action snippets or multiple trait snippets in the appropriate section? I want to have a snippet for each in the section but don't see a way to do it.
??
Multiple snippets in the same section should be handled by updating the definition of the category to have those extra snippets. The exported "structure file" will then have those extra snippets, and the CSV tool will make those available for you to map to specific CSV fields.

The reference to "Unique" categories refers to what category is chosen for each parent. So if you are importing a file of spells then you would use the "Spell" category for the individual field mapping; you could then use the "topic list" category as a parent, but you could not use a "Spell" category as a parent.

(Apologies if any of the above is not entirely clear, I've had flu for the past few days.)

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal
Farling is offline   #217 Reply With Quote
joe2chillo
Member
 
Join Date: Mar 2018
Posts: 46

Old April 2nd, 2018, 04:21 PM
Quote:
Originally Posted by Farling View Post
Multiple snippets in the same section should be handled by updating the definition of the category to have those extra snippets. The exported "structure file" will then have those extra snippets, and the CSV tool will make those available for you to map to specific CSV fields.

The reference to "Unique" categories refers to what category is chosen for each parent. So if you are importing a file of spells then you would use the "Spell" category for the individual field mapping; you could then use the "topic list" category as a parent, but you could not use a "Spell" category as a parent.

(Apologies if any of the above is not entirely clear, I've had flu for the past few days.)
Thanks. Got it. Next I need to figure out how to add on HL portfolios and image files. I think I saw that somewhere in the thread so going back to look now.
joe2chillo is offline   #218 Reply With Quote
joe2chillo
Member
 
Join Date: Mar 2018
Posts: 46

Old April 2nd, 2018, 05:52 PM
Every time I try to import the generated file to RW, I get the message:

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'.

I even tried just creating a super basic csv with only 4 columns and 1 monster. Any ideas on this?

UPDATE: I figured out the problem though not the cause. I read back through this thread and found someone with the same issue. You had mentioned that it had to do with an empty overlay. I searched the XML for <overlay/> and found several. I simply removed them. Then everything imported just fine.

Last edited by joe2chillo; April 2nd, 2018 at 09:07 PM.
joe2chillo is offline   #219 Reply With Quote
joe2chillo
Member
 
Join Date: Mar 2018
Posts: 46

Old April 3rd, 2018, 06:21 AM
One last question. I notice that the main post mentions that Mult-line quoted text is supported. What exactly does that mean and how does it work. I am trying to create a cell with spellcasting and then a new line for each level.

EXAMPLE:
Spellcasting. The bad guy is a 5th level spellcaster with these spells:
cantrip (at will): cantrip1, cantrip2, cantrip3
1st level (3 slots): spell1, spell2, spell3
2nd level (2 slots): spell1, spell2
3rd level (1 slot): spell1

I tried just doing a ALT-Enter in excel to create a line return but that doesn't seem to work. Also tried CHAR(10) in the cells for a line return but this did not work either. Is it possible to achieve what I want?

Last edited by joe2chillo; April 3rd, 2018 at 09:10 AM.
joe2chillo is offline   #220 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 05:16 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.