if it only tells me what i need to do in order to trigger the event i did everything.
Kat is 100Love and 100Sub
I have 6 checkmarks in Kat and Jack section (so i think im at the 7th event)
nobody is home (Bree and Minami are in the university and Sasha at work)
i said yes to the threesome
and im at home
Updated my compressed Android port of LoSe: SB to v25.1.0. Can't speak for any bugs already present in the game and it loads about as slow as the standard port, unfortunately.
Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.
Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.
Using this version of the game on my samsung galaxy s10, android version 12, I get the following error when I trigger the threesome with anna and kleio, and recommendations on how to fix this on my end, if it can be?
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/cl/labels_appointment.rpy", line 57, in <module>
NameError: name 'fixed_hour' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 945, in script call
File "cl/labels_room.rpyc", line 42, in script call
File "cl/labels_events.rpyc", line 16, in script call
File "ch/harems_full/band/events.rpyc", line 2297, in script call
File "cl/labels_appointment.rpyc", line 57, in script
File "renpy/ast.py", line 1843, in execute
File "renpy/python.py", line 1209, in py_eval
File "renpy/python.py", line 1202, in py_eval_bytecode
File "game/cl/labels_appointment.rpy", line 57, in <module>
NameError: name 'fixed_hour' is not defined
Hey,
Got a bug where images show a weird message, I've seen it mostly for Bree scenes but I'm not sure it happens with others.
Looks like that but sometimes message changes with another asset basically.
I do have an image displaying so I don't know wtf is happening. I did use UnRen to get the console command so it may be the origin of the issue. If it is, is there a safe way to unlock console?
Hey,
Got a bug where images show a weird message, I've seen it mostly for Bree scenes but I'm not sure it happens with others. View attachment 4742291
Looks like that but sometimes message changes with another asset basically.
I do have an image displaying so I don't know wtf is happening. I did use UnRen to get the console command so it may be the origin of the issue. If it is, is there a safe way to unlock console?
To remove the text the appears over some images either remove the line of code config.developer = True from unren-dev.rpy (located in the folder game) after UnRen injects the file or put config.developer = False into the console.
To remove the text the appears over some images either remove the line of code config.developer = True from unren-dev.rpy (located in the folder game) after UnRen injects the file or put config.developer = False into the console.
I just uninstalled the whole folder and the persistent data soooo I guess my game should be fine now. But I do want to be able to use console commands (especially change time with game.hour ^^) if you know a better way to unlock the console that'd be great. Otherwise I'll use your fix
I just uninstalled the whole folder and the persistent data soooo I guess my game should be fine now. But I do want to be able to use console commands (especially change time with game.hour ^^) if you know a better way to unlock the console that'd be great. Otherwise I'll use your fix
UnRen makes use of the console built into the Ren'Py engine and gives access to the console by injecting a file that has priority, that contains these three lines of code...
config.console = True gives access to the console, and config.developer = True gives access to the Developer Menu, those words that appear over some images are a part of the Developer Menu. so simple changing the code in the file to...
UnRen makes use of the console built into the Ren'Py engine and gives access to the console by injecting a file that has priority, that contains these three lines of code...
config.console = True gives access to the console, and config.developer = True gives access to the Developer Menu, those words that appear over some images are a part of the Developer Menu. so simple changing the code in the file to...
Using this version of the game on my samsung galaxy s10, android version 12, I get the following error when I trigger the threesome with anna and kleio, and recommendations on how to fix this on my end, if it can be?
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/cl/labels_appointment.rpy", line 57, in <module>
NameError: name 'fixed_hour' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 945, in script call
File "cl/labels_room.rpyc", line 42, in script call
File "cl/labels_events.rpyc", line 16, in script call
File "ch/harems_full/band/events.rpyc", line 2297, in script call
File "cl/labels_appointment.rpyc", line 57, in script
File "renpy/ast.py", line 1843, in execute
File "renpy/python.py", line 1209, in py_eval
File "renpy/python.py", line 1202, in py_eval_bytecode
File "game/cl/labels_appointment.rpy", line 57, in <module>
NameError: name 'fixed_hour' is not defined
I have a question guys, I just came back again to try play this game from like idk what version the last time I play this but I do remember that the last version I played still supporting that time advance mod (that mod that has the dio sound effect). and then when I tried play the game again back then with using that dio's time advance mods the game crashed. my question is, is there any good time advance mods out there beside that dio's time advance? or is that dio's mod get updated now so it can work with the newer version? I mean I'm alrdy comfortable playing the game using that dio's mod, so kinda don't want to play without it now.
hidden the state in which an NPC doesn't show up on the map, if you haven't started a character's story chances are they're hidden, it's also sometimes used during the progression of an NPC's story, the hidden status is also used when an NPC is gone forever.
If Audrey's gone forever and don't want to or can't load an old save and don't want to start a new game, you'll need to put name.flags.gone_forever = False, audrey.love.max = x (replace x with your desired value), and Audrey.unhide() into the console.
I have a question guys, I just came back again to try play this game from like idk what version the last time I play this but I do remember that the last version I played still supporting that time advance mod (that mod that has the dio sound effect). and then when I tried play the game again back then with using that dio's time advance mods the game crashed. my question is, is there any good time advance mods out there beside that dio's time advance? or is that dio's mod get updated now so it can work with the newer version? I mean I'm alrdy comfortable playing the game using that dio's mod, so kinda don't want to play without it now.
Maybe, if so then it's Not(IsFlag("walk_outside")), keeping the event from triggering.
here put cassidy.flags.walk_outside into the console to query the flag (the results will be under the command in the console history). If it comes back as True then we've found the source of our problem and all that's need to solve it is putting cassidy.flags.walk_outside = False into the console.