And that guy gave a 4*. So did his "complaint" affect his rating? What are you even on about? That review lists the positives and potential negatives and does it without being a crying bitch about it like you are doing now. It's a good review and it gives the readers information about various aspects of the game that are pertinent to whether someone might enjoy it....why wouldn't I? In my own reviews I put a neutral / subjective section which doesn't impact my overall rating but refer to things that I wish were or weren't in the game.
TrippyDippity I am playing on Linux and I also have these errors constantly.getting a lot of these errors
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 4073, in script
show expression workRandomImage()
File "game/script.rpy", line 4073, in <module>
show expression workRandomImage()
File "game/script.rpy", line 209, in workRandomImage
modImageList = [ "/".join([directory, filename])
File "game/script.rpy", line 210, in <lambda>
for filename in renpy.os.listdir(directory)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/martin/Downloads/Navigating The Rift 0.5/game/images/work'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 4073, in script
show expression workRandomImage()
File "/Volumes/renpy-8.2.1-sdk/renpy-8.2.1-sdk/renpy/ast.py", line 1113, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "/Volumes/renpy-8.2.1-sdk/renpy-8.2.1-sdk/renpy/ast.py", line 1069, in show_imspec
expression = renpy.python.py_eval(expression)
File "/Volumes/renpy-8.2.1-sdk/renpy-8.2.1-sdk/renpy/python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/Volumes/renpy-8.2.1-sdk/renpy-8.2.1-sdk/renpy/python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 4073, in <module>
show expression workRandomImage()
File "game/script.rpy", line 209, in workRandomImage
modImageList = [ "/".join([directory, filename])
File "game/script.rpy", line 210, in <lambda>
for filename in renpy.os.listdir(directory)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/martin/Downloads/Navigating The Rift 0.5/game/images/work'
macOS-13.6.6-arm64-arm-64bit arm64
Ren'Py 8.2.1.24030407
{color=#a14242}N{/color}avigating {color=#a14242}T{/color}he {color=#a14242}R{/color}ift 0.5
Tue May 7 21:58:28 2024
```
Even if I use pc version through renpy launcher or mac version...
I think that, in addition to making the game seem longer, the dev's also trying to create a sense that corruption takes time (even with the help of drugs) and hence avoid making the female character too much of a slut by default. But I agree with you. Repetition without variation can quickly become monotonous.For a first Release or even first game, this is veerry good. To be honest, the "Story" is just a cover for a NTR Trainer, but that doesnt bother me. The only thing, that aint so good, is the repeating Event of some things. For 3 Days, its the same Scene, why not just skip that?
The real problem is that there is no more variety of scenes. could put more details For example, on the first level, he touches her hair, her waist, he hugs her. In the third level he touches a leg, grabs his butt, claws on his neck. Let it show what kind of things it does to the FMC at each level. Not a single imageI think that, in addition to making the game seem longer, the dev's also trying to create a sense that corruption takes time (even with the help of drugs) and hence avoid making the female character too much of a slut by default. But I agree with you. Repetition without variation can quickly become monotonous.
After the first couple of levels there's three different scenes for the same level. Morning, lunch and afternoon. I don't have an issue with those scenes repeating across numerous days as it's established that he's trying to increase her comfort level with these things. That's reinforced by looking at the girlfriend's thoughts when she's sleeping. At first disgusted or guilty and then increasingly comfortable with them.The real problem is that there is no more variety of scenes. could put more details For example, on the first level, he touches her hair, her waist, he hugs her. In the third level he touches a leg, grabs his butt, claws on his neck. Let it show what kind of things it does to the FMC at each level. Not a single image
You misused the girlfriend tracker. You must click on the live cam part to see the sex scene.The real problem is that there is no more variety of scenes. could put more details For example, on the first level, he touches her hair, her waist, he hugs her. In the third level he touches a leg, grabs his butt, claws on his neck. Let it show what kind of things it does to the FMC at each level. Not a single image
I had this same problem. If you change lines 209, 217, 226, and 235 in your scripts.py file to the following line, it should fix the problem:getting a lot of these errors
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 4073, in script
show expression workRandomImage()
File "game/script.rpy", line 4073, in <module>
show expression workRandomImage()
File "game/script.rpy", line 209, in workRandomImage
modImageList = [ "/".join([directory, filename])
File "game/script.rpy", line 210, in <lambda>
for filename in renpy.os.listdir(directory)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/martin/Downloads/Navigating The Rift 0.5/game/images/work'
-- Full Traceback ------------------------------------------------------------
modImageList = [ "/".join([subdir, filename])