jI11jaCksjAkk

Well-Known Member
Jun 26, 2023
1,201
2,569
If it were me I would try renaming one or more of the persistent files. If that is unsuccessful it tells you either the files are in use or your priveleges are insufficient. If successful then I would delete and then look at what returns - the renamed version or the original? If the original then there is definitely 3rd party software replacing the deleted files and you have a big problem.

Probably the best test would be to reboot in Safe Mode and delete the files (a) as an administrator and (b) when no programs other than basic OS functions should be running.
 

BrotherTankred

New Member
Aug 15, 2022
5
5
I also like using the cmd prompt for deleting things that don't want to delete. That way, if there's an error, you can see it. It's also easier to run cmd as an administrator. If you've never worked with cmd.exe, we can walk you through it.

Tlaero
I don't know why I didn't think of that sooner, thanks! I managed to delete MOST of the files, except for some of them which are corrupted. After restarting they're still there, but neither windows defender nor Malwarebytes detect them as harmful or anything. Those can't be deleted at all, I just get an error message when I try. They cannot be renamed or changed in any way either. I will probably try to delete them in safe mode, unless anyone else has a better way of getting rid of those.

Also, thank you everyone for all the help so far!
 

Tlaero

Well-Known Member
Game Developer
Nov 24, 2018
1,079
5,332
I haven't used scandisk in a long time, and I'm not sure it's even relevant on an ssd, but you might try it. That error reads like a bad sector, but, again, that's really a hard drive concept.

Tlaero
 
  • Like
Reactions: BrotherTankred

jI11jaCksjAkk

Well-Known Member
Jun 26, 2023
1,201
2,569
I haven't used scandisk in a long time, and I'm not sure it's even relevant on an ssd, but you might try it.
I have an SSD and I was told never to run scandisk/checkdisk. SSD should automatically be rotating stored data and dealing with problems. Not an expert, but that's what I have seen over and over since SSDs first came out (although TBH I have not been keeping up to date with any new developments in the last couple of years, so I could be outdated here).
 

-CookieMonster666-

Message Maven
Nov 20, 2018
12,757
19,009
There is no Russian translation of this game?
It doesn't look like it. AFAIK, there are only French and Italian translations. You could always request a Russian translation over here; just start a new thread on that forum. I would link to the OP of this game so if someone works on the request they will know where to get the game to start working on it.
 
  • Like
Reactions: Barmaldai
Oct 8, 2023
17
17
I made a gallery unlocker for this game (I just added variables in persistent).

Code:
init 101 python:  
    def _unlock_scenes():
        renpy.game.persistent.finished = True
        renpy.game.persistent.stefMSex_cabin = True
        renpy.game.persistent.stefMSex_home = True
        renpy.game.persistent.stefMSex_work = True
        renpy.game.persistent.orianaSex_cabin = True
        renpy.game.persistent.orianaSex_home = True
        renpy.game.persistent.orianaSex_work = True
        renpy.game.persistent.maliSex_cabin = True
        renpy.game.persistent.maliSex_home = True
        renpy.game.persistent.maliSex_work = True
        renpy.game.persistent.aishaSex_cabin = True
        renpy.game.persistent.aishaSex_home = True
        renpy.game.persistent.aishaSex_work = True
        renpy.game.persistent.johanSex_cabin = True
        renpy.game.persistent.johanSex_home = True
        renpy.game.persistent.johanSex_work = True
        renpy.game.persistent.denverSex_cabin = True
        renpy.game.persistent.denverSex_home = True
        renpy.game.persistent.denverSex_work = True
        renpy.game.persistent.keithSex_cabin = True
        renpy.game.persistent.keithSex_home = True
        renpy.game.persistent.keithSex_work = True
        renpy.game.persistent.sumaleeSex_cabin = True
        renpy.game.persistent.sumaSex_home = True
        renpy.game.persistent.sumaleeSex_work = True


    _unlock_scenes()
 
Last edited:

natsu36

Active Member
Feb 28, 2019
688
308
I made a gallery unlocker for this game (I just added variables in persistent).

Code:
init 101 python: 
    def _unlock_scenes():
        renpy.game.persistent.finished = True
        renpy.game.persistent.stefMSex_cabin = True
        renpy.game.persistent.stefMSex_home = True
        renpy.game.persistent.stefMSex_work = True
        renpy.game.persistent.orianaSex_cabin = True
        renpy.game.persistent.orianaSex_home = True
        renpy.game.persistent.orianaSex_work = True
        renpy.game.persistent.maliSex_cabin = True
        renpy.game.persistent.maliSex_home = True
        renpy.game.persistent.maliSex_work = True
        renpy.game.persistent.aishaSex_cabin = True
        renpy.game.persistent.aishaSex_home = True
        renpy.game.persistent.aishaSex_work = True
        renpy.game.persistent.johanSex_cabin = True
        renpy.game.persistent.johanSex_home = True
        renpy.game.persistent.johanSex_work = True
        renpy.game.persistent.denverSex_cabin = True
        renpy.game.persistent.denverSex_home = True
        renpy.game.persistent.denverSex_work = True
        renpy.game.persistent.keithSex_cabin = True
        renpy.game.persistent.keithSex_home = True
        renpy.game.persistent.keithSex_work = True
        renpy.game.persistent.sumaleeSex_cabin = True
        renpy.game.persistent.sumaSex_home = True
        renpy.game.persistent.sumaleeSex_work = True


    _unlock_scenes()
add the file and try to add it on the front page im pretty sure you will make alot of people happy
 

cxx

Message Maestro
Nov 14, 2017
70,941
36,110
add the file and try to add it on the front page im pretty sure you will make alot of people happy
can't atm since attachments are offline and it's up to uploader to decide what's in op.
 

Tlaero

Well-Known Member
Game Developer
Nov 24, 2018
1,079
5,332
OK, stupid question, but is there going to be more of this story? I loved it.
Thank you for playing! I don't currently have any plans to do more with this particular crew, but I might possibly go back to this universe in a future game.

Mortze is currently deep in development on Ep2 of his SW game. After he completes that, the next game we'll likely do is "Darkness Falls: Signals." I'm a significant amount of the way through the script for that.

Tlaero
 

CSLysander

Member
Jul 13, 2021
140
131
Thank you for playing! I don't currently have any plans to do more with this particular crew, but I might possibly go back to this universe in a future game.

Mortze is currently deep in development on Ep2 of his SW game. After he completes that, the next game we'll likely do is "Darkness Falls: Signals." I'm a significant amount of the way through the script for that.

Tlaero
The universe is fascinating and something that interests me. I think it would be amazing for all sci fi fans, even without the sexy parts.
 
  • Like
Reactions: damnedfrog
4.40 star(s) 51 Votes