Page 4 of 4

Re: Future plans for import from Celtx

Posted: Mon Jan 16, 2023 12:06 pm
by cbrito
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.

Re: Future plans for import from Celtx

Posted: Mon Jan 16, 2023 2:39 pm
by Tony Li
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

Re: Future plans for import from Celtx

Posted: Tue Jan 17, 2023 3:14 am
by cbrito
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.

Re: Future plans for import from Celtx

Posted: Wed Jan 18, 2023 2:18 pm
by Tony Li
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

Re: Future plans for import from Celtx

Posted: Thu Jan 19, 2023 4:38 am
by cbrito
Works perfectly, thanks a bunch for all the help!

Re: Future plans for import from Celtx

Posted: Thu Jan 19, 2023 8:56 am
by Tony Li
Glad to help! Thanks for the feedbacks and feature suggestions.