- Dec 8, 2019
- 6
- 4
it's not just you, and i don't make the gallery, only unlock the scenes.Is it just me or are the new scenes not in the gallery?
i can get every event to pop except event 80 it is still the old scene where she just masturbatesUpdated for 0.07 Extended SubscribeStar
It's an issue with the game code itself. All new triggers currently in the files that I edit were copied over. I checked 3 times.i can get every event to pop except event 80 it is still the old scene where she just masturbates
Hmm...I'm confused. I used previous version saves, but an absolutely fresh install of the game and the latest mod. The version names match (Extended SS one).It's an issue with the game code itself. All new triggers currently in the files that I edit were copied over. I checked 3 times.
OK, I have read further back in the posts that the additions of auto-advertising and auto-income on the Help screen only appear AFTER visiting the computer. So, it seems that everything is working. Incidentally, the changes I made were to the 0.7 Extended SubscribeStar version, in case anyone is having the same problem of failure on startup. Shaddy's mod works as intended once the duplicated files in the game have been deleted.There are duplicated variables in the game file in the F95 version in game/script.rpa and game/images/interface_images/minigame/ which cause the game to crash on startup. This has nothing to do with the MultiMod. I have deleted the following files from game/images/interface_images/minigame/ so that the game now works on startup:
ASS_Affect_paint_timed_event.rpyc
HTBYD_paint_timed_event.rpyc
Shower_Run_01_timed_event.rpyc
Shower_Run_02_timed_event.rpyc
Shower_Run_03_timed_event.rpyc
However, after installing the MultiMod, I am not seeing the additional choices on the Help screen. Is this a consequence of my action or are these choices now automatic and not shown?
Any help would me much appreciated.
ShaddyModda I used your mod for this VN and it was very helpful, thank you! Apparently, though, it breaks event 80 (last one of the 0.7 extended version,) so I'm unable to complete it. Any chance of getting a patch to fix that? Thanks again for creating this mod, and all the others I've used in the past!View attachment 919925
As always if you like the game please show your support for the Dev.
If you like my work please consider supporting me on myYou must be registered to see the links,You must be registered to see the links, orYou must be registered to see the links.
NOTE: I will only be updating this mod for Public releases. Please do not request updates for Alpha or Beta versions.
Updated: 2021-07-23
Game/Creator: A Family Venture / WillTylorYou must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Modder: ShaddyModda -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Mod Version: 0.07 Extended SubscribeStar
Game Version: 0.07 Extended SubscribeStar
Language: English
Features:
- Displays points for important choices.
- Option to view multiple scenes for certain choices.
- Optional Auto Advertising Feature.
- Optional Auto Likes Income Retrieval (Does not include outfit sales or supporter income once unlocked).
- Unlocks Replay Gallery as well as, Phone & PC Image Galleries.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
NOTE: Questions about In-game cheats should be directed to the games OP, as they are pre-built into the game, and NOT added by my mod.
DOWNLOAD
Win/Linux:You must be registered to see the links-You must be registered to see the links
OTHER
Unofficial android port incl. my mod: HERE by Wills747 -You must be registered to see the links
Masterlist of Mods
View attachment 920090 View attachment 920091 View attachment 920092 View attachment 920095
I don't touch that file, therefore not included in the mod. It would be part of the game download itself.Receive following error when trying to remove an item from inventory (ball-gag) to progress Jacky/student photo shoot. Need to remove it and buy it again because when you try to do photo shoot it tells you you need to purchase a ball gag. The very bottom of the error is looking for a file called New_inventory.rpy that is not in the game directory.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/New_inventory.rpy", line 114, in drop
ValueError: list.remove(x): x not in list
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 951, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3132, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, 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 4110, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1297, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/viewport.py", line 294, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transform.py", line 742, in event
rv = d.event(ev, cx, cy, st)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 537, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/New_inventory.rpy", line 114, in drop
File "renpy/python.py", line 875, in do_mutation
return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list
Windows-7-6.1.7601-SP1
Ren'Py 7.4.8.1895
A Family Venture 0.07_extended_supporter
Sun Oct 10 01:41:43 2021
no i don't, and they both work fine for me. so something else is causing itShaddyModda
Do you disable rollback and skip features for Gallery in ShaddyScreens.rpy; how do I reenable?
can anyone please tell me wear on site can actually download 0.07 verion of this game in english please as can not find it.