FoxyTails

Member
Feb 9, 2020
357
896
268
the car works fine it has the test drive around the block and try engine works fine only problem when you call vanilla
Looking through code the reason the rest works is that this flag is not being checked anywhere else.

As seronis has said, the line in code does look like it should be 'if flags.has('car_please')'..
in fact re-checking this area I see another problem that can cause issues, while not official here's a (hopefully) quick fix since this is a game breaker and not just a spelling mistake

I'll let the rest know & we'll include this in the next update which hopefully should fix any other bugs/glitches found from now until next update/release

Download,unzip and replace this file with the one that is located in the '/game/' folder.
To be safe I would suggest you copy/backup the original version just in case I've f*** it up more, but please let us know if it fixes the problem or not

If it fixes it & don't break anything else it'll probably be included in next update

If it doesn't we'll have to look further into it
 
Last edited:

Pleevy

Member
Nov 23, 2024
324
926
103
i am going to provide the pic of the screenshot
Thank you. That gives us a much better view of what is going on and makes troubleshooting it much easier.
pretty sure that should be
Code:
if flags.has('car_please'):
Yup, you are probably right. I bet that was some of my bad code that did not get caught. I'm getting better, I swear.
the car works fine it has the test drive around the block and try engine works fine only problem when you call vanilla
That may be, but...the game checks for things relating to the car when you CALL Vanilla so as to know how where to go in the code. Often you do not see or know everything going on in the background that makes the rest of the game work like it does. The problems is that if there's a broken piece of code in the background, it can still mess up what you have going on, even if not immediately related.
Looking through code the reason the rest works is that this flag is not being checked anywhere else.

As seronis has said, the line in code does look like it should be 'if flags.has('car_please')'..
in fact re-checking this area I see another problem that can cause issues, while not official here's a (hopefully) quick fix since this is a game breaker and not just a spelling mistake

I'll let the rest know & we'll include this in the next update which hopefully should fix other bugs/glitches found

Download,unzip and replace this file with the one that is located in the '/game/' folder.
To be safe I would suggest you copy/backup the original version just in case I've f*** it up more, but please let us know if it fixes the problem or not
Try this first, and we will look to have it officially/permanently fixed. (Ill probably add this to the release post in the short term too.)
 
Last edited:

darkflames1994

New Member
Mar 11, 2019
11
0
11
Thank you. That gives us a much better view of what is going on and makes troubleshooting it much easier.

Yup, you are probably right. I bet that was some of my bad code that did not get caught. I'm getting better, I swear.

That may be, but...the game checks for things relating to the car when you CALL Vanilla so as to know how where to go in the code. Often you do not see or know everything going on in the background that makes the rest of the game work like it does. The problems is that if there's a broken piece of code in the background, it can still mess up what you have going on, even if not immediately related.

Try this first, and we will look to have it officially/permanently fixed. (Ill probably add this to the release post in the short term too.)
since the problem has been identified all their is to do is wait for a quick patch or the next update
Looking through code the reason the rest works is that this flag is not being checked anywhere else.

As seronis has said, the line in code does look like it should be 'if flags.has('car_please')'..
in fact re-checking this area I see another problem that can cause issues, while not official here's a (hopefully) quick fix since this is a game breaker and not just a spelling mistake

I'll let the rest know & we'll include this in the next update which hopefully should fix other bugs/glitches found

Download,unzip and replace this file with the one that is located in the '/game/' folder.
To be safe I would suggest you copy/backup the original version just in case I've f*** it up more, but please let us know if it fixes the problem or not

If it fixes it & don't break anything else it'll probably be included in next update

If it doesn't we'll have to look further into it
i will try it but lets hope their will be no problems down the line in this version if so lets hope it gets fixed in the next update
 

Pleevy

Member
Nov 23, 2024
324
926
103
since the problem has been identified all their is to do is wait for a quick patch or the next update
i will try it but lets hope their will be no problems down the line in this version if so lets hope it gets fixed in the next update
The file FoxyTails uploaded is as good as a patch for now. I have added it to the release post as well. This fix is part of the code on the backend now so any future releases will have it by default. AFAIK the main uploads have not been changed yet.
has the dialogue been fixed yet
On the back end, yes. In files available to everyone, No. We are not going to do full re-uploads for small typos that do not break the game. If a glitch is found that breaks the game in the file that has a typo, then it will get fixed with the patch for that at the same time, but otherwise...it will be a while.
 
  • Like
Reactions: DarkLink

FoxyTails

Member
Feb 9, 2020
357
896
268
since the problem has been identified all there is to do is wait for a quick patch or the next update

i will try it but lets hope there will be no problems down the line in this version if so lets hope it gets fixed in the next update
TBH I very much doubted that on initial release there WOULDN'T be any bugs or glitches.

Despite our small group of amateur 'fans' (and yes that is what we are, not 'developers') who have very little experience with Renpy, yet are attempting something that 4-5 other individual 'developers' have tried in the past... checking as much as possible for bugs and problems I was sure we would've missed SOMETHING that would cause a problem

Hence why when I posted earlier that if anyone finds bugs/glitches - even if you know a little bit of Renpy and figure out what MIGHT be causing it... please let us know, give details, screenshots - hell even post a possible rpy file with a possible fix may even help even if we just look through it & see if it conflict with anything else.

The more we find, the more we'll try to fix & the closer we could get to actually finishing the game.
 
  • Like
Reactions: DarkLink

Kruggov

Member
Jun 8, 2020
155
121
142
Exception found:
Event: Max RWC/Stats, but no removing dress. Go to backyard, have Cream do a handstand, grab by hips, rub her, put her back on her feet afterward. Exception happens after Sonic asks if Cream liked it.

Exception text:
Code:
While running game code:
  File "game/backyard.rpy", line 241, in script
    if achv.has('lick_pussy'):
  File "game/backyard.rpy", line 268, in <module>
    elif stats.val('rwc') >= 450 and flag.has('remove_dress'):
NameError: name 'flag' is not defined
I assume "flag.has('remove_dress')" is supposed to be "achv.has('remove_dress')"?
 

seronis

Member
May 9, 2022
197
334
178
I'm getting better, I swear.
in fairness the code was "logically" sound. just a typo. the kind of bug that gets found super fast normally, and it did. So you are really doing great. This is a better type of bug than when there are logical issues that merely cause weird behavior instead of a crash.
I assume "flag.has('remove_dress')" is supposed to be "achv.has('remove_dress')"?
no. flag should be flags. achv and flags are the same in that they both track 'Event()'s, but remove_dress is specifically in the 'flags' variable instead of the 'achv' variable. just an S missing
 

FoxyTails

Member
Feb 9, 2020
357
896
268
Exception found:
Event: Max RWC/Stats, but no removing dress. Go to backyard, have Cream do a handstand, grab by hips, rub her, put her back on her feet afterward. Exception happens after Sonic asks if Cream liked it.

Exception text:
Code:
While running game code:
  File "game/backyard.rpy", line 241, in script
    if achv.has('lick_pussy'):
  File "game/backyard.rpy", line 268, in <module>
    elif stats.val('rwc') >= 450 and flag.has('remove_dress'):
NameError: name 'flag' is not defined
I assume "flag.has('remove_dress')" is supposed to be "achv.has('remove_dress')"?
Good find, finding a bug using cheats ;)

- & seronis is correct, it should be 'flags.has' & not 'flag.has' and this time is not what we've done in our editing.
..... looking back it has existed since Xaverion's 'Remake 0.7' but NOT in 'Novilon's 0.3.5'

Looked through the code for any other 'flag.has' and (so far) none found
 
Last edited:

Pleevy

Member
Nov 23, 2024
324
926
103
since the problem has been identified all their is to do is wait for a quick patch or the next update
i will try it but lets hope their will be no problems down the line in this version if so lets hope it gets fixed in the next update
has the dialogue been fixed yet
Exception found:
Event: Max RWC/Stats, but no removing dress. Go to backyard, have Cream do a handstand, grab by hips, rub her, put her back on her feet afterward. Exception happens after Sonic asks if Cream liked it.

Exception text:
Code:
While running game code:
  File "game/backyard.rpy", line 241, in script
    if achv.has('lick_pussy'):
  File "game/backyard.rpy", line 268, in <module>
    elif stats.val('rwc') >= 450 and flag.has('remove_dress'):
NameError: name 'flag' is not defined
I assume "flag.has('remove_dress')" is supposed to be "achv.has('remove_dress')"?
All three of these have been fixed on the back end and thanks to those who were willing to do multiple rebuilds one right after another. :love: Attached to this post is a small file for those who want a quick download and are comfortable replacing the games files to patch it. Otherwise, the links on the release post have been updated to include this new iteration with the patch applied.This addresses the phone issue, the backyard issue and the typo in the marine scene route.
in fairness the code was "logically" sound. just a typo. the kind of bug that gets found super fast normally, and it did. So you are really doing great. This is a better type of bug than when there are logical issues that merely cause weird behavior instead of a crash.

no. flag should be flags. achv and flags are the same in that they both track 'Event()'s, but remove_dress is specifically in the 'flags' variable instead of the 'achv' variable. just an S missing
I always say typos will be the death of me. o_O This is why multiple sets of eyes is a good thing.
seronis is correct, it should be 'flags.has' & not 'flag.has' and this time is not what we've done in our editing.
..... looking back it has existed since Xaverion's 'Remake 0.7' but NOT in 'Novilon's 0.3.5'

Looked through the code for any other 'flag.has' and (so far) none found
Yay! a bug that's not my fault! :ROFLMAO:
 

Saru77

Newbie
Apr 5, 2023
18
29
32
On Android and I've found a couple of instances where Novaca's art is too zooned in, becoming too big for the screen.

Screenshot_20251108-185253_Babysitting Cream Reimagined.jpg Screenshot_20251108-185233_Babysitting Cream Reimagined.jpg Screenshot_20251108-185024_Babysitting Cream Reimagined.jpg Screenshot_20251108-185819_Babysitting Cream Reimagined.jpg Screenshot_20251108-185510_Babysitting Cream Reimagined.jpg

I also ran into an issue where an image failed to load during the Sally/Cream threesome; specifically in the base version of option 2 (Miss Sally seems to really like that...)

Screenshot_20251108-193743_Babysitting Cream Reimagined.jpg
 

FoxyTails

Member
Feb 9, 2020
357
896
268
On Android and I've found a couple of instances where Novaca's art is too zooned in, becoming too big for the screen.

View attachment 5420252 View attachment 5420253 View attachment 5420254 View attachment 5420255 View attachment 5420256

I also ran into an issue where an image failed to load during the Sally/Cream threesome; specifically in the base version of option 2 (Miss Sally seems to really like that...)

View attachment 5420266
Just to check.. You're playing on the Android version and I assume you're using 'old style' graphics only - AvalonX/Novaca (based on your 'novaca art too zoomed in' comment) ?? (this has got me worried about my ones being too big now)

Can't comment on the scaling issue but I think I know why the graphic (at that point anyway) is not showing...
It's because Novaca hasn't MADE a graphic for that scene and Avalonx never did and so the game can't show it

There IS a graphics for that scene but only if you've selected 'FoxyTails' graphics
You don't have permission to view the spoiler content. Log in or register now.

It was mentioned by Pleevy in his distribution post
If that contributor doesn't have an image for the coded part, the next one down the list will show, until in worst case situation, no contributor's graphic is shown.
 
Last edited:

Saru77

Newbie
Apr 5, 2023
18
29
32
Just to check.. You're playing on the Android version and I assume you're using 'old style' graphics only - AvalonX/Novaca (based on your 'novaca art too zoomed in' comment) ?? (this has got me worried about my ones being too big now)

Can't comment on the scaling issue but I think I know why the graphic (at that point anyway) is not showing...
It's because Novaca hasn't MADE a graphic for that scene and Avalonx never did and so the game can't show it

There IS a graphics for that scene but only if you've selected 'FoxyTails' graphics
[/spoiler]
View attachment 5420306
[/spoiler]

It was mentioned by Pleevy in his distribution post
I had all of the art styles implemented with Novaca as the priority when I encountered this. I switched you and SWA to the top and even tried turning the other ones off and testing them individually, but the same error happens regardless.
 

FoxyTails

Member
Feb 9, 2020
357
896
268
I had all of the art styles implemented with Novaca as the priority when I encountered this. I switched you and SWA to the top and even tried turning the other ones off and testing them individually, but the same error happens regardless.
Ok just needed to check
 

Saru77

Newbie
Apr 5, 2023
18
29
32
Ok just needed to check
Ok, so I've now come across the same problem in the Knuckles/Cream threesome. Did the same tests as before and still no image
Screenshot_20251109-074940_Babysitting Cream Reimagined.jpg

Also found a few spelling errors in this interaction:

"Kunckles"
Screenshot_20251109-073945_Babysitting Cream Reimagined.jpg

"throbbign"
Screenshot_20251109-074825_Babysitting Cream Reimagined.jpg

"kdouble"
Screenshot_20251109-075319_Babysitting Cream Reimagined.jpg

And now a really big problem; I can't finish the game.

Made it to day 15 and was told I would have earned the Full Story ending but of course it's wip, so a "comparable" ending would load instead. But then I get the "An exception has occurred" screen with only the options to either rollback to the previous screen or quit the game. And before you ask, no I have not enabled any cheats.

Screenshot_20251109-090319_Babysitting Cream Reimagined.jpg
Screenshot_20251109-090331_Babysitting Cream Reimagined.jpg
 

Pleevy

Member
Nov 23, 2024
324
926
103
I had all of the art styles implemented with Novaca as the priority when I encountered this. I switched you and SWA to the top and even tried turning the other ones off and testing them individually, but the same error happens regardless.
Ok just needed to check
Ok, so I've now come across the same problem in the Knuckles/Cream threesome. Did the same tests as before and still no image
We did trim some 'duplicates' and are playing with name changes for files because of the multi-image setup...so we may have trimmed one too many. Will look into this...as it will take more time than the typos.
Also found a few spelling errors in this interaction:
"Kunckles"
"throbbign"
"kdouble"
Thanks for these, though in the future, you don't need a screenshot for spelling errors in the text of the game...just the erroneous word. If there is only one like it...we can search for it very easily. Plus, it lets us find more like it if there are any...(kunkles had about 5 actually). These have been edited on the back end.
And now a really big problem; I can't finish the game.
Made it to day 15 and was told I would have earned the Full Story ending but of course it's wip, so a "comparable" ending would load instead. But then I get the "An exception has occurred" screen with only the options to either rollback to the previous screen or quit the game. And before you ask, no I have not enabled any cheats.
Sunufa...well...at least the problem is an easy one...frustrating back and forth code syntax...sometimes its one way and other times its the other...but at least now, I think I know when to use each one properly though...and I just used the wrong one. I'll get an uploaded file you can replace to fix that soon.
 

Pleevy

Member
Nov 23, 2024
324
926
103
On Android and I've found a couple of instances where Novaca's art is too zooned in, becoming too big for the screen.

View attachment 5420252 View attachment 5420253 View attachment 5420254 View attachment 5420255 View attachment 5420256
Still looking into this part. There's some size variance in multiple places, especially crossing image styles, but this obviously really stands out.
I also ran into an issue where an image failed to load during the Sally/Cream threesome; specifically in the base version of option 2 (Miss Sally seems to really like that...)
View attachment 5420266
I had all of the art styles implemented with Novaca as the priority when I encountered this. I switched you and SWA to the top and even tried turning the other ones off and testing them individually, but the same error happens regardless.
Ok just needed to check
Ok, so I've now come across the same problem in the Knuckles/Cream threesome. Did the same tests as before and still no image
View attachment 5422202
Checked into these. Typos for one, and we over trimmed for the other. These will be fixed in the next iteration or full release (pending as the images not showing is not good, but not game breaking.)
 

FoxyTails

Member
Feb 9, 2020
357
896
268
Ok, so I've now come across the same problem in the Knuckles/Cream threesome. Did the same tests as before and still no image
View attachment 5422202

And now a really big problem; I can't finish the game.

Made it to day 15 and was told I would have earned the Full Story ending but of course it's wip, so a "comparable" ending would load instead. But then I get the "An exception has occurred" screen with only the options to either rollback to the previous screen or quit the game. And before you ask, no I have not enabled any cheats.

View attachment 5422226
View attachment 5422227
OK I'm no expert on the android side of things etc, however I THINK I may have an idea what's happened

For Sonic and Cream - there IS meant to be a picture there however I suspect on the general cleanup before distribution it got accidentally deleted (EDIT Pleevy already ninj'd me about this').. there SHOULD be a 'cream sonic fuck3.png' in the 'game/images/cream/Foxytails/' folder - I know it wont help with the Android veriosn but those with PC download the attachment & place it there

In the case of Knuckle: the problem is that the name of the picture is wrong - those with PC version needs to go to 'game/images/knuckles/FoxyTails/' and rename 'knuckles sonic cream 3 way.png' to 'knuckles sonic cream 3way.png' (no space between '3' and 'way'

AFAIK there's a script error - once again those with PC's can download the 'endings.zip' & replace the one in the game folder (remember to back up in case I f**ked up)
 

Pleevy

Member
Nov 23, 2024
324
926
103
OK I'm no expert on the android side of things etc, however I THINK I may have an idea what's happened
For Sonic and Cream - there IS meant to be a picture there however I suspect on the general cleanup before distribution it got accidentally deleted (EDIT Pleevy already ninj'd me about this').. there SHOULD be a 'cream sonic fuck3.png' in the 'game/images/cream/Foxytails/' folder - I know it wont help with the Android veriosn but those with PC download the attachment & place it there
In the case of Knuckle: the problem is that the name of the picture is wrong - those with PC version needs to go to 'game/images/knuckles/FoxyTails/' and rename 'knuckles sonic cream 3 way.png' to 'knuckles sonic cream 3way.png' (no space between '3' and 'way'
AFAIK there's a script error - once again those with PC's can download the 'endings.zip' & replace the one in the game folder (remember to back up in case I f**ked up)
Speaking of ninjaing...you beat me to uploading an endings fix. Its not an android issue...its the game files...it will happen in all of them. I'll add one of ours to the release post for now. (Since you're worried about messing up, I just tested mine, which is why the delay in uploading it, so I'll use it)

I edited the image name, (for the knuckles one its supposed to be knuckles instead of knuckle / and 3way instead of 3 way, the image on my end had 2 errors not just the one foxy mentioned) put the other one back and made the typo changes in the back end working files. (Not yet in the release page files)

EDIT: Added 0.7.5.02 zip to the release page.
 
Last edited:
Jul 16, 2022
366
598
192
I got to say, my experience has been pretty good so far (well besides a few grammar errors and another issue that you guys fixed so its no big deal), the only problem I have now is... trying to get a threesome with the other girls lol. I could of sworn it was easier to do so before :ROFLMAO:
 
4.50 star(s) 4 Votes