4.40 star(s) 60 Votes

uncommonsence

Member
Oct 24, 2021
235
173
hey, I don't know how to react to these "ai" messages. Does it mean that it looks good? or something else?
Anyway, we have a speedpaint video for the last scene on the update. Be sure to check it out on our discord channel, because I can't upload it on Twitter (3 minutes long), and don't want to make a private youtube media.

That's cool. And how do you create your backgrounds (more precisely anything besides characters)?
 

MrMister71

Newbie
Dec 30, 2018
17
18
Getting weird error trying to go to the map. Used a save from previous version:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 81, in execute
File "game/scripts/core/map/map_screen.rpy", line 84, in execute
File "game/scripts/core/map/map_screen.rpy", line 100, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in <module>
File "game/scripts/core/character_data.rpy", line 95, in current_map_location
AttributeError: 'CharacterEmplacementDetails' object has no attribute 'map_location'

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

Full traceback:
File "scripts/locations/cafe/hall.rpyc", line 4, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 131, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 421, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 441, in script call
File "scripts/locations/cafe/dressing_room.rpyc", line 11, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/trish_house/trish_house_bedroom.rpyc", line 10, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/sequences/mirina_interactions/anal_development.rpyc", line 11, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/core/map/map_screen.rpyc", line 7, in script
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ast.py", line 1987, in execute
self.call("execute")
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ast.py", line 1966, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2218, 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 "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2748, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2748, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 491, in per_interact
self.update()
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 700, in update
self.screen.function(**self.scope)
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 81, in execute
File "game/scripts/core/map/map_screen.rpy", line 84, in execute
File "game/scripts/core/map/map_screen.rpy", line 100, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in <module>
File "game/scripts/core/character_data.rpy", line 95, in current_map_location
AttributeError: 'CharacterEmplacementDetails' object has no attribute 'map_location'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Becoming a Femboy 0.17.1-default
Fri Apr 18 21:27:21 2025
```
 

rogm

New Member
Jan 14, 2023
3
3
Getting weird error trying to go to the map. Used a save from previous version:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 81, in execute
File "game/scripts/core/map/map_screen.rpy", line 84, in execute
File "game/scripts/core/map/map_screen.rpy", line 100, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in <module>
File "game/scripts/core/character_data.rpy", line 95, in current_map_location
AttributeError: 'CharacterEmplacementDetails' object has no attribute 'map_location'

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

Full traceback:
File "scripts/locations/cafe/hall.rpyc", line 4, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 131, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 421, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 441, in script call
File "scripts/locations/cafe/dressing_room.rpyc", line 11, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/trish_house/trish_house_bedroom.rpyc", line 10, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/sequences/mirina_interactions/anal_development.rpyc", line 11, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/core/map/map_screen.rpyc", line 7, in script
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ast.py", line 1987, in execute
self.call("execute")
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ast.py", line 1966, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2218, 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 "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2748, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2748, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 491, in per_interact
self.update()
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 700, in update
self.screen.function(**self.scope)
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 81, in execute
File "game/scripts/core/map/map_screen.rpy", line 84, in execute
File "game/scripts/core/map/map_screen.rpy", line 100, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in <module>
File "game/scripts/core/character_data.rpy", line 95, in current_map_location
AttributeError: 'CharacterEmplacementDetails' object has no attribute 'map_location'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Becoming a Femboy 0.17.1-default
Fri Apr 18 21:27:21 2025
```
I get the same error as well whenever I try to access the map.
 

Count Morado

Fragrant Asshole
Donor
Respected User
Jan 21, 2022
9,823
19,147
Latest version triggers windows defender with a trojan warning :
Trojan:Win32/Wacatac.B!ml
there is no virus.

Wacatac.B!ml is a known false positive on Windows Defender for Ren'Py builds. The !ml means machine learning. It isn't even wrongly detecting a virus, it is making a guess using its learning that there may be one.

Learn more here: https://f95zone.to/search/476073044/?q=wacatac&t=post&c[thread]=207437&o=date

Or here:
https://f95zone.to/threads/f95zone-admins-please-do-take-security-alerts-seriously.248455/

Or do a GOOGLE search before jumping.
 

Zulfiqar

Member
Sep 16, 2019
199
422
I think dev dropped James/Jannet routes

What are your opinions, guys?
Very unfortunate though I don't really get why it was a dude cucking you. Like why not just have your mom who is already fucking you with her giant dick in this game also steal your girlfriend? Would have been hotter and fit more with the rest of the content. Also would have been more depraved which is another plus!

The updates seem very small in general idk man this game was approaching the same level of tales of androgyny in terms of being a femboy futadom sim but it seems kinda stalled out.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
5,476
2,528
BecomingAFemboy-0.17.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

ManleeCalif

New Member
Mar 29, 2025
1
0
Getting weird error trying to go to the map. Used a save from previous version:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 81, in execute
File "game/scripts/core/map/map_screen.rpy", line 84, in execute
File "game/scripts/core/map/map_screen.rpy", line 100, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in <module>
File "game/scripts/core/character_data.rpy", line 95, in current_map_location
AttributeError: 'CharacterEmplacementDetails' object has no attribute 'map_location'

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

Full traceback:
File "scripts/locations/cafe/hall.rpyc", line 4, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 131, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 421, in script call
File "scripts/sequences/0120/cafe_work/cafe_work.rpyc", line 441, in script call
File "scripts/locations/cafe/dressing_room.rpyc", line 11, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/trish_house/trish_house_bedroom.rpyc", line 10, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/sequences/mirina_interactions/anal_development.rpyc", line 11, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/locations/hospital/hospital_traning_room.rpyc", line 37, in script call
File "scripts/core/sequence.rpyc", line 77, in script call
File "scripts/core/map/map_screen.rpyc", line 7, in script
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ast.py", line 1987, in execute
self.call("execute")
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ast.py", line 1966, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2218, 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 "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2748, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\core.py", line 2748, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 491, in per_interact
self.update()
File "D:\f95\becoming_a_femboy-0.17.1-default-win\becoming_a_femboy-0.17.1-default-win\renpy\display\screen.py", line 700, in update
self.screen.function(**self.scope)
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 9, in execute
File "game/scripts/core/map/map_screen.rpy", line 81, in execute
File "game/scripts/core/map/map_screen.rpy", line 84, in execute
File "game/scripts/core/map/map_screen.rpy", line 100, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in execute
File "game/scripts/core/map/map_screen.rpy", line 101, in <module>
File "game/scripts/core/character_data.rpy", line 95, in current_map_location
AttributeError: 'CharacterEmplacementDetails' object has no attribute 'map_location'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Becoming a Femboy 0.17.1-default
Fri Apr 18 21:27:21 2025
```
same here
 

balitz Method

Well-Known Member
Jan 30, 2018
1,060
1,656
Very unfortunate though I don't really get why it was a dude cucking you. Like why not just have your mom who is already fucking you with her giant dick in this game also steal your girlfriend? Would have been hotter and fit more with the rest of the content. Also would have been more depraved which is another plus!

The updates seem very small in general idk man this game was approaching the same level of tales of androgyny in terms of being a femboy futadom sim but it seems kinda stalled out.
It was trying to have some variety before it started following the femboy futadom siren call.
 

Scotsman1989

Well-Known Member
Nov 10, 2018
1,976
2,579
Is there, or will there be an oppurtunity to become Scarlet's truely loyal boytoy?

All I can say in my opinion, evil domineering redheads like her are SEXY AS FUCK!!!
 

dozermant

Newbie
May 28, 2019
38
89
Can someone please explain how I am to interpret the cafe minigame, not the key press part...but everything else. If they look poor, they are apparently rich, if they are mean and rude looking they apparently hate everything, if they appear nice they hare hate everything. I literally have no clue how I am supposed to determine this.

I got so tired of struggling here I kept a log of the correct answers and I think this is how it works:

1st Choice: Nature, how they are sitting
  • Greet in a cute way – Right arm on table facing left
  • Do a Proper Greeting – Left arm resting on their seat back
  • Greeting enthusiastically – Facing left

2nd Choice: Net Worth, how they are dressed
  • Recommend a Cheaper Option – Cheaper clothes
  • Recommend Popular Dishes – In Between
  • Suggest Something Special – Expensive Clothes

3rd Choice: Impudence, their Facial Expression
  • Don’t Push It – Happy
  • Hint at It – In Between
  • Get your own – Angry

The last choice is the hardest by far, cause it's tough to determine in between v. happy/angry sometimes. The first and 2nd I pretty much have the pattern down. Here's some examples to illustrate:

baf-cafegame.png
 
4.40 star(s) 60 Votes