• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Tool Ren'Py Ren'Py Transparent Text Box Mod v2.6.4

5.00 star(s) 6 Votes

Night Hacker

Forum Fanatic
Jul 3, 2021
4,371
21,550
Thanks, but it affects only some text, the rest still the same.
View attachment 3224642
I created my own mod which I add to most games that need it. I worked on making certain it doesn't alter the game at all. As I need things, I program t hem in myself and add to this. I made it in modules so I can easily get rid of any feature I don't need or doesn't work by deleting it as none of the files rely upon the others.

I honestly just made this for my own use, but I created a zip up with a readme inside of explaining what each file does etc... I'll attach the entire mod for anyone interested (there's an RPY for getting rid of the text box as well in this)...

View attachment Night Hacker mod.7z
 

Sober-man

Member
Apr 3, 2023
150
245
I created my own mod which I add to most games that need it. I worked on making certain it doesn't alter the game at all. As I need things, I program t hem in myself and add to this. I made it in modules so I can easily get rid of any feature I don't need or doesn't work by deleting it as none of the files rely upon the others.

I honestly just made this for my own use, but I created a zip up with a readme inside of explaining what each file does etc... I'll attach the entire mod for anyone interested (there's an RPY for getting rid of the text box as well in this)...

View attachment 3224904
I guess this game (Welcum to the City) must have been written in a special way because
2.png

3.png
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,371
21,550
I guess this game (Welcum to the City) must have been written in a special way because
View attachment 3225865

View attachment 3225871
Wow, yeah, I see what you mean. Yeah, I run across the odd game like that. It's rare though. As I said, I made that for my own use and I modify it as I go.

For a game like this, where it doesn't work, I would generally extract all the scripts (.rpy files) and I would examine the code in them and find the offending code that does that and directly reprogram it.

My "developer.rpy" file in my larger mod I posted has some code which will show you which line that text appears on, in which file etc... and then you can look at it and try and determine how he codes it (if you're able to do that anyhow). Never played that myself.
 

wiwem71072

Newbie
Nov 25, 2019
49
514
Any idea what to do with games that define who_outlines / what_outlines in the character definition?
It appears to be impossible to override without unpacking the game and manually removing it.
 
Last edited:

Night Hacker

Forum Fanatic
Jul 3, 2021
4,371
21,550
The Mod is useless in "The Cabin" game. No effect at all. Still the fucking opaque textbox, there.
I wrote my own mod for use with games I play to remove that and enhance it in other ways. I just tested it with "the cabin" and it works just fine for getting rid of the text box, plus it adds an outline to the text to make it easier to read and it adds a few other things.

My mod isn't specifically for that, or any other game. Just some additional features I personally like in most games so I made this for my own use. I have added a readme text file to this 7zip which explains what all the files in it does. None of the files relies upon anything else, so if you don't want the features in one of the RPY files included, just delete it, or comment out (# sign before a line) something within the file to disable that line of code. Anyhow, I'll attach it if you're interested. It does work.

If all you want is transparent text boxed, than just the "transparent textbox.rpy" and "outlines.rpy" will be enough.

View attachment Night Hacker mod.7z
 

DavidCF

Member
Aug 10, 2020
353
127
Hi there,
Love the mod.
I am using y_outline.rpy version 2.6.4
It does not work with Mythic Manor.
You get a traceback.
Help Please.
Thank you.
 

Elton_R

New Member
Sep 10, 2019
3
5
I created my own mod which I add to most games that need it. I worked on making certain it doesn't alter the game at all. As I need things, I program t hem in myself and add to this. I made it in modules so I can easily get rid of any feature I don't need or doesn't work by deleting it as none of the files rely upon the others.

I honestly just made this for my own use, but I created a zip up with a readme inside of explaining what each file does etc... I'll attach the entire mod for anyone interested (there's an RPY for getting rid of the text box as well in this)...

View attachment 3224904
I'm trying to create a script to increase and decrease the opacity of the textbox but in the game there is no effect... if you or someone else can help me I would be grateful.
 

instaMagix

Newbie
Dec 1, 2020
55
193
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
( by Likesblondes)

View attachment 143424
( 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.
  1. 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
  2. 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:




Download: attachment here

In case you have trouble with the newest patch version, please let me know about it and try to use v2.4.12

v2.6.4 hash:
MD5: 7047C322CA80BDD833A8296E30A651DF
SHA-1: 2EDB83EF8EC956FE824DE45C5D54696AC8D2D5DD
SHA-256: C50BD397E3F30BF712A9BBD74761E36426B3CA0989AA5A9BDA923A6F99ADE6FE
SHA-384: 47805D5A1CCE019E17055BDA7CB76F41D7DF01DD99F3724952E7620B1D16B42D54B30438A67A1DF9665778072B0552A7

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.
attached file wont downloadan,can you upload it in pixeldrain?
 
5.00 star(s) 6 Votes