deadh30775n
Well-Known Member
- Mar 19, 2021
- 1,003
- 1,034
- 313
By playing the gameHow do you get the first two images?
By playing the gameHow do you get the first two images?
that's too much to ask.By playing the game
By playing the game
The game uses three (or rather 4!) variables to control some of the content:nah... he has a point, I deleted my persistent file and I can't trigger the first two images regardless of paths/choices, MC/FeMC...
You mean thisCenter for GeoInformatics
all and nothing. some renpy thing.You mean thisYou must be registered to see the links? What does it have to do with the game?
This variable `uVersion` is used a few times, and from what I saw, it is when the MC's father is going to hit the stepmother. If `uVersion` is true, she says she's not taking the pill, and later in a dialogue, it seems that he calls the stepmother's daughter 'sister'.The game uses three (or rather 4!) variables to control some of the content:
as well as:You don't have permission to view the spoiler content. Log in or register now.
Somehow I think that these variables are set or used incorrectly, at least regarding the version distributed here which is supposed to have all the content, as far as I am aware.You don't have permission to view the spoiler content. Log in or register now.
It also begs the question why this many variables are necessary for tracking the game version, since as far as I am aware the only difference should be "Steam" or "not Steam", right?
Since my earlier post seems to have caused more confusion rather than answer any of the questions, here is a more detailed overview of what these variables do:This variable `uVersion` is used a few times, and from what I saw, it is when the MC's father is going to hit the stepmother. If `uVersion` is true, she says she's not taking the pill, and later in a dialogue, it seems that he calls the stepmother's daughter 'sister'.
Interesting. I'm sure I have seen in my playthrough what you are describing in the "persistent.uVersion" section. But that was an old version. Now I checked and the variable is not set in my save files.Since my earlier post seems to have caused more confusion rather than answer any of the questions, here is a more detailed overview of what these variables do:
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.So there you have it a (mostly) complete list of these 3(4) variables that control the game "version" and what exactly they do, although it still doesn't explain why different variables are needed for inclusions/exclusions!You don't have permission to view the spoiler content. Log in or register now.
You beat the tooth fairy in speed.Bad Memories [v0.9.1] [recreation]
COMPRESSED:
Win/Linux:
MEGA - PIXELDRAIN -You must be registered to see the links- WORKUPLOAD
Mac:
MEGA - PIXELDRAIN -You must be registered to see the links- WORKUPLOAD
The Ellie bathroom scene may be broken, at least on 0.9. Haven't downloaded 0.9.1 yet. I've attached a custom file named patch.ryp that will set c4g and steamy to False while setting persistent.uVersion to True, which together enable all the working lewd content. Just extract to the game folder. Could be a handy patch for the main post.Since my earlier post seems to have caused more confusion rather than answer any of the questions, here is a more detailed overview of what these variables do:
You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.You don't have permission to view the spoiler content. Log in or register now.So there you have it a (mostly) complete list of these 3(4) variables that control the game "version" and what exactly they do, although it still doesn't explain why different variables are needed for inclusions/exclusions!You don't have permission to view the spoiler content. Log in or register now.
I think it's more likely just broken in how it's coded in Conditions.Rpy for that. The code has it as "if uVersion == 0:" which looks wrong. I'd expect it to just be "if uVersion:" as that matches how it's used in other files like Script.rpy (or possibly "if uVersion == True:" if you really wanted an explicit comparison). Like even if that 0 was a bool value, that'd translate to False so that looks more to be a typo than anything else.The Ellie bathroom scene may be broken, at least on 0.9. Haven't downloaded 0.9.1 yet. I've attached a custom file named patch.ryp that will set c4g and steamy to False while setting persistent.uVersion to True, which together enable all the working lewd content. Just extract to the game folder. Could be a handy patch for the main post.
Edit: Checked 0.9.1 and no relevant changes regarding the bathroom scene. Looks like conditions to trigger it are fairly narrow and partially dependent on RNG. Hard to test even if it's working right.
should work but never know.quick question, does the v.0.8.5 mod still work with the new v.0.9.1, up to 0.8.5 content? Or will it not work at all?
Which is why I also tried editing conditions.rpy. Still couldn't get it, or the other scenes that can happen, to appear. Though it could just trigger later in the game than I tested.I think it's more likely just broken in how it's coded in Conditions.Rpy for that. The code has it as "if uVersion == 0:" which looks wrong. I'd expect it to just be "if uVersion:" as that matches how it's used in other files like Script.rpy (or possibly "if uVersion == True:" if you really wanted an explicit comparison). Like even if that 0 was a bool value, that'd translate to False so that looks more to be a typo than anything else.
Edit: Granted, this isn't a coding language I typically work in so that's more based off more common C# stuff so could definitely be wrong. There do look to be times when parameters are compared both for True/false and numeric values so maybe it can store both or something.
alright, just gonna try 'with' for now, see how it worksshould work but never know.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "{path}\Bad-Memories-0.9.1\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "{path}\Bad-Memories-0.9.1\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "{path}\Bad-Memories-0.9.1\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "{path}\Bad-Memories-0.9.1\renpy\display\core.py", line 3377, in interact
<snip>
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Bad Memories 0.9.1
Tue Aug 13 00:10:14 2024