Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

trickyl

5
Posts
1
Topics
93
Following
A member registered Apr 01, 2018

Recent community posts

Ok, spend some time playing around with twinery

Take a backup of your story then: 

  1. Add "Config.passages.nobr = true;" to the stories javascript
  2. Use search and replace, click use regex and put "\n\n " in the find box, and in the replace box do

    <p>
    With the empty line before and a linebreak after the <p>
  3. Add the following to the stylesheet
    #passages p {
      margin-top: 2em;
    }

If all goes correct it should be converted to use <p> instead, and you can play around with the spacing. It might be simpler to rerun the search and replace instead of manually adding in <p> in new passages. 

You currently have paragraphs as multiple <br>'s. Ideally they should instead use <p> tags and then margin to control the spacing but you likely could use css to edit the size of a <br> which is a sibling of a <br>

Heard the creator of witch trainer gave permission for asserts to be used in other games.

Might be related to https://github.com/renpy/renpy/issues/2639 which is a person reporting the same error and isolated it to how renpy includes the icon for the exe. Not something a user can fix simply but might be useful to MonsterBox.

Give an Imp a Chance! community · Created a new topic Bugs

The labels for the bars in the settings are misplaced. For example the Text speed slider controls the sound volume, SFX volume controls the background volume.