@skyusalol
You're quoting my signature about the RenPy transparent text box mod. Is that what you're trying to use?
I have to admit, I haven't tested it on this game, I mean Dual Family. It's possible that it doesn't work in this game. I'll check it out tonight (in about 12 or more hours from now).
It should work just by extracting it into the same folder where you start the game exe from, deleting old saves makes no difference at all and you shouldn't delete anything else, either. If it doesn't work, then either you extracted it into a wrong folder or the configuration of this game has been modified by the dev in ways that aren't following the default RenPy conf (I mean, it's totally possible to call RenPy 'textbox' in some other way and my patch won't work any more).
I downloaded both unrpa which seems like it would work with python, but when i downloaded python this is all it gave me.
Did you download the Mac OS pkg-file from here?
You must be registered to see the links
If you did, then I guess you just have to install it, not open it as an archive. I don't have a Mac, so I can't help you much.
________________________________
@skyusalol
Continuing with the text box problem - I just tried it and you're right. It does not work properly in this game.
The problem is, as I suspected, the way the dev styled the text in the game.
My patch works for the name box and it makes both boxes transparent, but the text in the text box is rarely looking the way I configured it.
The problem is, that the dev has added outline to every character separately via the what_outlines function. It looks like maybe he didn't know the "right", the global way to add outline to all text box text and added it to every character of the game separately, like he added the color to it.
Like this, it is impossible to make an universal patch that would work for most RenPy games, or even all versions of the same game.
However, here's a patch for Dual Family v0.91 that will remove the outline set by the dev and now my transparent text box mod will work here, too.
You have to extract the attached 7z archive into your game root folder, just like my mod. And you have to add my mod, too. Then you will get a look like this: