Mod Ren'Py Abandoned Love & Sex: Second Base - Gallery Mod [0.14.0 alpha][Anonymous50000]

5.00 star(s) 1 Vote

dendyelo

New Member
Apr 30, 2017
11
16
Are you using MAC?
Did the file settings.json exist at Game Folder/game/mod/Anonymous50000_Gallery?
If you are using MAC tell me because it's look like a bug of path in MAC renpy
Yes. I'm on Mac.
settings.json still exist, I drop full mod file at /game/ folder | ./game/mod/Anonymous50000_Gallery/.....
Maybe the mod is not suitable for mac.
 

Anonymous50000

Newbie
Modder
Jan 4, 2018
97
345
Yes. I'm on Mac.
settings.json still exist, I drop full mod file at /game/ folder | ./game/mod/Anonymous50000_Gallery/.....
Maybe the mod is not suitable for mac.
The issue seems to be related to relative path and can be fixed

If you can try this file if it doesn't work the log will help me better understanding why it's isn't working
 
Last edited:
  • Like
Reactions: dendyelo

se7en_mp

New Member
Oct 31, 2020
3
1
hi i have a problem
main menu not showing and getting this errors btw it's windows
what should i do?





Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
    screen main_menu():
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
    screen main_menu():
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 254, in execute
    if gui.show_name:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 261, in execute
    if not steam:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in execute
    $ new_version = updater.UpdateVersion(update_url)
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in <module>
    $ new_version = updater.UpdateVersion(update_url)
NameError: name 'update_url' 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 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, 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 3007, 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 3418, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3418, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
    screen main_menu():
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
    screen main_menu():
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 254, in execute
    if gui.show_name:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 261, in execute
    if not steam:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in execute
    $ new_version = updater.UpdateVersion(update_url)
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in <module>
    $ new_version = updater.UpdateVersion(update_url)
NameError: name 'update_url' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Love & Sex : Second Base 21.2.0b
Sat Sep  4 23:01:27 2021
 

Anonymous50000

Newbie
Modder
Jan 4, 2018
97
345
hi i have a problem
main menu not showing and getting this errors btw it's windows
what should i do?





Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
    screen main_menu():
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
    screen main_menu():
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 254, in execute
    if gui.show_name:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 261, in execute
    if not steam:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in execute
    $ new_version = updater.UpdateVersion(update_url)
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in <module>
    $ new_version = updater.UpdateVersion(update_url)
NameError: name 'update_url' 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 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, 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 3007, 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 3418, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 566, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3418, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
    screen main_menu():
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
    screen main_menu():
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 254, in execute
    if gui.show_name:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 261, in execute
    if not steam:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in execute
    $ new_version = updater.UpdateVersion(update_url)
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in <module>
    $ new_version = updater.UpdateVersion(update_url)
NameError: name 'update_url' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Love & Sex : Second Base 21.2.0b
Sat Sep  4 23:01:27 2021
Outdated Version Here, You Have 21.2.0b actual mod version is 21.7.2a or +
 
  • Like
Reactions: Ssato243

chaosbrain

Newbie
Feb 25, 2018
23
7
Anonymous50000 : can u help me solve this error ? plz ?
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
File "game/cl/class_proxied.rpy", line 21, in __getattr__
AttributeError: 'StoreModule' object has no attribute 'DATA_GAME'
..........
Ren'Py 7.4.8.1895
Love & Sex : Second Base 21.8.0a
Fri Sep 24 19:21:20 2021

Before use the mod, i had load my old save, then save again with newest game version. (both save files in "/game folder" % "/appdata/" folder
After that, whenever i tries to use the mod, i got this error.
 
5.00 star(s) 1 Vote