3.00 star(s) 29 Votes

Xo Mo

Member
Game Developer
Aug 12, 2020
341
691
Clicking on Sara profile in character Stats screen:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/day2afternoon.rpy", line 2380, in script
dee "I'm also happy to have you supervise, since it's my first time cleaning like this."
File "renpy/common/00library.rpy", line 324, in say
who(what, interact=interact, *args, **kwargs)
File "game/characters.rpy", line 656, in execute
screen sara_info():
File "game/characters.rpy", line 656, in execute
screen sara_info():
File "game/characters.rpy", line 688, in execute
text "I'm on this path with [sara] because \n[sarapathinsights]" style "attribute_value":
NameError: name 'sara' is not defined
 
  • Like
Reactions: Anteron

Xo Mo

Member
Game Developer
Aug 12, 2020
341
691
Umm... sound effect: the beach date kissing sound after getting out of the car sounds like someone is grinding popcorn seeds or sandpaper over hot coals. Plus her moaning. But that strange crackling noise is very strange... on the line:

"{i}Feeling [firstgirlname] slide her wet tongue into my mouth ignited my own passion as I kissed her deeply.{/i}"

Also a minor technical issue with the renders walking down to the beach: The sky box should be rotated (or a simple photoshop) for the 3 renders showing this angle:
1739704514724.png
Especially since the beautiful sunset is called out in the textbox, drawing our attention to that.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
Clicking on Sara profile in character Stats screen:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/day2afternoon.rpy", line 2380, in script
dee "I'm also happy to have you supervise, since it's my first time cleaning like this."
File "renpy/common/00library.rpy", line 324, in say
who(what, interact=interact, *args, **kwargs)
File "game/characters.rpy", line 656, in execute
screen sara_info():
File "game/characters.rpy", line 656, in execute
screen sara_info():
File "game/characters.rpy", line 688, in execute
text "I'm on this path with [sara] because \n[sarapathinsights]" style "attribute_value":
NameError: name 'sara' is not defined
That's been fixed in the 1.85 already, thanks for reporting.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
Umm... sound effect: the beach date kissing sound after getting out of the car sounds like someone is grinding popcorn seeds or sandpaper over hot coals. Plus her moaning. But that strange crackling noise is very strange... on the line:

"{i}Feeling [firstgirlname] slide her wet tongue into my mouth ignited my own passion as I kissed her deeply.{/i}"

Also a minor technical issue with the renders walking down to the beach: The sky box should be rotated (or a simple photoshop) for the 3 renders showing this angle:
View attachment 4556374
Especially since the beautiful sunset is called out in the textbox, drawing our attention to that.
I'll take a look at these today & see if I can improve them.
 
  • Like
Reactions: Xo Mo

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
Umm... sound effect: the beach date kissing sound after getting out of the car sounds like someone is grinding popcorn seeds or sandpaper over hot coals. Plus her moaning. But that strange crackling noise is very strange... on the line:

"{i}Feeling [firstgirlname] slide her wet tongue into my mouth ignited my own passion as I kissed her deeply.{/i}"
Updated, once I push the next bug fix version, I'll have these included. I went through the whole sunset scene and there were 3 that were obviously not great, and then there was another 1 or 2 that could have been better, so I touched those up as well.
I'll edit the sound(s) next to ensure those don't have any oddities in them.

sunsetbeachpark027.jpg
 
  • Like
Reactions: Xo Mo

Anteron

Well-Known Member
Jun 17, 2023
1,984
2,487
Well, the only variables on that page are:
$saralovescore
$saramaxlovescore
$sarapath
$sarapathinsights

It's odd that you have a fresh file and this errored out, but I did fix a bunch of things in the 1.85 that had to do with the characters page, so it's possible this issue only appears on 1.8 not the 1.85.

Either way, I think you can do the following to fix the error:
Use control + d to open developer tools, and then set each of those variables to some value, eg:
$saralovescore = 2
$saramaxlovescore= 2
$sarapath = "Unknown"
$sarapathinsights = "I just met her."
Control-d does nothing.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
Control-d does nothing.
My bad, to get developer tools enabled, it's shift + d.

Also there may be a bug with the Sara character variable on the character info page, in which case, using Console from the developer menu, type in:
define sara = Character("Sara", color="#b50516") #
define sar = Character("Sara", color="#b50516") #

and that should do it, I think.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
Okay, I've remixed that sound effect & the other that was very similar which had the same base audio with a slightly different pitch in the original, thinking that if that sound wasn't ideal, then the one which was similar wasn't great either.

If you got more, please shout, I appreciate any opportunity to make the game better. Cheers.
 

Anteron

Well-Known Member
Jun 17, 2023
1,984
2,487
My bad, to get developer tools enabled, it's shift + d.

Also there may be a bug with the Sara character variable on the character info page, in which case, using Console from the developer menu, type in:
define sara = Character("Sara", color="#b50516") #
define sar = Character("Sara", color="#b50516") #

and that should do it, I think.
Shift d also did nothing.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
Download the attached; copy it into the game directory and that should sort things.

I don't turn developer tools off, so I am baffled as to why it didn't work for you, however, if it's a compressed version from here, there may be changes that I didn't make to the underlying code.
 

Anteron

Well-Known Member
Jun 17, 2023
1,984
2,487
Download the attached; copy it into the game directory and that should sort things.

I don't turn developer tools off, so I am baffled as to why it didn't work for you, however, if it's a compressed version from here, there may be changes that I didn't make to the underlying code.
No, I don't use compressed versions.
Edit:
No change - and this latest version is what I downloaded.
1739733612749.png
 
Last edited:

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
No, I don't use compressed versions.
Edit:
No change - and this latest version is what I downloaded.
View attachment 4557843
Yep, that characters.rpy file I shared in my post above fixes this. The issue has been already addressed in the newer versions available everywhere my games are, etc. Thanks for sharing & validating that it's something I've already solved for in the newer version. Cheers.
 
  • Like
Reactions: Quetzzz

Anteron

Well-Known Member
Jun 17, 2023
1,984
2,487
Yep, that characters.rpy file I shared in my post above fixes this. The issue has been already addressed in the newer versions available everywhere my games are, etc. Thanks for sharing & validating that it's something I've already solved for in the newer version. Cheers.
Problem is, instead of a file, it's text so not downloadable.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
Problem is, instead of a file, it's text so not downloadable.
So:
1) Copy & paste that text into a new file called "characters.rpy"
2) Move that new text file into your /game directory
3) If the system prompts you to overwrite the existing file, then say "Yes."

Done.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
For folks that have access, 1.85 has now been updated on Patreon, Steam, and Itch.io with all the character pages improvements, the image updates from this discussion earlier, the "can 18 year olds drink," question with some dialogue to explain that early in the game, and the audio fixes.

Cheers.
 

digitalnoise

Newbie
Feb 5, 2018
61
80
I tried. I really tried.

But the dialog is a complete mess - ironic, considering the MC is a writer - and it's so bad that it just doesn't flow and ruins the story.

You'd think that since this is a remake, an attempt would've been made to do an editing review.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
I tried. I really tried.

But the dialog is a complete mess - ironic, considering the MC is a writer - and it's so bad that it just doesn't flow and ruins the story.

You'd think that since this is a remake, an attempt would've been made to do an editing review.
It's been edited, and I have a few volunteers on my discord that have helped a ton with the story, dialogue, etc. I know it's not for everybody. Thanks for trying.
 

mrbigchungus

Mr Brosef Chungus
Game Developer
Nov 1, 2019
1,180
3,463
In the next episode (about March 2nd, as long as I am on schedule) we'll have a scene that I was going to not remake, until I reviewed the animation in the previous version of the game. If you pay close attention in that one, there's a few issues that I just couldn't allow into the remake.

So my computer has been on fire for days now re-rendering these. When I return to Milfy Cases in a few months, I'm going to attempt to not use such expensive scenes, since these frames are slower than average, making the animations take at least 3 hours each - and I've got 17 in this scene, with probably 10 or so left to finish.

Also, since I'm remaking the scene, stuff happens that didn't in the previous edition.

Spoiler, obviously.
You don't have permission to view the spoiler content. Log in or register now.
 
3.00 star(s) 29 Votes