Layeredimage Visual Editor [V2]
A downloadable tool
Download NowName your own price
Welcome to V2.
Mix & match your Ren'Py layeredimage attributes with no code so you can script your sprite expressions faster. It does exactly what it looks like.
The first screenshot is a gif if you want to see it in action.
MIT license. For development purposes only. Not intended for player use or gameplay.
How to install
- Download the rpy file and put it in your game folder.
How to use
- The hotkey is right-click on your mouse.
- You can change this at the top of the rpy file.
- The first time you click it, auto-reload will be turned on for you if it isn't already on. Keep it on so what you see on the screen and what's in your script are synced
- It will only allow you to edit layeredimage already on the screen so show your sprite first.
- Press the buttons! It can write to your files without you typing anything or you can copy to the clipboard if you want something more lightweight.
Advice
- If you have *a lot* of attributes, a scrollbar will appear. If you know screens you can easily change how the list is shown.
- If you have character callbacks like Wattson's Auto Highlight, you can easily link it to the screen so the layeredimage it chooses by default is the character speaking on the screen. This will save you 1 click every time.
- Never have loose attributes in your layeredimage. Consider using 'always' instead. This is because I don't handle the None group.
layeredimage eileen:
attribute base #❌ no loose attributes!!!
always "eileen_base" #✅ do this instead
group eyes: #✅ groups are great
#
| Updated | 8 days ago |
| Status | Prototype |
| Category | Tool |
| Rating | Rated 5.0 out of 5 stars (3 total ratings) |
| Author | CuteShadow |
| Tags | Ren'Py |
Download
Download NowName your own price
Click download now to get access to the following files:
01cute_exppicker_v2.rpy 21 kB
01cute_exppicker_v1.rpy [OLD] 6.7 kB





Comments
Log in with itch.io to leave a comment.
This is so useful!!! Thank you so much for making this tool 😭 it is an absolute life saver! Look forward to the overhauled version ❤️