4.00 star(s) 15 Votes
Feb 25, 2022
372
2,644
The game is good, if it is a little better quality, the renders will be great, if there is a character screen, this game will be number 10, the story is interesting, I wish you success in advance
 
  • Like
Reactions: JazzPourer

shucke1319

Newbie
Dec 23, 2021
30
14
I love this game. please continue it to the fullest.

P.S: you scared the shit out of me at the end with my name. I named my character sherlock and was shocked for one second when you said my name after the to be continued part hahahahah.
 

Villian813

New Member
Oct 26, 2024
10
12
The dev doesn’t seem to have announced the release date for version 0.3 yet?

This wait is truly agonizing.
 

complistic

New Member
Dec 26, 2019
2
2
Anyone else having this issue starting 0.3 on Linux?


Code:
Full traceback:
  File "game/1.2.rpy", line 1, in script
    init python:
  File "/media/Data/Games/ProFiler-0.3-pc/renpy/ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/media/Data/Games/ProFiler-0.3-pc/renpy/python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/1.2.rpy", line 3, in <module>
    user_name = os.getlogin()
FileNotFoundError: [Errno 2] No such file or directory

While running game code:
  File "game/1.2.rpy", line 1, in script
    init python:
  File "game/1.2.rpy", line 3, in <module>
    user_name = os.getlogin()
FileNotFoundError: [Errno 2] No such file or directory
 

Deleted member 7872389

Lunar Princess
Donor
Compressor
Aug 18, 2024
1,234
11,821
Profiler [v0.3] [DiveBar] [Compressed] [Eng.] [450MB]

PC: / /

Mac: / /

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

complistic

New Member
Dec 26, 2019
2
2
Anyone else having this issue starting 0.3 on Linux?

I fixed it by changing the start of game/1.2.rpy from:
Python:
init python:
    import of
    user_name = os.getlogin()
to:
Python:
init python:
    import getpass
    user_name = getpass.getuser()
Then removing the game/1.2.rpyc file.
 

nighthawk1275

Member
Feb 8, 2023
161
146
Yup, the saves are broken again. This will be the third time starting over. It seems the dev can't update without breaking the saves.
 

JazzPourer

Newbie
Game Developer
Jan 7, 2018
76
197
Yup, the saves are broken again. This will be the third time starting over. It seems the dev can't update without breaking the saves.
Sorry about that , I'm not a coding expert, but I did my best in this version to remind players to save at the correct points.

Version 0.2.1 involved significant script changes, so saves from previous versions won't work. Additionally, if players saved during the Easter egg section (since that part will be removed in the next version), those saves won't function either.
 

JazzPourer

Newbie
Game Developer
Jan 7, 2018
76
197
What are the planned tags? Any anal or group sex?
I don’t particularly lean toward creating any specific type of adult scenes. Everything is prioritized to serve the story’s progression, so it’s hard for me to give you a definite answer regarding "tags"—sorry about that.


However, you can infer what kind of romantic scenes might appear in the future based on the existing story
 
4.00 star(s) 15 Votes