Arthas Menethil

Well-Known Member
Apr 7, 2019
1,285
995
207
Can the UnRen-foral 9.4 tool be used with this version?

I'm getting bugs.

I am having trouble shopping at the mall.
 
Last edited:

Ilovekatz19

Active Member
Jul 24, 2021
617
611
246
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

so i dont know what else to do
Here use call kat_jack_07 this will force the event to play.
 

SylveonLily

Newbie
Nov 23, 2020
42
41
94
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.

Links: Pixeldrain -
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
 

LeakAngel

Milk junky
Donor
Jun 20, 2018
182
140
258
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.
1744584193338.png
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?
 

Ilovekatz19

Active Member
Jul 24, 2021
617
611
246
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?
Yea, UnRen's the origin of that.

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.
 

LeakAngel

Milk junky
Donor
Jun 20, 2018
182
140
258
Yea, UnRen's the origin of that.

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
 

Ilovekatz19

Active Member
Jul 24, 2021
617
611
246
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...
Python:
init 999 python:
  config.developer = True
  config.console = True
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...
Python:
init 999 python:
  config.console = True
or
Python:
init 999 python:
  config.developer = False
  config.console = True
will give access to the console without those words popping up here and there.

I use to edit python code personally.
 

LeakAngel

Milk junky
Donor
Jun 20, 2018
182
140
258
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...
Python:
init 999 python:
  config.developer = True
  config.console = True
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...
Python:
init 999 python:
  config.console = True
or
Python:
init 999 python:
  config.developer = False
  config.console = True
will give access to the console without those words popping up here and there.

I use to edit python code personally.
Well I used unren and fixed the file like that, it works. Thanks for the help!
 
  • Like
Reactions: Ilovekatz19

Kazuni001

Newbie
Mar 29, 2019
24
2
79
Anyone know how to continue whore harem progress? Iam stuck on taking date Reona or lexy on pub.
Do it countless time, but nothing happen
 

Eonor

Well-Known Member
Sep 9, 2017
1,031
2,513
485
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
Do you mind sending me a save just before that so I can test it out?
 

sinfool

Member
Dec 21, 2018
122
80
199
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.
 

Chumgod999

New Member
Mar 31, 2025
3
0
20
Is Audrey by chance hidden in your game.

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.

You don't have permission to view the spoiler content. Log in or register now.

I've also provided the code of the checks that triggers the event you're talking about.

You don't have permission to view the spoiler content. Log in or register now.


Here's the code for the checks that trigger that event.

You don't have permission to view the spoiler content. Log in or register now.


Only two have a dedicated NTR routes and .

's branches into two paths and .

's is .

The rest are just one off scenes that you never see again.


Here's the code for the checks that trigger that event

You don't have permission to view the spoiler content. Log in or register now.


sasha.sub = -x the dominance stat is just negative sub
Cassidy submission still don't work even though I already walk her during home date, is it related to that ?
 

Ilovekatz19

Active Member
Jul 24, 2021
617
611
246
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.
cheat time??
Well the console might be able to work, or you could use the Collab Mod which contains an patched version of the time control mod.

Cassidy submission still don't work even though I already walk her during home date, is it related to that ?
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.
 
3.60 star(s) 321 Votes