Yeah, probably with the next Extended version.Hello, first of all ty for the amazing mod. I have played the last update of the game and i got many ending locked, can you add an option to unlock them?
Not seeing anything like that. Are you using the version from F95? Could try reinstalling game/mod.getting bunch of errors in beginning of Week 2, looks like it referencing mod files
Week 1 was played also with mod
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.
yeah, version from the game's thread OP ("about" says - extended edition v2.0.21) pretty much fresh download, mod version 2.0.21 from this threadNot seeing anything like that. Are you using the version from F95? Could try reinstalling game/mod.
I wanted to patch this by myself but when I opened the game folder I saw that there's already a "taboo" patch there. Yet when I play the game it is still the non incest version.I got a request for port with the mod integrated so here it is
Week1 (v1.0.40):You must be registered to see the links
Week2(v2.021):You must be registered to see the links
Week3(v2.4.6):You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
All my ports now have textbox opacity slider and text size slider which can be found in preferences.You can also change your name anytime mid-game using Change MC Name button found in menu.
Consider supporting me on myYou must be registered to see the linksor you can also join myYou must be registered to see the linksfor more android ports and mods.
Hello everyoneyeah, version from the game's thread OP ("about" says - extended edition v2.0.21) pretty much fresh download, mod version 2.0.21 from this thread
starting week 2 without importing save from week 1 gives same errors
just launching game and clicking "cg gallery", "replay room" or "bonus content" results in same errors
and yeah, reinstalling game/mod does nothing
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/code/screens/screens_fl.rpy", line 147, in execute
File "game/code/screens/screens_fl.rpy", line 147, in execute
File "game/code/screens/screens_fl.rpy", line 151, in execute
File "game/code/screens/screens.rpy", line 671, in execute
File "game/code/screens/screens.rpy", line 671, in execute
File "game/code/screens/screens.rpy", line 673, in execute
File "game/code/screens/screens.rpy", line 673, in <module>
NameError: name 'get_hover_status' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/code/screens/screens_fl.rpy", line 147, in execute
File "game/code/screens/screens_fl.rpy", line 147, in execute
File "game/code/screens/screens_fl.rpy", line 151, in execute
File "game/code/screens/screens.rpy", line 671, in execute
File "game/code/screens/screens.rpy", line 671, in execute
File "game/code/screens/screens.rpy", line 673, in execute
File "game/code/screens/screens.rpy", line 673, in <module>
NameError: name 'get_hover_status' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Fetish Locator Week 2 2.0.30
Wed Apr 19 22:13:05 2023
Ah I think I solved it.Hello everyone
I'm getting the same errors when I start the game with the mode.
First thing is that I'm stuck in an endless loop when there's the questions about the girls and how my relationship is to them. And again and again there's coming a similar error like danv postet.
I also tried to reinstall the game again and copy the mod again.
But again the following error code is appearing and the game crashes.
Any idea what to do?
Thanks a lot!
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/code/screens/screens_fl.rpy", line 147, in execute File "game/code/screens/screens_fl.rpy", line 147, in execute File "game/code/screens/screens_fl.rpy", line 151, in execute File "game/code/screens/screens.rpy", line 671, in execute File "game/code/screens/screens.rpy", line 671, in execute File "game/code/screens/screens.rpy", line 673, in execute File "game/code/screens/screens.rpy", line 673, in <module> NameError: name 'get_hover_status' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3315, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3735, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3735, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/code/screens/screens_fl.rpy", line 147, in execute File "game/code/screens/screens_fl.rpy", line 147, in execute File "game/code/screens/screens_fl.rpy", line 151, in execute File "game/code/screens/screens.rpy", line 671, in execute File "game/code/screens/screens.rpy", line 671, in execute File "game/code/screens/screens.rpy", line 673, in execute File "game/code/screens/screens.rpy", line 673, in <module> NameError: name 'get_hover_status' is not defined Windows-10-10.0.22621 Ren'Py 7.4.10.2178 Fetish Locator Week 2 2.0.30 Wed Apr 19 22:13:05 2023
Awesome! TYVM for your work!Updating...
Just curious: does "week 3" include all 3 weeks or is it a "save here to start the next week" kinda thing?I got a request for port with the mod integrated so here it is
Week1 (v1.0.40):You must be registered to see the links
Week2(v2.021):You must be registered to see the links
Week3(v2.4.6):You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
All my ports now have textbox opacity slider and text size slider which can be found in preferences.You can also change your name anytime mid-game using Change MC Name button found in menu.
Consider supporting me on myYou must be registered to see the linksor you can also join myYou must be registered to see the linksfor more android ports and mods.
its a save and each week is separateJust curious: does "week 3" include all 3 weeks or is it a "save here to start the next week" kinda thing?
When is "afterward" please? Doesn't seem to be now...The mod is now updated on myYou must be registered to see the linksin 48h early access. I will update it in the OP afterward. Enjoy!
Phew, finally done with the update. Didn't expect to be merging Lovesense code today
- Mod updated to version 3.0.15
- Gallery unlock will now also unlock endings
- Some previous endings are available at the end of the game (instead of loading your saves).
"48h early access" means 48 hours exclusivity on the patreon, before being posted here.When is "afterward" please? Doesn't seem to be now...
OK thanks, didn't know I must count from when was posted here.."48h early access" means 48 hours exclusivity on the patreon, before being posted here.