Main features:
- universal = works in most Ren'Py games
- easy to add = extract to the root folder of the game*
- easy to remove = two files to delete (y_outline.rpy and y_outline.rpyc) in the subfolder named "game"
* where the executable file of the game is
Original game:
View attachment 92448
(
You must be registered to see the links
by Likesblondes)
View attachment 143424
(
You must be registered to see the links
by Daniels K)
Patched game:
up to v2.4.x
View attachment 92449
v2.5 and up
View attachment 143425
Known problems:
A temporary solution for the incompatibility problem implemented in v2.4.10
A permanent solution found for the hidden/inactive/missing quick menu problem and implemented in v2.6. Just hit Alt+m in case quick menu is hidden and it should appear. In case it doesn't, please let me know about it.
Incompatibility of the patch v2.4.7 and newer with older versions of Ren'Py (older than v6.99.14).
What does it mean?
If the game is made with a Ren'Py SDK older than v6.99.14, the game will crash with the transparency patch v2.4.7 and newer.
What is the solution to the problem?
In case after adding my patch to the game the game will crash with an error message:
File "game/y_outline.rpy", line 157: u'pagekeys' is not a keyword argument or valid child for the viewport statement.
Then you can use the
You must be registered to see the links
- In case quick menu is hidden in some games and after applying transparency patch
v2.5 v2.6 or newer it won't appear when you hit (repeatedly) Alt+Shift+M Alt+m, you may have to save the game once and then load that save. This should activate quick menu.
set
$ suppress_overlay = False
$ quick_menu = True
manually via console. Starting a new game sometimes also works.
The boring stuff:
Some time ago I made a patch for myself to remove the dialog box background from Ren'Py games and a little later thought that some users here may like it, too. So I posted it in one of the game threads first, then added a link to my sig, but I didn't think that it would deserve a separate thread here.
Now I created this thread only to make getting feedback from users easier. Especially because I started to add game-specific overrides to my patch now and I'd like to keep it all in one place.
One important request:
Please, let me know about the games where my patch isn't working or creates problems and I'll try to take a look at them and find a way to fix it.
TL/DR: (read when you're stuck or have questions)
This is the important part of the current README file of my patch:
Changelog:
In case you have trouble with the newest patch version, please let me know about it and try to use v2.4.12
Download: attachment here
↓
v2.6.3 hash:
MD5: 9653DFB853837ED149C525027F5904BE
SHA-1: B88FDB636DBCFABFA0272FF1269B425C1A316F45
SHA-256: 00B7740338392A5D396A807D312C5335E1BFB97A3567CB73F53E35C5A526CB8F
SHA-384: 64611D2A14E22F1FF8BD9BC4B6BF93C3429AD331E5B46CF064D6AFF82EEC4F4CE4B618EE7C19C509289D531FF8E9EC48
You must be registered to see the links
hash:
MD5: ADD0D15AB681EC02A18D121EC49E2F3F
SHA-1: A9EA3385A18F531B2F3C9DEB6EF04F1B4A7CFFDA
SHA-256: CE1391ADF62182E864B2AE2C384AC41460FA6ABE800453D2D3284496F9F3FC2F
SHA-384: 545E8CCABF57636E9B043E2E64EB84ECACADA93807C0EBF2D7414067B3635474E20A54D43DF3AE2A029DCEBCEDC83C4B
Added a for restoring Ren'Py keymap in games where it's been partially disabled or messed up. It was made specifically for the
Chasing Sunsets game, but works as well for other Ren'Py games.