- Aug 5, 2016
- 409
- 747
The WT link just sends you to https://f95zone.to/ btw.I was wondering about this as well, I'd I need to update my WT or just change the version number.
The WT link just sends you to https://f95zone.to/ btw.I was wondering about this as well, I'd I need to update my WT or just change the version number.
I can't find the attachment, the link gets me nowhere. Could you see what happened? Thank you.Decided to do a walkthrough for this one. Enjoy!
Edit: Updated to v0.1.0 no Choices for Day 15
You can find this and all my other content here:
You must be registered to see the links
Or you can:
You must be registered to see the links
Probably something going on with the F 95 attachment server. Check back later and see if it's working, it not message me and I will try to repost, but the same thing is happening for me. Alternatively it's on my Patreon if you use the link at the bottom of the post and then look on the masterlist on my Patreon. All my WT and mod content is public.I can't find the attachment, the link gets me nowhere. Could you see what happened? Thank you.
Here you go, forget what day but it is close to if not day 13.does someone have a new save? having to redo the entire game on day 13 seems arduous
Thanks for the suggestion, your Patreon link worked, i got the walkthrough. The f95zone link still does nothing.Probably something going on with the F 95 attachment server. Check back later and see if it's working, it not message me and I will try to repost, but the same thing is happening for me. Alternatively it's on my Patreon if you use the link at the bottom of the post and then look on the masterlist on my Patreon. All my WT and mod content is public.
At a glance, it looks like the MC's name is set twice, in the default store and as a persistent variable. I think the persistent takes precedence, but you could try changing both of them in the console:name has changed to 'None'
any solution or fix to change the name back ?
mc_male = u'Jizzrag'
persistent.mc_male = u'Jizzrag'
This happened to me as well.game crashed during the blowjob scene with sara
ran again using nvidia gpu since i thought that could be the issue
name has changed to 'None'
any solution or fix to change the name back ?
I had to quit and restart a few times (three I think) while skipping through it due to "out of memory" errors,......
I am on a PC and have had no issues as long as I started a new game. On the Dev's website he says to do that...This happened to me as well.
Game crashed completely 4 times during this playthrough - it also threw "exceptions" around 15-ish times. I don't remember any of the previous builds being this buggy.
Having your name changed to "None" is somewhat annoying.
Yes. That's why I was skipping through it.I am on a PC and have had no issues as long as I started a new game. On the Dev's website he says to do that...
Are you on a PC and did you start a new game?
Good looking out, thanks!I was getting game crashes with "Out of Memory" errors as well. I poked around in the code and found the problem. By default, Ren'Py will predictively cache up to 8 images to improve game performance when changing scenes. The dev decided to override the default value of 8 and set it to 400. Once I removed that configuration value, I haven't had any crashes.
I've attached an updated script.rpyc file below. Unzip the file, drop it into the folder labeled "game" and you should be good to go.