- Feb 23, 2023
- 10,209
- 5,908
- 1,333
0.8.5 torrent re-uploaded (modified OP torrent post accordingly).RPDL Is it possible you guys can put 0.8.5 back up please?
0.8.5 torrent re-uploaded (modified OP torrent post accordingly).RPDL Is it possible you guys can put 0.8.5 back up please?
Thank you. You guys rock!0.8.5 torrent re-uploaded (modified OP torrent post accordingly).
recreationrecreation for some reason it only affects Jada https://f95zone.to/threads/bad-memories-v0-9b-beta-recreation.28008/post-14227352 After that sex she always calls MC "None".
mcmd is never set after loading a save. You only store mcmdm or mcmdf and then generate it in an event. mcmd = 'NicknameHere'Beta was hidden where? if you mean on Steam, it's in the "Beta" branch. So, what is the reason why your old saves don't work? either an older update that caused the saves to not work or a mod?
How do you know this? I was trying to figure it out. Did someone join the beta and what, took the game folder and uploaded here? but then I see someone mentioning a higher tier on Patreon that gives them a very early build (unless that/steam are the same) I am just confused.
Main thing is, wait for the official update. I don't know why anyone would upload it onto here like that. What is the purpose? it's not like they need to play it because they already own it.
No one is dying to play a Beta on here... unless you're very impatient/need that quick hit fix. And I guess if it helps find bugs/issues faster, then fine...
That is a bug in the after_load method. The game lose information after two save->load cyclesrecreation for some reason it only affects Jada https://f95zone.to/threads/bad-memories-v0-9b-beta-recreation.28008/post-14227352 After that sex she always calls MC "None".
Yeah, I already know this, which is why I said, "No one is dying to play a Beta on here... unless you're very impatient/need that quick hit fix"Steam and Patreon are the same. And some people do care (some don't) what the update looks like, they want to see where the game is going, it had been over a year since the last update. It could be another before the final version.
dev washed hands off from this version.People are so dense sometimes. If you dl a beta that was leaked, expect issues, missing renders and NEVER load a main save. Start fresh and start over. Post the bugs, missing renders and coding problems. THAT'S the ONLY reason you should download a beta. To HELP the devs.
dev doesn't offer any support for this version since it shouldn't been end up here.mcmdis never set after loading a save. You only storemcmdmormcmdfand then generate it in an event.
For everyone with console access, just domcmd = 'NicknameHere'
this version is BETA so it's expected that not all things work.so they broke saves from one update to the other?, meeh
having the same issue, but with "daddy." playing the mac version if that helpsIt's Mommy, but yeah. I think that's the problem somehow.
that fixed it, thanks! you're a life saverrecreation
Yes I know is a beta, but I get the same error I had before:
My character name is back to NONE:
You don't have permission to view the spoiler content. Log in or register now.
I rewrote after_load method:
label after_load:
python:
try:
if pc_name is not None:
mc_name = pc_name
del pc_name
except NameError:
pass
try:
if pcname is not None:
mcname = pcname
del pcname
except NameError:
pass
try:
if pcsure is not None:
mcsure = pcsure
del pcsure
except NameError:
pass
try:
if pc_sure is not None:
mc_sure = pc_sure
del pc_sure
except NameError:
pass
try:
if pcmd is not None:
mcmd = pcmd
del pcmd
except NameError:
pass
try:
if pc is not None:
mc = pc
del pc
except NameError:
pass
try:
if pcthink is not None:
mcthink = pcthink
del pcthink
except NameError:
pass
try:
if pcgender is not None:
mcgender = pcgender
del pcgender
except NameError:
pass
try:
if cam_zoom:
pass
except:
cam_zoom = ""
color_picker = ""
return
I've tested it and it should work. I hope I was helpful.
script.rpy with the fixed code:
Sounds like an old box TV I had back in the day. Just wiggle the antenna and give it a good smack on the side. Should sort it pretty quick.I'm getting a bug where, on the day you have sex with Rachel in the kitchen, after Jada and Ellie leave your room, and it fades to black with "a little bit later" - the screen stays black, and the text boxes are all that show up. Seems like it missed a flag to transition back from the black screen or something? Anyone know how to fix this?