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

5.00 star(s) 1 Vote

skyilys

Newbie
Aug 4, 2020
22
20
This mod no longer works, and will crash the game, even with this correction it will still not work and makes a trouble on main page, if you choose to ignore it will jump into starting a new game, which will then work as usual, but anytime going back to the main page will still be faulty.

To be clear this is the correct code:
Code:
    $ heroname = Anonymous50000_var.gallery_anonymous50000_chars["hero"]["first.name"]
    $ hero.initialize(heroname, Anonymous50000_var.gallery_anonymous50000_chars["hero"]["last.name"], str(500), str(1), str(1), str(1999), True)
Notice the spaces instead of tabs and the $ sign

Here the fixed script, works for me for v23.12.0
We are now at v 24.9.1
 
Feb 24, 2019
20
44
This mod no longer works, and will crash the game, even with this correction it will still not work and makes a trouble on main page, if you choose to ignore it will jump into starting a new game, which will then work as usual, but anytime going back to the main page will still be faulty.



We are now at v 24.9.1
True but you can still find older versions if you want to and it'll still work. I haven't kept up to date in yrs with this game but I don't think you'd miss too much idk
 

skyilys

Newbie
Aug 4, 2020
22
20
True but you can still find older versions if you want to and it'll still work. I haven't kept up to date in yrs with this game but I don't think you'd miss too much idk
oh, but there's been some new addition after that, lotsa new spicy scenes added to the game~ u're gonna miss those if you stick to the old versions~
 

MachoMan911

New Member
Jul 27, 2024
1
1
i'm sorry but i have this error when i start the game someone can help me pls ?


I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('ui/Vajsko/main/mainmenu_hover.png') at 0x0000000041e79d30>:
Exception: Could not find font 'ui/Vajsko/fonts/Exo_2/Exo2-Light.ttf'.

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\python.py", line 1178, 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 "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\core.py", line 2215, 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 "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\core.py", line 2879, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\core.py", line 1381, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\layout.py", line 903, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\transition.py", line 384, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\layout.py", line 903, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\layout.py", line 903, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\screen.py", line 754, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\display\layout.py", line 903, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\text\text.py", line 2540, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\text\text.py", line 770, in __init__
glyphs = ts.glyphs(s, self)
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\text\text.py", line 340, in glyphs
fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample, self.shaper, self.instance, self.axis)
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\text\font.py", line 745, in get_font
face = load_face(fn, shaper)
File "C:\Users\Admin\Downloads\LoSeSb-24.10.0c-pc_patreon\renpy\text\font.py", line 673, in load_face
raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font 'ui/Vajsko/fonts/Exo_2/Exo2-Light.ttf'.
 
  • Like
Reactions: KiraJames

Diablo0016

New Member
Jun 27, 2023
1
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 1, in script
    init 1005 python:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 33, in <module>
    addAllSceneToPersistent()
  File "game/mod/Anonymous50000_Gallery/functions/addAllSceneToPersistent.rpy", line 15, in addAllSceneToPersistent
    lines[i] = lines[i].replace("\r\n", "\n")
TypeError: a bytes-like object is required, not 'str'

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

Full traceback:
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 1, in script
    init 1005 python:
  File "C:\New folder\LoSeSb-24.11.0-pc_patreon\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\New folder\LoSeSb-24.11.0-pc_patreon\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/mod/Anonymous50000_Gallery/init.rpy", line 33, in <module>
    addAllSceneToPersistent()
  File "game/mod/Anonymous50000_Gallery/functions/addAllSceneToPersistent.rpy", line 15, in addAllSceneToPersistent
    lines[i] = lines[i].replace("\r\n", "\n")
TypeError: a bytes-like object is required, not 'str'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.2.24090902
Love & Sex : Second Base - 24.11.0 24.11.0
Fri Nov 29 00:14:59 2024
 

blueattic

New Member
Aug 14, 2019
5
25
I managed to make it work again in v24.12.0a. Plus now it doesn't override anything from the main game so it should be a bit more resilient towards breaking in future updates.

Stuff not working: When replaying a scene through the mod, Escape/Left Ctrl to skip, as well as the bottom bar for bringing up the menu won't work. Only way to get out is to finish the scene. Once the scene is finished, it goes back into the mod screen and you can go back to the main menu as usual. No clue how to fix this or where the settings to enable this functionality is.

Also, the mod screen has these blue boxes around the entries that don't fit the width. The entries are still fully functional other than looking ugly, but not sure how to fix that style stuff, so I just left it as is.

Installation instructions: unzip inside game folder

Usage: A new "MOD Gallery" option will appear in the main menu.
 

blueattic

New Member
Aug 14, 2019
5
25
Updated the mod again to include all the individual Minami scenes that I could easily find. There's probably missing scenes that involve Minami as part of harems and/or other character events. The rest is the same. If I feel like it, I might go back and start adding missing scenes for other characters/harems, as the mod is quite out of date and missing quite a lot. I'll probably not add SFW scenes, or I'll give priority to NSFW ones.

Same installation and usage instructions apply. ZIP now as I started using version control to keep track of changes and ZIP is easier to generate there.

Minami scenes added:
* minami_fuck_beach: You fuck Minami in a nudist/normal beach
* minami_morningwood: Minami takes care of your morning wood
* minami_practice_blowjob: You can let Minami practice her first blowjob on you
* minami_snooping: Minami almost catches you after sleeping in with Sasha and Bree. You can fuck or reject her

Minami scenes tweaked/fixed:
* minami_halloween_sex: now has the proper values for it to play through
* minami_halloween_invitation (SFW): has options for the success/failure paths
* minami_event_04: Step-sis Minami gets stuck in the door. Options for normal/collared Bree to be there or not
 

bigkt

Newbie
Aug 23, 2021
23
14
Updated the mod again to include all the individual Minami scenes that I could easily find. There's probably missing scenes that involve Minami as part of harems and/or other character events. The rest is the same. If I feel like it, I might go back and start adding missing scenes for other characters/harems, as the mod is quite out of date and missing quite a lot. I'll probably not add SFW scenes, or I'll give priority to NSFW ones.

Same installation and usage instructions apply. ZIP now as I started using version control to keep track of changes and ZIP is easier to generate there.

Minami scenes added:
* minami_fuck_beach: You fuck Minami in a nudist/normal beach
* minami_morningwood: Minami takes care of your morning wood
* minami_practice_blowjob: You can let Minami practice her first blowjob on you
* minami_snooping: Minami almost catches you after sleeping in with Sasha and Bree. You can fuck or reject her

Minami scenes tweaked/fixed:
* minami_halloween_sex: now has the proper values for it to play through
* minami_halloween_invitation (SFW): has options for the success/failure paths
* minami_event_04: Step-sis Minami gets stuck in the door. Options for normal/collared Bree to be there or not
You're the messiah
 

LookerNSFW

New Member
Jul 3, 2024
12
8
Okay, can anyone help install the gallery and gallery mods for the game when it comes playing the game Joiplay? Because all I'm getting is an infinite loading screen. Or possibly even share a zip file that has everything setup.
 

Theemanx

Newbie
Aug 9, 2023
20
3
Updated the mod again to include all the individual Minami scenes that I could easily find. There's probably missing scenes that involve Minami as part of harems and/or other character events. The rest is the same. If I feel like it, I might go back and start adding missing scenes for other characters/harems, as the mod is quite out of date and missing quite a lot. I'll probably not add SFW scenes, or I'll give priority to NSFW ones.

Same installation and usage instructions apply. ZIP now as I started using version control to keep track of changes and ZIP is easier to generate there.

Minami scenes added:
* minami_fuck_beach: You fuck Minami in a nudist/normal beach
* minami_morningwood: Minami takes care of your morning wood
* minami_practice_blowjob: You can let Minami practice her first blowjob on you
* minami_snooping: Minami almost catches you after sleeping in with Sasha and Bree. You can fuck or reject her

Minami scenes tweaked/fixed:
* minami_halloween_sex: now has the proper values for it to play through
* minami_halloween_invitation (SFW): has options for the success/failure paths
* minami_event_04: Step-sis Minami gets stuck in the door. Options for normal/collared Bree to be there or not

Thanks a lot for your hard work! It mostly works like a charm, however, for Minami, clicking "Halloween Sex" doesn't do anything (the other Halloween events work fine), and clicking "hottub sex" crashes the game.
 

blueattic

New Member
Aug 14, 2019
5
25
Thanks a lot for your hard work! It mostly works like a charm, however, for Minami, clicking "Halloween Sex" doesn't do anything (the other Halloween events work fine), and clicking "hottub sex" crashes the game.
Just tried it on an unmodified copy, only adding the mod files from my previous 24.12.0a-2 patch, and Halloween Sex works just fine.

Hottub Fuck is indeed fucked. That one I didn't touch at all, it was just carryover from existing code. Seems like the hottub sex event for all characters (not just Minami) has changed its name. This version I'm attaching now has that event for Minami fixed. Nothing else has been changed, so it's going to be broken for every other character that has that scene included.
 
  • Like
Reactions: maislbvhos
5.00 star(s) 1 Vote