OGloc_420
Member
- Jun 24, 2024
- 121
- 334
I hope not. The Jannet stuff was the best part of the game.I think dev dropped James/Jannet routes
What are your opinions, guys?
I hope not. The Jannet stuff was the best part of the game.I think dev dropped James/Jannet routes
What are your opinions, guys?
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.
I get the same error as well whenever I try to access the map.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
```
there is no virus.Latest version triggers windows defender with a trojan warning :
Trojan:Win32/Wacatac.B!ml
me tooI get the same error as well whenever I try to access the map.
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!I think dev dropped James/Jannet routes
What are your opinions, guys?
same hereGetting 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
```
It was trying to have some variety before it started following the femboy futadom siren call.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.
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.