5.00 star(s) 4 Votes

Fungi Games

Newbie
Game Developer
Jul 20, 2024
38
159
Enjoying the game thus far.

Not sure if you are familiar with URM, but I like to play around with games using it just to see how the different stories/paths work. It's great for testing and finding bugs as well.

I did find a weird variable condition check on the Yoga scene, and not sure if you've already found and fixed it. See below screenshot in spoiler tag:

You don't have permission to view the spoiler content. Log in or register now.

Just in case you aren't familiar with URM there are three blue windows open (top, middle, and bottom windows, as they are visually stacked):
  • Bottom: This shows you are giving a choice or doing an evaluation. The game is doing an evaluation and the result shows under Active Path if it matches (True) or does not match (False).
  • Middle This shows the condition check from the bottom window, in this case does variable 'chp3yogafannyhelp1' equal "False"?
  • Top: This shows what the variable is currently set to. In this case 'chp3yogafannyhelp1' is set to a String value "no". I declined Fanny's help.
As I declined Fanny's help, the Active Path should show as a green "True". But because you are comparing two unlike values they'll never match and the game will always assume Fanny helped me.

For consistency purposes, I'd personally suggest using the same variable types whenever possible and not mix and match Boolean, Strings, and other variable types. This will make life a lot easier as the game and variable list gets longer and more complex.

This was the only one I've come across at this point, but I'll keep playing around. Keep up the fun story!
Awesome I will take a look at that!
 
  • Like
Reactions: Ataly and cooldevo

Fungi Games

Newbie
Game Developer
Jul 20, 2024
38
159
Enjoying the game thus far.

Not sure if you are familiar with URM, but I like to play around with games using it just to see how the different stories/paths work. It's great for testing and finding bugs as well.

I did find a weird variable condition check on the Yoga scene, and not sure if you've already found and fixed it. See below screenshot in spoiler tag:

You don't have permission to view the spoiler content. Log in or register now.

Just in case you aren't familiar with URM there are three blue windows open (top, middle, and bottom windows, as they are visually stacked):
  • Bottom: This shows you are giving a choice or doing an evaluation. The game is doing an evaluation and the result shows under Active Path if it matches (True) or does not match (False).
  • Middle This shows the condition check from the bottom window, in this case does variable 'chp3yogafannyhelp1' equal "False"?
  • Top: This shows what the variable is currently set to. In this case 'chp3yogafannyhelp1' is set to a String value "no". I declined Fanny's help.
As I declined Fanny's help, the Active Path should show as a green "True". But because you are comparing two unlike values they'll never match and the game will always assume Fanny helped me.

For consistency purposes, I'd personally suggest using the same variable types whenever possible and not mix and match Boolean, Strings, and other variable types. This will make life a lot easier as the game and variable list gets longer and more complex.

This was the only one I've come across at this point, but I'll keep playing around. Keep up the fun story!
Thank you really much, I started with "yes" and "no" but switched to True and False in the middle of my third update because it was better, but I realize I forgot to fix some of them. Thanks for pointing them out.
 
  • Heart
Reactions: cooldevo

cooldevo

Active Member
Jan 30, 2021
623
734
Thank you really much, I started with "yes" and "no but switched to True and False in the middle of my third update because it was better, but I realize I forgot to fix some of them. Thanks for pointing them out.
All good! :coffee: Changing variable types mid-stream is always a bold adventure! (y)

Found one more, just in front of the sex store on the walk home from Yoga.

You don't have permission to view the spoiler content. Log in or register now.

Similar problem as the first one but reversed. You have the variable set as Boolean (True/False) on the top window; but in the middle window you are checking to see if it matches the String value of "yes".

Anna walked home to shower, and had the talk with Fanny. I gave her the water, and told her about what was going on. So this should be triggering as True on the Active Path (bottom window)
 
  • Heart
Reactions: Fungi Games

Fungi Games

Newbie
Game Developer
Jul 20, 2024
38
159
All good! :coffee: Changing variable types mid-stream is always a bold adventure! (y)

Found one more, just in front of the sex store on the walk home from Yoga.

You don't have permission to view the spoiler content. Log in or register now.

Similar problem as the first one but reversed. You have the variable set as Boolean (True/False) on the top window; but in the middle window you are checking to see if it matches the String value of "yes".

I walked home to shower, and had the talk with Fanny. I gave her the water, and told her about what was going on. So this should be triggering as True on the Active Path (bottom window)
I'm gonna switch all "yes" and "no" to True and False, so we wont have this problem anymore, but that means everyone will have to start over.
And thank you again!
 

cooldevo

Active Member
Jan 30, 2021
623
734
I'm gonna switch all "yes" and "no" to True and False, so we wont have this problem anymore, but that means everyone will have to start over.
And thank you again!
Found a weird graphical glitch with Anna. Sorry for throwing up so many things at once.... This one was kinda hard to ignore and she turns into a faceless nudist with a white text tattoo over her belly button, and was kinda disturbing. :LOL:

You don't have permission to view the spoiler content. Log in or register now.

Details:
  • I have 9 Fanny points
  • She drank the water after yoga and I told her what was going on.
  • I did not accept the movie date with Oliver; and did not text Jamal.
  • Drank the red wine.
  • Fanny took her top off for the wine spill.
  • Anna has 24 'sp', so she took her bra off and asked Fanny about her breasts.
This screen came up a few seconds later. I can't clearly read what the text says over top of Anna's body says in the image... but in your script file on line 17322 it says it's trying to display: show annabelle mk1satis2casual1_1 at fullscreenana, right
 
  • Heart
Reactions: Fungi Games

Fungi Games

Newbie
Game Developer
Jul 20, 2024
38
159
Found a weird graphical glitch with Anna. Sorry for throwing up so many things at once.... This one was kinda hard to ignore and she turns into a faceless nudist with a white text tattoo over her belly button, and was kinda disturbing. :LOL:

You don't have permission to view the spoiler content. Log in or register now.

Details:
  • I have 9 Fanny points
  • She drank the water after yoga and I told her what was going on.
  • I did not accept the movie date with Oliver; and did not text Jamal.
  • Drank the red wine.
  • Fanny took her top off for the wine spill.
  • Anna has 24 'sp', so she took her bra off and asked Fanny about her breasts.
This screen came up a few seconds later. I can't clearly read what the text says over top of Anna's body says in the image... but in your script file on line 17322 it says it's trying to display: show annabelle mk1satis2casual1_1 at fullscreenana, right
Thank you! If you want, you can join as a free member and share the bugs with me on patreon to avoid spamming all our friends here! :D or in my f95 inbox!
 
  • Thinking Face
  • Like
Reactions: Vibesy and cooldevo

R1k0

Active Member
Sep 27, 2017
545
1,094
"Well made game that actually looks good and isn't another copy paste generic daz3d mess." And these people write reviews. The worst game on Daz3d looks 10 times better than this game. Characters look weird, sloppy AI-generated environments, only MC can be called cute, but she often looks weird too.
Choices, choices, what's it for? Shower or bath; red or white wine, who cares, let them just drink wine. There are a bunch of stats of the heroine that don't make sense. The developer confuses both himself and the players. To get 3 BBC points, you need to make a few unobvious choices to then still these points do not affect anything, and this is just one example.
And what we have at the end of the story. Oh shit, the heroine finds she has sexual needs. Holy shit it's not me, I have to fight it. Great plot for a porn game.
 
Last edited:

ThisIsZodiac

Member
Apr 10, 2020
114
73
great game, looking forward to seeing from this one, one question tho, i replayed multiple times but didn't see any gloryhole scene, is it removed from the game? cause the pictures are still in game folder.
 

Fungi Games

Newbie
Game Developer
Jul 20, 2024
38
159
great game, looking forward to seeing from this one, one question tho, i replayed multiple times but didn't see any gloryhole scene, is it removed from the game? cause the pictures are still in game folder.
You have to show yourself in the pink dress to jamal and oliver and then get mad when you realise they were spying on you
 
  • Like
Reactions: ThisIsZodiac

R1k0

Active Member
Sep 27, 2017
545
1,094
I guess this was a Freudian slip! :geek:

If you don't like the game, so be it. But don't make a show like a "vegan" at KFC. Give it 1 star, and your rating will be counted. Fair enough.
You didn't understand what I wrote, I didn't write that the game is bad, but I wrote that there are problems there. I was even a subscriber and my name is in the credits after the end of the game. But how can people write such nonsense in reviews, it made me angry.

IMG_20250323_184617.jpg
He praises it but writes about "generic daz3d mess".
 

youraccount69

Forum Fanatic
Donor
Dec 30, 2020
4,794
2,219
DriftingIntoLust-0.3.3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
5.00 star(s) 4 Votes