- Feb 11, 2018
- 281
- 47
I have that problem too :-(
Really weird that one. As someone already said the function call is exactly the same as in previous versions. I'm going to investigate.I like the update, for some reason my save that ended on D12 in the previous version cause's an issue on Day 13 at the spa when I say "you're beautiful", somehow it's treating the variable change different than the rest (looks identical to all the others in the script). "Ignore" got me past it without issue but I assume my stats are lower because it didn't like that one.
Starting from v0.61 you can toggle the visibility of the statistics screen icon from the game's preferences menu.Sorry to bother again, but I can't seem to find it. Am I supposed to access it on a specific time/screen? This is the screenshot right before the scene with her.
Thanks! Liked your tweak so I ended up using it in a slightly modified way. As for the replay menu I'll do something about that in a next release.great improvement in render quality @Perverteer *all 3 thumbs up*
(nice, you use my little statspage tweak from last version)
edit: one small remark, maybe you could hide extra scenes entry in menu via _in_replay if you are playing an extra scene, so you won't get endless nested replays
Shit, I know my grammar is sometimes atrocious (usually tied to how tired I am), but I was hoping something as simple as possessive pronouns wouldn't trip me up. English is not my native language, so thinking about these things takes a little more brain power than usual.Not sure if this has been mentioned before, but the author really needs to figure outYou must be registered to see the links.
The weird thing is that they're still using the same skin material, but Iray + good quality settings really works very different from 3Delight + shit quality settings.quite a big contrast between old and new graphics, in old bella and liza were whiteskinned and in new they are bit brownishskinned.
Looks like a missing render. I thought I caught them all, but that one eluded me.Finished the update, had one bug when leaving Hazel's house (I'm on linux)
It`s working, the result "None" is a correct one.@Perverteer set_special(True) do not work
First of all: thanks for this awesome game, storyline is awesome.Starting from v0.61 you can toggle the visibility of the statistics screen icon from the game's preferences menu.
for me:Where the save folder?
yes, it is work. ThanxIt`s working, the result "None" is a correct one.
close console by "esc" button, you will see taboo edition logo.
Got game version today from first post - mega link
What command would I use to do that manually since I ran into the same problem?Had the same issue. Commented it out in the script and added +1 manually.
Its l_attr.corruptionWhat command would I use to do that manually since I ran into the same problem?
It's still patched, no need to do it again.Hi guys i need an answer.
I download the v0.7 but when i start the game, i already see the incest content on. So is already patched?
Or i still have to activate the patch anyway
For an unknown reason, the game thinks that l_attr.set_corruption is an integer with a value of 1 at this point. An integer and a function can not share the same name.Really weird that one. As someone already said the function call is exactly the same as in previous versions. I'm going to investigate.
$ l_attr.set_corruption = +1
Alternatively,Same happened to me, seems to be save corruption related.
If you know how to use the console in renpy you can fix it by typing this there after loading the save.
Make sure you typed everything ok(caps are important) otherwise you might mess up things (you should be ok as long and you don't overwrite your save).Code:l_attr = Attributes('l', l_attr.trust, l_attr.corruption)
del l_attr.set_corruption