What are you favorite fetishes (you can choose more then one)


  • Total voters
    47,954

Buletti

Engaged Member
Nov 7, 2023
2,121
3,670
349
View attachment 5065691

Report 2025-11 is ready! You ca rad it .
That sound like a rocky ride man! Glad it's over. Norton is a Virus in itself. Your rig should also be running better now as it also takes quite a bit of your system resources. At least it used to do.

Looking forward a lot to more lesbian stuff!!!
 
  • Like
Reactions: zegamez

otitiolili

Newbie
Feb 25, 2024
28
11
62
in preferences > reset all
start new game... tutorial...
after the text "update in version 0.4.1: A golden label..." instead of showing the three menu choices with golden, red and gray flag, occurs an exception.
manually delete saves directory solves the problem.
edit: the same occurs forward in the game when the new flag should appear. also close and restart the game fix this.
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/days/prologue.rpy", line 1010, in script call
call tutorial1 from _call_tutorial1
File "game/days/prologue.rpy", line 1190, in script
menu:
File "game/screens/screens.rpy", line 210, in execute
screen choice(items):
File "game/screens/screens.rpy", line 210, in execute
screen choice(items):
File "game/screens/screens.rpy", line 215, in execute
vbox:
File "game/screens/screens.rpy", line 220, in execute
for i in items:
File "game/screens/screens.rpy", line 221, in execute
if i.kwargs:
File "game/screens/screens.rpy", line 237, in execute
if has_direct_content or has_new_content:
File "game/screens/screens.rpy", line 247, in execute
$ new_content = get_new_content_availability(arr_content_id)
File "game/screens/screens.rpy", line 247, in <module>
$ new_content = get_new_content_availability(arr_content_id)
File "game/scripts/script_new_content.rpy", line 683, in get_new_content_availability
if check_ever_visited == 0 or is_ever_visited_and_meet_requirements_arr(arr_content_id):
File "game/scripts/script_new_content.rpy", line 607, in is_ever_visited_and_meet_requirements_arr
if not is_ever_visited(content_id):
File "game/scripts/script_new_content.rpy", line 580, in is_ever_visited
return persistent.seen_content_all_time.get(content_id, False)
AttributeError: 'NoneType' object has no attribute 'get'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/days/prologue.rpy", line 1010, in script call
call tutorial1 from _call_tutorial1
File "game/days/prologue.rpy", line 1190, in script
menu:
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/ast.py", line 1618, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/exports.py", line 1109, in menu
rv = renpy.store.menu(new_items)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/exports.py", line 1364, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/core.py", line 2687, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/screen.py", line 480, in visit_all
callback(self)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/core.py", line 2687, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/screen.py", line 491, in per_interact
self.update()
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/screens/screens.rpy", line 210, in execute
screen choice(items):
File "game/screens/screens.rpy", line 210, in execute
screen choice(items):
File "game/screens/screens.rpy", line 215, in execute
vbox:
File "game/screens/screens.rpy", line 220, in execute
for i in items:
File "game/screens/screens.rpy", line 221, in execute
if i.kwargs:
File "game/screens/screens.rpy", line 237, in execute
if has_direct_content or has_new_content:
File "game/screens/screens.rpy", line 247, in execute
$ new_content = get_new_content_availability(arr_content_id)
File "game/screens/screens.rpy", line 247, in <module>
$ new_content = get_new_content_availability(arr_content_id)
File "game/scripts/script_new_content.rpy", line 683, in get_new_content_availability
if check_ever_visited == 0 or is_ever_visited_and_meet_requirements_arr(arr_content_id):
File "game/scripts/script_new_content.rpy", line 607, in is_ever_visited_and_meet_requirements_arr
if not is_ever_visited(content_id):
File "game/scripts/script_new_content.rpy", line 580, in is_ever_visited
return persistent.seen_content_all_time.get(content_id, False)
AttributeError: 'NoneType' object has no attribute 'get'

Linux-6.1.0-37-amd64-x86_64-with-glibc2.36 x86_64
Ren'Py 8.2.1.24030407
Beauty and the Thug 0.4.1a
Tue Aug 5 23:56:03 2025
```
 
Last edited:

Promprotonsx

Member
Dec 25, 2024
130
43
52
May be has something to do with me playing it 4 or more times already but i cant recall if the minigame was broken all other times meaning i always aimed at hunter. But I think the game itself is broken where it loads shaven version when anal finger and also the female never cums.
 

otitiolili

Newbie
Feb 25, 2024
28
11
62
others bugs.
night "routine" > insert vibro eggs > use vibro eggs > play a little more. vibro eggs auto-disappear.
finish the game > new game (achievement maintained) > in first cooking session is available "Put on a harness" but (as espected) doesnt work.
"esplore left side of the beach" is always tagged as new. maybe something missing in scuba scene?
 
Last edited:
  • Like
Reactions: zegamez

zegamez

Well-Known Member
Game Developer
May 22, 2019
1,465
4,123
407
May be has something to do with me playing it 4 or more times already but i cant recall if the minigame was broken all other times meaning i always aimed at hunter. But I think the game itself is broken where it loads shaven version when anal finger and also the female never cums.
Separate minigame works without any preconditions.
Inside the game, Lisa can't cum during anal fingering if you haven't reach the point in Anal Play fetish where you decide if Lisa is able to cum from anal simulation.
Cumming from slapping is not able if Bondage = 0
 
  • Like
Reactions: Buletti

UnknownFetish

Newbie
Mar 27, 2025
29
40
18
Just asking, do you create scenes/character relationships (fxf) and (fxfxf) for pure female urethral insertion and female urethral penetration plays WHICH ARE NOT futa/shemale/traps/boys or male like females body (the key point is the urethral insertion and/or penetration IS NOT THROUGH a penis/es or balls in whatever it is? (in this game?). Thank you. I am quite surprised blowjob gets the 1st rank, or maybe because it's put on the 1st choice, maybe.
 

Buletti

Engaged Member
Nov 7, 2023
2,121
3,670
349
Report 2025-12 !
View attachment 5161692
Some devs already said that itch listed them again. Did they tell you, if they will do it for you as well?

Also, did you Look into gog.com? They have a NSFW category as well. The userbase is surely a lot smaller but discovery might be better.

All the best for you my friend!
 
  • Like
Reactions: zegamez

greatkahn

Newbie
Jun 29, 2025
57
86
37
I bought this game on itch.io and the download page still opens for me. Maybe they only nerfed new purchases?
 

Buletti

Engaged Member
Nov 7, 2023
2,121
3,670
349
I bought this game on itch.io and the download page still opens for me. Maybe they only nerfed new purchases?
As I understood it the delisting only meant you cannot search for it. The direct link to the VNs storepage was always accessible.
 
  • Like
Reactions: zegamez

zegamez

Well-Known Member
Game Developer
May 22, 2019
1,465
4,123
407
Some devs already said that itch listed them again. Did they tell you, if they will do it for you as well?

Also, did you Look into gog.com? They have a NSFW category as well. The userbase is surely a lot smaller but discovery might be better.

All the best for you my friend!
I just applied filters “Adult” and “paid” and itch showed 5 games, none of them is adut in THAT sense.

I did applied to GOG but they unfortunately refused. They probably allow some mild nudity but not all-way-action games.
 
  • Like
Reactions: Buletti

zegamez

Well-Known Member
Game Developer
May 22, 2019
1,465
4,123
407
I bought this game on itch.io and the download page still opens for me. Maybe they only nerfed new purchases?
Itch deleted just a few games with obvious incest content; the rest is delisted. It means you can’t find them unless you have a direct link. It leaves a chance that itch.io will be back to normal on one day.
 

jackdanniels

Active Member
Apr 9, 2024
890
2,607
329
That's weird. Desert Stalker is all about incest and is accepted everywhere... But does have a system that allows you to configure the MC relationship with his "step-family", but Beauty and the Thug has zero incest... Did you try Steam zegamez?
 

zegamez

Well-Known Member
Game Developer
May 22, 2019
1,465
4,123
407
That's weird. Desert Stalker is all about incest and is accepted everywhere... But does have a system that allows you to configure the MC relationship with his "step-family", but Beauty and the Thug has zero incest... Did you try Steam zegamez?
Yes, Beauty and the Thug is banned (because they didn’t like Dolly, I guess), but The Better Deal was allowed, but not in early access (so I had to publish “Part 1” as a separate game and many people complained that the game is too short)
 
  • Sad
Reactions: jackdanniels
4.30 star(s) 62 Votes