MisterDuck

Member
Aug 31, 2021
387
239
i accepted awhile ago the story is basically written by a sub fetishist and its always preferable, so I usually just cheat and jack it up to max with each character through "character.sub = ", it's overly grindy and boring to feed them slave novels day after day , talk ass slaps, and beat them in video games on dates.

A little would be fine, not the same day in day out.
Or going to the Pub every single night
 
  • Like
Reactions: Pr0GamerJohnny

JTW101

New Member
Jan 20, 2020
2
0
There's an error or bug that I cannot allow continue to play or Load after I tried to changed the Days from the SaveEditor. Is it because the systems changing?
 

Pr0GamerJohnny

Conversation Conqueror
Sep 7, 2022
7,184
10,765
I'm still trying to figure out how this game yet no other blocks button clicking during fast skipping.

It's not a keymap setting, it's not a button style setting I can see in the scripts..... anyone else know what I'm talking about?

In other games, you can simultaneously hold down ctrl, and while still holding control upon reaching a choice/button prompt, click the button and continue (this is separate from the main menu skip options). Now, when ctrl is held, it ignores mousedown/up_1 inputs. To my memory it wasn't this way in past versions, but makes plowing through stuff you've already seen a lot lot more cumbersome.
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,119
4,084
I'm still trying to figure out how this game yet no other blocks button clicking during fast skipping.

It's not a keymap setting, it's not a button style setting I can see in the scripts..... anyone else know what I'm talking about?

In other games, you can simultaneously hold down ctrl, and while still holding control upon reaching a choice/button prompt, click the button and continue (this is separate from the main menu skip options). Now, when ctrl is held, it ignores mousedown/up_1 inputs. To my memory it wasn't this way in past versions, but makes plowing through stuff you've already seen a lot lot more cumbersome.
Might be because of the switch to ren'py 8.10
 
  • Like
Reactions: Pr0GamerJohnny

Pr0GamerJohnny

Conversation Conqueror
Sep 7, 2022
7,184
10,765
Might be because of the switch to ren'py 8.10
Do you have any ideas for workarounds? I've tried much, mapping button action to mousedown instead of release, mapping alternate button select as ctrl+mouse1, none override. Does a button's "sensitive" attribute affect this?
 

Cartageno

Devoted Member
Dec 1, 2019
8,803
14,947
well i used the pixeldrain link from here and there were 2 save files when i opend the game that were definetly not my last recent saves
With platform I meant PC or Android or whatever. Apparently the weeklies have a problem as somebody mentioned in the meantime, check if you have two folders in the appdata path provided.

What you could do and try, but it might be a lot of work: make a backup of your save folders

(a) (GAMEFOLDER)\game\saves
(b) (USERNAME)\AppData\roaming\RenPy\LoSb
(c) possibly any other LoSb in the Appdata path

Then remove/rename them. Try to copy one folder after the other back into game\saves and see if that works.
 
Oct 23, 2021
93
34
Guess what?, both versions, Android port and JoiPlay (pretty obvious because JP supports Ren'py 8.0.3 and the game was update to 8.1.0) of 23.5 release, don't work.
Even I tried on my daily phone, which I don't use for games and get the same kind of errors than the May weekly release: can't load images.rpy from, in this case Minami instead of Lexi, as before (Android), or can't find or load file 'ac/sleep.rpyc' (JoiPlay)

The hell with this.
 
  • Like
Reactions: MickJS

Pr0GamerJohnny

Conversation Conqueror
Sep 7, 2022
7,184
10,765
I have absolutely no idea sorry
np

btw while you're around, the label "npc_give_a_gift" currently causes fault, verified it on fresh install and game- this is at the end of gift.rpy script, thus all holidays are a nightmare to spam through faults as npcs approach you.
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,119
4,084
np

btw while you're around, the label "npc_give_a_gift" currently causes fault, verified it on fresh install and game- this is at the end of gift.rpy script, thus all holidays are a nightmare to spam through faults as npcs approach you.
On the latest ?
If so can you post a screenshot ?
 
Feb 26, 2021
22
11
Hi, thank you very much for your work, but with Bree MC there are a lot of bug.
The fist one is Preparation Costume for Jack convention , it's impossible to go in the bedroom or it will appear an error and the same with Mike and reading a book.
Hi by any chance can you post the errors throwing when you tried this activities?
 

Pr0GamerJohnny

Conversation Conqueror
Sep 7, 2022
7,184
10,765
On the latest ?
If so can you post a screenshot ?
Python:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/start.rpy", line 633, in script call
    call enter_room from _call_enter_room
  File "game/ac/gift.rpy", line 71, in <module>
AttributeError: 'NoneType' object has no attribute 'split'

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

Full traceback:
  File "game/start.rpy", line 633, in script call
    call enter_room from _call_enter_room
  File "cl/class_room.rpyc", line 265, in script call
  File "cl/class_event.rpyc", line 172, in script call
  File "ac/gift.rpyc", line 71, in script
  File "D:\fonv1\rpg\Love__Sex_Second_Base_23.4.0f_-_May_Weekly_Update_2_Andrealphus_PC\LoSeSb-week.202319-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\fonv1\rpg\Love__Sex_Second_Base_23.4.0f_-_May_Weekly_Update_2_Andrealphus_PC\LoSeSb-week.202319-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/ac/gift.rpy", line 71, in <module>
  File "D:\fonv1\rpg\Love__Sex_Second_Base_23.4.0f_-_May_Weekly_Update_2_Andrealphus_PC\LoSeSb-week.202319-pc\renpy\exports.py", line 698, in show
    name = tuple(name.split())
AttributeError: 'NoneType' object has no attribute 'split'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23050902
Love & Sex : Second Base - Weekly - week.202319 week.202319
Wed Jun  7 02:52:54 2023
[/CODE]
Realized now 23.5 is out, so if this has been resolved please disregard.
 
  • Like
Reactions: Andrealphus

Grimlock

Member
Jan 6, 2018
110
13
Question how do i trigger the second event in Dwayne Cassidy?
The book says wait in my office.
Tried that nothing happened
Tried working hard... nothing happened.
Tried working fast.... nothing happened.
Tried working normally and guess what nothing happened.

So is this a bug or what is it?
Also all the official guide says is that i need Martial arts to complete the event already got that...
 
Last edited:

Eonor

Active Member
Sep 9, 2017
919
2,134
Cause the joiplay way doesn't work I tried this out. The game is stuck on the initial title loading screen. I remember having the same problem on the previous Android release
It takes a long time to load. For me, it loads for about a solid minute on my phone. Having said that, I can't guarantee the port will work on every phone, it's a pretty demanding game.
 
3.60 star(s) 300 Votes