- Jun 20, 2020
- 148
- 169
is me or the game have lag ?View attachment 570749
Overview:
Love & Sex: Second Base is a dating sim where a geeky guy (hopefully you) gets to be a roommate with two very hot girls and meet others in is daily life. The main purpose of the game his to get lucky and maybe marry the girl of your wet dreams, to do so you must make choices and raise your stats.
Thread Updated: 2022-06-29
Release Date: 2022-06-28
Developer: AndrealphusYou 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-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Censored: No
Version: 22.6.0
OS: Windows, Linux, Mac, Android
Language: English
Other Games:You must be registered to see the links- I Am Not A Slut!
Genre:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Changelog:
You don't have permission to view the spoiler content. Log in or register now.
Cheats:
You don't have permission to view the spoiler content. Log in or register now.DOWNLOAD
Win/Linux:You must be registered to see the links- MEGA - PIXELDRAIN -You must be registered to see the links
Mac (v22.2.0b):You must be registered to see the links-You must be registered to see the links-You must be registered to see the links- MEGA
Android (v22.5.0b):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- WORKUPLOAD
Other: COMPRESSED*
Extras: Walkthrough PDF (v20.10.3) - Scene guide - Gallery Mod* - Fan Sign - Game lag fix
gnadudu thanks for the link
*This unofficial port/version is not released by developer, download at your own risk.
View attachment 143282 View attachment 143281 View attachment 143284 View attachment 143283 View attachment 143285 View attachment 108093 View attachment 114143 View attachment 108096 View attachment 114142 View attachment 143290 View attachment 108090
Just download it, and overwrite the old with the new. It should work fine. It's what I did.I have a question if someone could help me, how do I just download the update and put it on the existing game that I have? I always download the whole game again
And is it known when it will be? Some time ago I read on Patreon (in comments), that developer aiming at fall 2023, but seeing how many things are left to finish I am not so optimistic.The game will not have a gallery until it is completed.
This game actually can be saved or loaded by using the escape key not the usual ren'py method but that's how you should do itthank you for your answer.
but if i right click with the mouse i can save right ? how can i load my save game or get to the main menu without restarting the game?
Every version is a bit buggy, but generally just a bit, nothing game breaking. The first of each month more so than the latter ones. If you're worried about that I would wait until some version ending in c, d, or a letter further down the alphabet comes along. (The letters are bugfixes)sooo is the last version prior to this version stable or was it always buggy?
I will wait for the completed tag otherwise lol
It's stable only until a new version comes out, sometimes breaking earlier saves, that's why the dev always recommends a new game. It can be buggy until the fixes get to (c) i.e. v22.6(c). Because of the way the game is coded, changes in certain things have bigger impacts on the gameplay than others and sometimes change storyboard pathways which no longer go in that direction. As many of the storylines are dependent on each other, breaking the progression of one girl may impact on another, as do time specific progressions. It is a complex structure, so it is easy to break the (saves) or partly completed routes. @sooo is the last version prior to this version stable, or was it always buggy?
I will wait for the completed tag otherwise, lol
Isn't accessing the calendar game breaking though?Every version is a bit buggy, but generally just a bit, nothing game breaking. The first of each month more so than the latter ones. If you're worried about that I would wait until some version ending in c, d, or a letter further down the alphabet comes along. (The letters are bugfixes)
That's why I said "generally".Isn't accessing the calendar game breaking though?
Thanks I'll wait till later versions then
Yeah a few people, including myself, are dealing with it. I'm forgetting what days I have dates. Pissing off a lot of girls because of it. Thankfully, with the cheats, we can make it feel like it never happenedJust started the game and went on the phone to click calendar and I got a bug
You don't have permission to view the spoiler content. Log in or register now.
It does not work, here the proofI have modified the Python path on mine and it's working. Here it is.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/cl/class_ui.rpy", line 29, in execute
File "game/cl/class_ui.rpy", line 29, in execute
File "game/cl/class_ui.rpy", line 49, in execute
File "game/cl/class_ui.rpy", line 54, in execute
File "game/cl/class_ui.rpy", line 213, in execute
File "game/cl/class_ui.rpy", line 218, in execute
File "game/cl/class_ui.rpy", line 219, in execute
File "game/cl/class_ui.rpy", line 224, in execute
File "game/cl/class_ui.rpy", line 225, in execute
File "game/cl/class_ui.rpy", line 225, in <module>
File "game/cl/class_appointment.rpy", line 89, in get_agenda
NameError: global name 'e' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 543, in script call
File "cl/class_room.rpyc", line 342, in script
File "renpy/ast.py", line 2212, in execute
self.call("execute")
File "renpy/ast.py", line 2200, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3161, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3376, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3803, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3803, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/cl/class_ui.rpy", line 29, in execute
File "game/cl/class_ui.rpy", line 29, in execute
File "game/cl/class_ui.rpy", line 49, in execute
File "game/cl/class_ui.rpy", line 54, in execute
File "game/cl/class_ui.rpy", line 213, in execute
File "game/cl/class_ui.rpy", line 218, in execute
File "game/cl/class_ui.rpy", line 219, in execute
File "game/cl/class_ui.rpy", line 224, in execute
File "game/cl/class_ui.rpy", line 225, in execute
File "game/cl/class_ui.rpy", line 225, in <module>
File "game/cl/class_appointment.rpy", line 89, in get_agenda
NameError: global name 'e' is not defined
Windows-10-10.0.22000 AMD64
Ren'Py 7.5.0.22062402
Love & Sex : Second Base 22.6.0
Wed Jun 29 16:25:54 2022
You can facepalm my message if you like for this question but is that 100% that we will get an gallery when the game is completed?The game will not have a gallery until it is completed.