liabestly

Newbie
May 8, 2017
22
4
got it working for me. finished her witch ritual then you ask her to a date to the beach and wait and the guy will show up. After say you thought she would like it then the next time you go repeat and you'll get the scene
 

MasterGamer1234567890

Active Member
Oct 25, 2022
738
639
You could have just typed the code or ignored me.
So you prefer to be ignored, over getting a hint to where you can find the password. Interesting. :unsure:

I do believe in teaching people how to find stuff, rather than finding it for them. So no. I'm not going to repeat the password. Specially not since it was posted in this thread less than 3 days ago, and less than 3 hours after the update hit this board. If you are not ready to do minimal work to find the password, you don't deserve it.
 
  • Like
Reactions: Enot1964

Badboll

Well-Known Member
Aug 29, 2017
1,932
2,311
yeah, might have to do a replay, doesnt trigger on mine too, used URM on mine and it looks like it looks at the beach guy ntr, Natalies lust stat and MC voy stat:

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.
it has to do with what you set her as, if you tell her she can do what she wants you can get that scene when you take a walk.
mine wasn't set to "full" that was the issue. And even if I changed the value to full the game refused to acknowledge it, thanks to how the dev codes his game to be unnecessarily well cheat unfriendly.
On purpose or not, it's the result of his doing. I'm sure a lot of devs want to know how lol. This one is the only one I've seen successfully doing that. I've never come across a game I can't change values in.
 

Yorma86

Active Member
Game Developer
Apr 23, 2021
585
1,757
it has to do with what you set her as, if you tell her she can do what she wants you can get that scene when you take a walk.
mine wasn't set to "full" that was the issue. And even if I changed the value to full the game refused to acknowledge it, thanks to how the dev codes his game to be unnecessarily well cheat unfriendly.
On purpose or not, it's the result of his doing. I'm sure a lot of devs want to know how lol. This one is the only one I've seen successfully doing that. I've never come across a game I can't change values in.
Maybe I should sell courses on how to do this :BootyTime: it wasn't on purpose, but maybe I can turn it into something good.
 

Yorma86

Active Member
Game Developer
Apr 23, 2021
585
1,757
Is it possible to get a new version of the Hotfix 3?
Getting looped at the Anna Event..
That has been popping up a lot more now for some reason.. I'll upload a hotfixed version tomorrow that will disable the crashing part, and fix some minor things.

You will have to delete your persistent file and autosaves, but it should work.
 

RottenPlum

Well-Known Member
Jun 17, 2017
1,234
650
Seems like something had turned off Anna's church routine, so she stopped going there. I'm not 100% sure what, but it could be one of my scripts that turn off routines temporarily failed to turn it back on. Or RenPy rollback is handling objects in a weird way again.

Anyways, I made a quick fix to the game where it should now detect if the church routine has been turned off without a good reason and turn it back on. It's not in the public version yet, but here's a save for you where it's enabled again.
Thanks, it works now, however now i can't find Anna in freeroam anymore to interact with her for a few weeks, probably tied to your fixing of her not appearing in the church. Just wanted to report so you can hopefully fix it in next updates. Nothing urgent as i've already saw all beach events with her (it required raising exhibitionism as well as lust and corruption for all beach events to trigger).
 

Jack'son

Member
Dec 16, 2020
200
117
Could someone explain how to set a value with the console for a save formatted nat_quest > currentStage? It would solve a problem for me.
 

Yorma86

Active Member
Game Developer
Apr 23, 2021
585
1,757
Could someone explain how to set a value with the console for a save formatted nat_quest > currentStage? It would solve a problem for me.
I'm not 100% sure if it works, since I haven't tried these in the console myself, but you could see if this works:
questLog.QuestJumpToStage(natalie, #)

Just replace # with the ID of the quest stage you want. This might break stuff though, so use at your own caution.
 

Jack'son

Member
Dec 16, 2020
200
117
I'm not 100% sure if it works, since I haven't tried these in the console myself, but you could see if this works:
questLog.QuestJumpToStage(natalie, #)

Just replace # with the ID of the quest stage you want. This might break stuff though, so use at your own caution.
Thank you very much. I will give it a try after making a save.
 

Pr0GamerJohnny

Conversation Conqueror
Sep 7, 2022
7,198
10,786
it has to do with what you set her as, if you tell her she can do what she wants you can get that scene when you take a walk.
mine wasn't set to "full" that was the issue. And even if I changed the value to full the game refused to acknowledge it, thanks to how the dev codes his game to be unnecessarily well cheat unfriendly.
On purpose or not, it's the result of his doing. I'm sure a lot of devs want to know how lol. This one is the only one I've seen successfully doing that. I've never come across a game I can't change values in.
that's likely because _beachguy2 is just a temp variable assigned during event, you gotta change the thing it's referencing.

Sidenote for Yorma86 - while I realize it's otherwise avoidable through the choice menu, it seems real weird Samantha's event at the clothing shop isn't conditional on the bbc stat, particularly because the scene is done in a way which would very much appeal to fans of that stuff, or very much not appeal to dissenters like me heh. It'd be like having a scene where a girl steps on mc's face in heels, yet it doesn't check a 'femdom' stat. :LOL: I'd assume most players into that stuff would already have the appropriate stats.
 
Last edited:

MasterGamer1234567890

Active Member
Oct 25, 2022
738
639
it has to do with what you set her as, if you tell her she can do what she wants you can get that scene when you take a walk.
mine wasn't set to "full" that was the issue. And even if I changed the value to full the game refused to acknowledge it, thanks to how the dev codes his game to be unnecessarily well cheat unfriendly.
On purpose or not, it's the result of his doing. I'm sure a lot of devs want to know how lol. This one is the only one I've seen successfully doing that. I've never come across a game I can't change values in.
Well. In contrast to most other dev's, Yorma86 actually knows how to program, and is using object oriented programming, and arrays, instead of 1000 variables for each character. It of course means that changing the value of a variable often doesn't change anything, as they are often just temp variables. The best way to manipulated this game, is to use console commands and call his functions as he does throughout his scripts.
 
4.10 star(s) 38 Votes