- Jun 2, 2018
- 1,786
- 9,864
I'm using both thehow are you able to make/update/edit this game
You must be registered to see the links
to run/build the game, and PyCharm (IDE) to write the rpy files. Especially when making alterations, the SDK is a good way to run the game, since it allows auto reload (shift+r) and script validations. IDE is a bit overkill, but I use it for work so I'm familiar with it, and it has some nice features to help speed up development in some places.I have this cheat sheet to help me remember what expressions are which number:Also, how do I see all the expressions? In images_characters.rpy, I am able to see the names for all the expressions and stances, but is there a way to see the expression/stance without having to restart the game and go to the specific scene?
I just keep it open while posing characters. It's only face stuff, so for less used costumes or poses, I often have to dive into the images or image definition file to get specific names. There is no "pose viewer" in the game. I might add one some day if there is enough interest.
If you do decide to use the Renpy SDK, using shift + r will set the game into auto reload, updating images and scripts on the fly as they change. A word of warning, script reloads can take a LONG time as they all have to be checked and recompiled.