Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Euphemismus

12
Posts
750
Followers
A member registered Sep 08, 2020 · View creator page →

Creator of

Recent community posts

Weird. Can you describe what happens when you click & drag?

Porn Logic just sucks everything right out of her bladder.

Hey, thanks! I'm hoping to return to a quicker update schedule again. :)

(1 edit)

"I could have sworn you could massage the right thigh and left butt ceek in the past. Now they don't show a hand." Nope, this has never been possible, sorry :)

"-The lust potion gives 1 wet. Now matter how much I tease and it awards +1, the count never rises." Huh, this is strange, I opened the code for v.0.5.hotfix1 and it quite clearly says "$ ari_droplets = 2", did you by any chance install v.0.5 into the same directory as an earlier version, overwriting existing files? The 2 droplets should allow you to raise 🔥 to 3 and access new content. :)

(1 edit)

Oh, actually, if you can handle the choice menu being ugly, I have a workaround for you that will at least let you play the game:

In  the directory "Princess_Tower-v.0.5.hotfix1-pc\game\scripts_mechanical" is a file named "gui.rpy". Lines 219 and 220 of this file are:

define gui.choice_button_text_idle_color = gui.idle_color
define gui.choice_button_text_hover_color = gui.hover_color

You can delete those lines and copypaste the following as lines 219, 220, and 221 (it actually doesn't matter where any of the lines are in the file, but whatever):

define gui.choice_button_text_idle_color = "#aaa"
define gui.choice_button_text_outlines = [(1, "#000", 0, 0)]
define gui.choice_button_text_hover_color = "#fff"

This will end up looking pretty jank and probably mouse hover will be a bit jank (you might have to hover the text itself instead of the button area), but the text should be a light color with a dark outline and thus legible.

Okay. I'm sorry you're stuck with this, but unfortunately I can't provide a quick fix. :( It seems like it might have something to do with setup, rather than a bug in the code (in other words - I can't reproduce this on my machine). But I'll look into it and ask around on the Renpy discord.

Can you tell me if the red boxes included in the image were drawn by you or shown in-game? Did the same issue crop up elsewhere? Does it only show up if the game shows a choice menu (like the one in the screenshot) or does it affect all buttons?

Interesting, that particular screenshot is a basic Renpy choice menu, not one that I built.  What platform is this on? PC/Linux/Mac?

I'm sorry, "it couldn't find the .exe"?

Huh, I haven't put a contact email anywhere, fixed that right now (it's Euphemismus@protonmail.com). I hope that will be okay? And I'm aware of the the availability of rentable VM-s, but unfortunately the budget is currently exactly 0.

I've had some trouble setting up a testing environment for linux (ironically, because Windows is being difficult), so I don't have a fix yet; but your report is in my bug tracker (also known as "a .txt file I have") now and I'll have to check it out soon-ish. I don't have any tips for screen recording on linux, either.

But thank you for your bug report!

Did "clicking/pressing keys" include dragging the mouse in the 4 places the ruler was previewed? If so, then this seems to be a bug I need to write down and investigate on linux.

(1 edit)

End of content is immediately after spanking scene and end of content is marked as such. Some comments from players appear to suggest that the spank scene badly needs a help/tutorial screen, and one will be added next update (sometime next week). Here it is:


If you're still stuck, feel free to ask further questions; and thanks for playing!