The fuck you've been smoking? This isn't even a game you twat How the fuck have you been playing my patch, I have no fuckin' idea.i dont like this now after 1 day Game end no job plenty better games than this
Thanks, it works. The variable exp isn't related, it's for the faces. Had to unren the rpa files and found the image textbox_thinking.png in gui folder and this in script.rpy:If you want to take a look at it yourself, I'd recommend that you search for the background image file in the game\gui subfolder and after you find the name of the file, try to find it from all the rpy files in the game subfolder.
I usually use grep for doing that, but Notepad++'s "find in all opened documents" button in the search dialog works very well, too. Just open all rpy files and use it to find that file name. You should be able to get a hit on the thoughts definition somewhere.
define bw = Character("Black Widow", image="black_widow")
define bw_t = Character("Black Widow Thinking", image="black_widow", window_background="gui/textbox_thinking.png")
define ca = Character("Captain America", image="captain_america")
define ca_t = Character("Captain America Thinking", image="captain_america", window_background="gui/textbox_thinking.png")
define ca_and_bw = Character("Black Widow and Captain America")
define both = Character("Both")
define nf = Character("Nick Fury", image="nick_fury")
define nf_t = Character("Nick Fury Thinking", image="nick_fury", window_background="gui/textbox_thinking.png")
define mh = Character("Maria Hill", image="maria_hill")
define mh_t = Character("Maria Hill Thinking", image="maria_hill", window_background="gui/textbox_thinking.png")
Yes, that's seems what's going to happen.(except for any new characters added to the next version(s) of this game)
Oh, you know, I've been actually working on it . It's just not really ready yet.I was wondering can this renpy mod help with certain games that has white background and white text at the same time and fix to be different color ?? some games uses certaint color outlines but because of that it is sometimes unreadible for me due to eye site not being optimal like it used to be.
What is the name of the game in the picture?