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


  • Total voters
    48,166

Yonamous

Active Member
Dec 17, 2017
937
1,477
387
The one thing people seem to forget is that this game lasts 26 days (only) in it's current state. It has been the same since I found it years ago. There is a LOT to find, but not much time to find it. I doubt it is possible to get nearly everything in one playthrough. Even if you cheat. You just run out of time. You have to decide what you want to do, and what you don't. You will always miss something. I was a little surprised myself as to how much that can be.
Yeah, really wish that the dev would add some free days during gameplay, and not only when main game content is done.


I know it's called Beauty and the Thug but Hunter is/was a fucking chode so other options finally is nice. Seriously, love the game, but Hunter has been lame af since day one.
And you can't even be a slut and go to the glory hole once you're on the hunter path.
 

JaszMan

Engaged Member
Aug 13, 2018
2,145
1,049
319
Would be awesome if the MC could be turned into a badass,even a lewd shameless Sub, regardless the polar opposite of how she starts off, An Evil reflection of her former self.
 

DaFlurbIsHere

Member
Jun 3, 2022
311
359
187
a few questions:
- how do you get the jose line started? Nothing happens...
- I don't get the Hunter minigame
- Amy shows up & leaves in my playthrough - how do I get her to stick around?
- pizza guy never progresses beyond the underwear level - how does MC get progress there?
 

zegamez

Well-Known Member
Game Developer
May 22, 2019
1,474
4,147
407
1753165532272.png
This "?" button shows hints regarding your current sutiation. Particularly, it will tell you how to progress Jose's story or get to new pizza boy's event.
 

Buletti

Engaged Member
Nov 7, 2023
2,223
3,895
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:
4.30 star(s) 64 Votes