Merilynn Bandy

Results 44 comments of Merilynn Bandy

Going to close this. I downloaded nightly from the binary and it started working again. I'm not really sure what happened here

Check out https://github.com/kobaltcore/renkit, it adds support for this, among other things.

One odd but valid use-case I can think of is to generate a bunch of images based on composited layeredimages. Could be useful for fans who want to use the...

This is sort of possible by putting all of your text on a layer and then setting a shader for that layer. But if you want to use a shader...

This is not specific to fish. Possible duplicate of #259

Haha, I don't think so. I've moved on and I'm using Github Actions now for this kind of flow

This also brings with the issue that [different cultures have different weekdays](https://en.wikipedia.org/wiki/Workweek_and_weekend#Around_the_world), so hopefully that could be implemented in some way as well.

@Fauzan-M What do you suggest? Ignore non-western culture in favor of simplicity? As far as I know there is no easy way to implement this outside of the library.

That does get me half the way there, but does it contain information about _where_ in the current statement we are? Figuring out how the `{w}` factors in here is...

Sure. Let's assume we have this setup: ```renpy define config.nvl_page_ctc = "page_ctc" define config.nvl_page_ctc_position = "nestled-close" define ana = Character( kind=nvl, ctc="default_ctc", ctc_pause="arrow_ctc", ctc_timedpause=Null(), ctc_position="nestled-close" ) define courier = Character(...