Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ChuzColes

47
Posts
A member registered Mar 08, 2022

Recent community posts

Now a more curiosity question. Will there ever be more material of Harmony's mother, Diane?

Does Edna has no image in this scene? it felt strange since Ayesha's image was moved to the right side of the screen.

Got the same problem again. In a different event with Anna.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "renpy/common/00action_file.rpy", line 397, in __call__

    renpy.save(fn, extra_info=save_name)

TypeError: cannot pickle 'odict_keys' object (perhaps renpy.game.log.log[109].objects[3][0]._cache['stories'][('all', 1)]['getting_started_male'].steps['eat'].start[0] = odict_keys([]))

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

Full traceback:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\ast.py", line 1138, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\python.py", line 1122, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\core.py", line 3582, 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:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\core.py", line 4543, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\screen.py", line 770, in event

    rv = self.child.event(ev, x, y, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1403, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 281, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 1142, in event

    return handle_click(self.clicked)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 1075, in handle_click

    rv = run(action)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 372, in run

    new_rv = run(i, *args, **kwargs)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 379, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_file.rpy", line 397, in __call__

    renpy.save(fn, extra_info=save_name)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\loadsave.py", line 432, in save

    reraise(t, e, tb)

  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\loadsave.py", line 413, in save

    dump((roots, renpy.game.log), logf)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\compat\pickle.py", line 103, in dump

    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)

TypeError: cannot pickle 'odict_keys' object (perhaps renpy.game.log.log[109].objects[3][0]._cache['stories'][('all', 1)]['getting_started_male'].steps['eat'].start[0] = odict_keys([]))

Windows-10-10.0.19041 AMD64

Ren'Py 8.1.3.23091805

Love & Sex : Second Base - 23.12.0 23.12.0

Wed Jan 31 02:19:46 2024

[/code]

(1 edit)

Yep, it was when Mike kissed palla for the first time in "Palla discusses the nightclub".

Thanks for telling, and glad to be of help.

Ok this was bizarre and worrisome. An error pop up... while i was trying to save.


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "renpy/common/00action_file.rpy", line 397, in __call__

    renpy.save(fn, extra_info=save_name)

TypeError: cannot pickle 'odict_keys' object (perhaps renpy.game.log.log[61].objects[1][0]._cache['stories'][('all', 1)]['getting_started_male'].steps['eat'].start[0] = odict_keys([]))

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

Full traceback:

  File "renpy/common/00gamemenu.rpy", line 174, in script

    $ ui.interact()

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\ast.py", line 1138, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\python.py", line 1122, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "renpy/common/00gamemenu.rpy", line 174, in <module>

    $ ui.interact()

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\core.py", line 3582, 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:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\core.py", line 4543, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\screen.py", line 770, in event

    rv = self.child.event(ev, x, y, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1403, in event

    rv = super(Window, self).event(ev, x, y, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 281, in event

    rv = d.event(ev, x - xo, y - yo, st)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\layout.py", line 1179, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 1142, in event

    return handle_click(self.clicked)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 1075, in handle_click

    rv = run(action)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 372, in run

    new_rv = run(i, *args, **kwargs)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\display\behavior.py", line 379, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_file.rpy", line 397, in __call__

    renpy.save(fn, extra_info=save_name)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\loadsave.py", line 432, in save

    reraise(t, e, tb)

  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\loadsave.py", line 413, in save

    dump((roots, renpy.game.log), logf)

  File "C:\Program Files (x86)\Steam\steamapps\common\Love & Sex Second Base\renpy\compat\pickle.py", line 103, in dump

    pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)

TypeError: cannot pickle 'odict_keys' object (perhaps renpy.game.log.log[61].objects[1][0]._cache['stories'][('all', 1)]['getting_started_male'].steps['eat'].start[0] = odict_keys([]))

Windows-10-10.0.19041 AMD64

Ren'Py 8.1.3.23091805

Love & Sex : Second Base - 23.12.0 23.12.0

Mon Jan 29 02:20:17 2024

[/code]

To collar the girls they need to be 100 or almost there.

You should check the Wiki of the game, cause most girls have multiple and entirely different requirements to unlock their upper capacity.

Noted. thanks.

And on the same topic of the gallery, there is problem. No idea if its just on me.

Whenever i click on one of the images, the games stop working briefly ( the message of "unresponsive" appears next to version of the game) and it takes to long to open the scene.

Pretty sure there is a bug here. I remember those scenes with all the girls appearing on them, but here it seems like they just disappeared.

Thanks for the explanation i noticed today too another scene were the bree and sasha were gradually zoomed like they were getting near to mike. Its a nice detail.

Maybe the scene with Emma and Ayesha just felt too sudden the change in the zoom instead of gradual, but thanks eitherway.


Nice add up.

(1 edit)

Found another "character position" bug.

Emma got zoomed and then moved a little from the center of the window.

It seems many (if not all) the new scenes are with this problem.

(2 edits)

You are welcome. Here i found a new error, this was on the birthday date of Anna.

It was after giving her a birthday present. First she got an angle of only her lower half and the next click show her all way on the top of the screen (barely i must say).

And then keep changing between being an angle of only her bottoms, making a strange zoom on her arm or just like the posted image.

Its just wrong her position and zoom in all this sequence.

posd: game version: 23.12.0


was she supposed to not be shown? even the question mark is there but nothing of audrey.

(1 edit)

Dear developers. Happy new year to all of your.

I have some inquiries for you.

1-. Can you change back Reona's design? her new design is not as good as the previous one and the previous one was more in syntony with how an otaku Gyaru is usually portraited.

2-. There is a constant bug with the "send text" function in the phone that was not there 4 months back. Whenever a "sexy text" is send with different characters, the woman in question answers with with what would be the follow up of another message, before actually answering with the correct follow up. Can you check it up?

Example: MC talk about wanting to badly see this girl, the girl answers how she is wearing X clothes on her, and then she answers that she also wants to see the MC.

3-. Can you ever please offer a way to buy the Android version of the game in an individual set? I am more than willing to pay a second time for the game to get it on my cellphone, but not with that bundle that makes me buy the pc version again.

Sorry i am answering sooo late.

If it still helps. I had the problem with the:
- Home Harem

- Bitchy Harem

- Jealous Harem

You are Hero!! Thanks!

Wanna report a visual error.


This happened while playing the threesome between those 2.


When i rolled back to the previous dialogue the error affected the previous scene too.

(1 edit)

That's not it, that's the office christmas party.

But seeing the achievements list, It seems there is a christmas house party.

So both are different. since both have different achievements.

(1 edit)

have tried multiple times with different harems, not always work.

In some cases the option to propose a certain harem doesn't even show after proposing to someone else of the harem.

In some cases i proposed to both or more parties in different places and some of them weren't included in the wedding like if i hadn't asked them.

The only 100% success i have had with the harems is when i propose to all of them at the same time.

Thanks for the monthly update like always.

But dear developing team, you need to add a function to make it possible to plan a group meeting with different characters on the same place. Its just terrible needing to skip days and days trying to get 2 characters on the same place at the same hour to propose the harem marriages.

Its not funny, entertaining nor even challenging to get them  together, its just plain annoying. Specially when there are characters that will never share the same location unless you choose the total random schedules.

Anyone knows how to throw a christmas party on the house? i have played 2 years in game and i have never have one. 

The wiki doesn't even mention the existence of such party. HELP

have you checked the wiki?

(1 edit)

I am sure it has nothing to do with "happiness" but with "luck". meaning the "trébol" symbol on the cellphone must have 4 leafs.

If you chose the "unlucky" title when beginning the game (like i did), then you are a bit screw, since you will need to to fully develop the relationship with lavish, and receive 2 christmas presents from her to get her "lucky panties". 

Only then with them and using a 4 leafs trébol before sleeping will you get the second dream with emma.

if you didn't chose the unlucky title, then just use a 4 leafs trevol before sleeping in the night. You should see the second dream and then you can meet her on the park later.

Any way for me to buy "only" the android version of the game?

I already have the steam version for my pc but i need a "no internet" game for my cellphone.

Wow that truly sounds a terrible problem. Would you add a way to fix this? cause i also about to finish the whole game and begin a NG+.

Maybe let the new game keep all the learned talk topics?

Cools. thanks.

Question, how long do you update the Wiki of the game? Its seems new things keep getting added but the wiki is not. or are you not involved in it?

(1 edit)

Cool. Thanks a lot. that helps. I am always grateful for your fast answers to our problems and doubts.

Pues tu igual, pero no el equipo. alguien pregunto no hace mucho y le dijeron que no, que aparentemente hay aproximadamente  1,800,000 líneas de texto actualmente.

I have a question, are the fertility % no longer modified by being hung or small?

I took the medicine in the game to make my characters D hung, but the % of fertility showed on the girls stats (i have the fertility skill learned from a book) shows the same % like if my character was normal in size.

(at least i have not seen a single girl a % higher of the 50%)

No no lo habra. Almenos no hay interes por ahora. Parece es demaciado texto para traducirlo.

I found this visual error today.

As you can see the Piercings of Aletta are overlapping with her leg

(1 edit)

nah, the Harem paths have nothing to do with any of the girls developments (except the minimum requirements for the girls to accept being in a Harem).

Go check the Wiki of Bree to see what are you missing to futher develop her love.

https://wiki.andrealphusgames.com/wiki/Bree

Finally have been waiting for this post. Thanks.

Ohhh, that so. I suppose this wont happen again then. Thanks.

Ohhh! yeah thats the one,  didn't knew that harem route existed. Thanks, sorry for wasting your time.

Didn't see that the name on the "Story Tracker" was never "Fashion".

I think i did but with another option, like kissing or something like that. No directly on briging topics of conversation (i see that other error quite frequenly that why i got stranged with this error)

I Had to let time pass so i could begin a new conversation with Palla.

(1 edit)

There is a situation with the steam version. A new quest (at least i think is new) called "Fashion" appeared today after updating where there is an event between Sasha and Palla.

I went with the beginning of the event (the action in the mall) and the quest seems to be updated, but there is no new entry on the "Story Tracker".

Neither a new section for all this "Fashion" quest, nor any new update on the  sections of Sasha or Palla.

I need to report a new error. Today my steam version was updated and when i try to talk with palla  this pops up:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/ac/talk.rpy", line 215, in <module>

  File "game/cl/class_person.rpy", line 225, in get_talk_subjects

  File "game/cl/class_hero.rpy", line 72, in __getattr__

AttributeError: talk_subjects

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

Full traceback:

  File "start.rpyc", line 628, in script call

  File "cl/class_room.rpyc", line 361, in script call

  File "cl/class_person.rpyc", line 693, in script call

  File "cl/class_activity.rpyc", line 233, in script call

  File "ac/talk.rpyc", line 215, in script

  File "renpy/ast.py", line 1131, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 1061, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/ac/talk.rpy", line 215, in <module>

  File "game/cl/class_person.rpy", line 225, in get_talk_subjects

  File "game/cl/class_hero.rpy", line 72, in __getattr__

AttributeError: talk_subjects

Windows-10-10.0.19041 AMD64

Ren'Py 7.5.3.22090809

Love & Sex : Second Base - Steam 23.3.0a

Mon Apr  3 10:57:10 2023

```

Is there a way to know if my character has the unlucky skill?

I dont remember if i choose it while creating my character and i have been unable to meet Emma no matter how many times i have tried.