umbongoxxz

Member
May 31, 2023
118
130
Played some of this the other day and after having seen a bunch of the art and it made me wonder, is it AI generated? The consistency is all over the place like either it's AI or a bunch of different artists. The first part of the game(ie the beginning seems fairly consistent) but later on like I said it makes no sense at all.
 
May 30, 2023
54
46
I wanted to dive into the code to see how some things worked and maybe mod it a bit, but even after using a version of unren that doesn't throw errors, it seems like most of the code is possibly just bundled up in the exe.

Is my read on this correct? I skimmed a lot of the decompiled archives and it's mostly 2d assets with some minor scripting for certain things. But there doesn't seem to be any script files to control the core game itself, just an exe.
 

Ilovekatz19

Member
Jul 24, 2021
265
257
I wanted to dive into the code to see how some things worked and maybe mod it a bit, but even after using a version of unren that doesn't throw errors, it seems like most of the code is possibly just bundled up in the exe.

Is my read on this correct? I skimmed a lot of the decompiled archives and it's mostly 2d assets with some minor scripting for certain things. But there doesn't seem to be any script files to control the core game itself, just an exe.
Were you looking at just the RPYC files? If so, you're going to need to convert the RPYC files into RPY files with something like (just drop the RPYC files into it and redownload them; they'll download as the decoded RPY files) if you want to read and/or edit the code.
 
May 30, 2023
54
46
Were you looking at just the RPYC files? If so, you're going to need to convert the RPYC files into RPY files with something like (just drop the RPYC files into it and redownload them; they'll download as the decoded RPY files) if you want to read and/or edit the code.
I skimmed everything in the game folder; there are some rpyc files which unren converted to rpy which is consequently readable, however it seems to be missing most of the game. There are scripts for dates for some characters, there are scripts relating to Bree Main Character, but there isn't any kind of main game files that controls most of the game and how it operates.

If anyone else has perused the code before and figured out where it's all located, I'd be interested to know, but I assume the bulk of it is not accessible based on what I've seen.
 

Arxo230

New Member
Mar 28, 2023
9
6
Updated my compressed Android port of LoSe: SB to v24.10.0b. 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 -
Same case as the other version Harem Dates don't work none of them all have the same warnings
 

registrate88

New Member
Dec 19, 2019
14
75
Is opening the menu when the UI is hidden (i.e. pressed "H") intentionally blocked?

Coming back from an old version and I can't seem to do it anymore.
 

Gwenx

New Member
Dec 12, 2017
5
10
Last edited:

Soup_Mafia

Member
Aug 9, 2016
184
62
Is there a console command to make it so you called the PI on alexis ntr route? i have everything up to the point you call him, but it just doesn't pop up in the Services on the phone.
 

Ilovekatz19

Member
Jul 24, 2021
265
257
Is there a console command to make it so you called the PI on alexis ntr route? i have everything up to the point you call him, but it just doesn't pop up in the Services on the phone.
In the code the PI call uses game.flags.hirePI -= 1, alexis.flags.hired_PI = True, alexis.flags.PIDelay = TemporaryFlag(True, 3), and hero.money -= 500.

So use game.flags.hirePI -= 1 and alexis.flags.hired_PI = True, that should be what's needed to trigger the next event (couldn't really find a check for game.flags.hirePI -= 1 but it's better to use it just to be safe).

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

Gwenx

New Member
Dec 12, 2017
5
10
I was bored and it was easier than expected, so here's the mod to get both Bree paths. It should work for any version from the current one (24.10.0b) as long as nothing is added to Bree main story.
View attachment [VIRUS] Bree_both_Path.zip
PS: it seems it appear as a virus, and I really don't know how to bypass it.

Instructions:

1. Extract zip file into the game main folder

2. Go into your "game" game folder and you should see a "commands.exe"
Screen 1.png Screen 2.png

3. Run commands.exe

4. Done


For futurs versions: if you update by rewriting your files with the new ones, you'll just have to re-run commands.exe (which should still be here, otherwise, juste have to redownload it).

If it doesn't work correctly or you encounter any bug (related to this modification), tag me.
 
Last edited:
  • Like
Reactions: Reifon

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,185
10,221
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 24.9.1d

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR or even MEGA

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

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.


MEGA

Size 932 MB

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated my android port.
 
  • Like
Reactions: ZetaZed
3.60 star(s) 300 Votes