-
For one given project, is there any NEED for any more than ONE .yarn file or is it just organizational personal preference?
-
Relatedly, what's the most common value in creating more than one chatter_box (with ChatterboxCreate)? For creating text in different contexts (i.e., 1 chatter_box for all dialogue in a textbox at the bottom of the screen, 1 chatter_box for brief overhead dialogue events)?
#Organization Regarding Chatterbox
1 messages · Page 1 of 1 (latest)
(Didn't ask in Juju Adam's Discord cuz there's high message traffic there and this is sort of nontechnical so I wanted to spare his eyes the text)
Honestly fine to ask here for that
If it were directly involving chatterbox functionality and such, then that’d be different
But we can easily view this question as a matter of dialogue organisation, so the advice can go for more than chatterbox
(At least for 1. For 2 I’d prefer the juju verse to handle that)
- Honestly, can be a matter of preference. It can also be a matter of loading in entries that are absolutely necessary. But generally it comes down to preference. Makes it fairly easier to sort out text when it’s separated into different sections of the game.
Ah. In that a yarn file can be compared to a json file, or something like that?
Yarn, csv, json
There’s also the code side of things too. Array full of strings in GML, array full of structs that hold onto strings in GML, etc.
People have different approaches to how they do their dialogues
And for different valid reasons
But it genuinely is a preference matter
Most of the time anyway.
Gotcha gotcha! :3
But the main thing is, some people choose to separate their dialogue into different files (or dialogue scripts), just because it gives them more to focus on for what they’re working on
Might do that if you’re working on a VN or an RPG that is heavy dialogue focused
And even then, you may want to do that in order to separate that into different sections of the game
Like for an RPG, different regions of the game. For a VN, possibly chapters
I say that’s when separation is best
But you don’t need to do that if you don’t want to
Thank you for the help! I'll simplify and ask my Question 2 in the relevant space when it feels right~
Maybe I'll figure it out as I keep playing with Chatterbox more.....