Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi!

I'm the creator of the novel and I use your plugin. I have a question regarding the use of the {sc} tag.

Due to the fact that it converts text into an image, there is a hyphenation problem in long text - the text simply does not move to the next line if it is too long, since renpy considers it one big displayable. Are there any options to fix this somehow?

I have just seen what can be put in place of the intended transfer to the next line {p}. But I would have implemented automatic hyphenation somehow (I even tried to modify the code so that spaces were considered separate ordinary characters so that text could be transferred using them, but apparently I was doing something wrong)