- Dec 18, 2019
- 205
- 23
Now that's an accurate representation of those "users" asking for all the harems acquired and the game completed at 100%. It makes one wonder if someone's posted a save in the thread, but with the Solitude & Sorrow: Final Base achievement unlocked instead and they were to download it thinking everything's set up. That would be fun, not so much for the beggars should they find out.View attachment 4741525
please play game for me!
Pretty sure someone once uploaded a save right before Kylie visits with a presentNow that's an accurate representation of those "users" asking for all the harems acquired and the game completed at 100%. It makes one wonder if someone's posted a save in the thread, but with the Solitude & Sorrow: Final Base achievement unlocked instead and they were to download it thinking everything's set up. That would be fun, not so much for the beggars should they find out.![]()
Is Audrey by chanceOkay i stuck at Shiori 75 pl. I check guide i check previous posts, i can't trigger event when she not at work. In game guide i had just "go to work". What to do?
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.name.flags.gone_forever = False
, audrey.love.max = x
(replace x
with your desired value), and Audrey.unhide()
into the console.Here's the code for the checks that trigger that event.can someone tell me how to progress kat and jack story ? im at the point where it says " call kat while alone at home" but if i call her nothing happens
Only two have a dedicated NTR routesI see Netorare
Does Every Girl have NTR Routes?
Or which Girl does have a Netorare Route that we get Cucked?
Here's the code for the checks that trigger that eventhow do you start 'cassidy submission' it says to go see cassidy but nothing happen
What's the console to adjust sasha's dominance? Hypnosis only increase 1 at a time![]()
sasha.sub = -x
the dominance stat is just negative sub
You weren't supposed to put that into the console, what I gave you was the code responsible for triggering the event, it contains the conditions you need to meet to trigger it.and what do i do with the code ? if its only inserting into the console i did it and got: View attachment 4741886
but no idea what that means
if it only tells me what i need to do in order to trigger the event i did everything.You weren't supposed to put that into the console, what I gave you was the code responsible for triggering the event, it contains the conditions you need to meet to trigger it.
Here useif 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
call kat_jack_07
this will force the event to play.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?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 -You must be registered to see the links
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
Yea, UnRen's the origin of that.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?
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 fixYea, UnRen's the origin of that.
To remove the text the appears over some images either remove the line of codeconfig.developer = True
fromunren-dev.rpy
(located in the foldergame
) after UnRen injects the file or putconfig.developer = False
into the console.
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...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
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...init 999 python:
config.console = True
init 999 python:
config.developer = False
config.console = True
Well I used unren and fixed the file like that, it works. Thanks for the help!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, andconfig.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...
orPython:init 999 python: config.console = True
will give access to the console without those words popping up here and there.Python:init 999 python: config.developer = False config.console = True
I useYou must be registered to see the linksto edit python code personally.
Do you mind sending me a save just before that so I can test it out?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