Hi Tony!
Thanks for the patch, it works perfectly!
I would like to request a little change. At the moment,, only one breakdown item of each type is imported for each node. Would it be possible to import all item of the same type by adding a numeric number to the custom type to form a key?
For instance, in the example attached, it would be imported like this:
DsuItemParameter - StolenGems
DsuItemParameter1 - HealthPotion
DsuItemParameter2 - BeastClaw
This change would make things simpler for us, but it's not an important change to do. We can work around it.
Future plans for import from Celtx
Re: Future plans for import from Celtx
- Attachments
-
- Script DsuImportTest(24).zip
- (20.65 KiB) Downloaded 46 times
-
- multiple_same_type_breakdown_item.PNG (29.9 KiB) Viewed 302 times
Re: Future plans for import from Celtx
Hi,
How would you want them ordered? In the order they appear in the JSON file?
Or would you prefer to add them all to the same field, separated by semicolons, such as:
DsuItemParameter: StolenGems; HealthPotion; BeastClaw
How would you want them ordered? In the order they appear in the JSON file?
Or would you prefer to add them all to the same field, separated by semicolons, such as:
DsuItemParameter: StolenGems; HealthPotion; BeastClaw
Re: Future plans for import from Celtx
Hi,
I don't care too much about the order, so the order they appear in the JSON file is ok.
Grouping the items seems like a better idea than mine, you can go for it.
I don't care too much about the order, so the order they appear in the JSON file is ok.
Grouping the items seems like a better idea than mine, you can go for it.
Re: Future plans for import from Celtx
This patch will concatenate multiple breakdowns of the same type in a dialogue entry into a single field separated by ';'.
DS_Celtx3Patch_2023-01-18.unitypackage
DS_Celtx3Patch_2023-01-18.unitypackage
Re: Future plans for import from Celtx
Works perfectly, thanks a bunch for all the help!
Re: Future plans for import from Celtx
Glad to help! Thanks for the feedbacks and feature suggestions.