VN Ren'Py MILF Games [v0.3] [Scarlet Tales]

4.10 star(s) 13 Votes

goulet1995

Well-Known Member
Sep 30, 2021
1,535
3,176
It is more than just that one sound though. It is all those sounds I listed, plus others before it that I didn't take the time to document.

Since it seems you aren't grasping it fully yet, I put even more time into this than I should have to. I decompiled the rpa files and followed the script until those scenes. I know exactly nothing about renpy, but I am pretty good about intuiting stuff. In your defense, I see nothing blatant that would cause it to act the way it is, but something is clearly doing it (spoilers, there is).

For example, the first noise, Geralt kicking the door in, is executed via this code:
Code:
play ambient4 "audio/day2/door4.mp3" volume 2.0
I can easily see that is supposed to be controlled by the ambient4 slider, with a default volume of 2.0 (whatever that equates to).

Similarly, the sword "shing" noise when you wake up is this code:
Code:
play ambient4 "audio/day2/sword.mp3" volume 27.0
I'm not sure why this one is 27.0, as that seems massively, earthshatteringly louder than 2.0, if the volume sliders actually affected them. But, they are both the same volume for me (the excessively loud variant).

The MGS sound is alert.mp3. Where she opens the door and it plays twice in a row the code is:
Code:
play ambient5 "audio/day1/alert.mp3" volume 2.0
play ambient5 "audio/day1/alert.mp3" volume 3.0
So, after spending way more time than I should have had to in order to track all this shit down for you, do you want to know why none of these sounds are controlled by the sliders, which you swear up and down multiple times to the point of dismissing anyone that mentions it work perfectly?

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

Of course I had to comb through this crap line by line because I had no idea that you defined 5 new channels and randomly tossed various sounds into them without any consistency, but you'd think that the person that wrote the code might notice the settings and think, huh, I know I made 5 of those, why are there only 3 showing up?

Jesus Christ, I shouldn't have had to debug your code for you. You're welcome.
you come off as a major condescending cunt thought you should know. You do realize you are playing for free?
 

Overlord070

Well-Known Member
Jan 21, 2021
1,370
2,673
Not really a fan of the parody stuff, is it going to be a large part of the VN or what is going on there?
Previews go from him being fucking ciri to being at home in the real world lol.
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
25,358
219,416
MILF Games [v0.3] [Scarlet Tales]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:
Nov 3, 2024
139
530
Not really a fan of the parody stuff, is it going to be a large part of the VN or what is going on there?
Previews go from him being fucking ciri to being at home in the real world lol.
Well, a bit! The MC is an avid gamer, and he has an active imagination. Scenes like this happen in his dreams while he sleeps and in addition to this he also have fantastic interpretation of his good and corrupt side. I guess I can see your point, but if a parody is done in a good way, it can be a lot of fun.
 
  • Like
Reactions: restlez

Kukipett

Well-Known Member
Feb 2, 2021
1,953
3,870
The basic story could be fine if there was not that stupid angel-demon crap that destroys everything. Well i can understand the Ciri and other dreams but that "oh i'm going to hell if i fuck mom" is so childish. If it was just another dream ok but it seems that it's not. I'm sick and tired of those religious tropes!
 

Parigi5

Newbie
Feb 2, 2024
32
33
love the game so far, less content than i expected but being disapointed when something ends too soon is a good sign in my book. Playing on Mac i did find the animations with ciri and lady demistescu were very laggy like i could see it was meant to be smooth but on mac it was like 5-10fps.

Great game so far tho cant wait for more updates. :)
 
  • Heart
Reactions: Scarlet Taless

King Diamond

Newbie
Mar 12, 2018
16
22
you come off as a major condescending cunt thought you should know. You do realize you are playing for free?
Good, it was meant to be. That was the last in a series of posts by myself and others telling him there was a problem, and him telling us there was not, and we were essentially too stupid to figure out how to use volume sliders. If at any point in our progression of posts he had actually taken two minutes to check the problem himself, he would have seen what we were talking about. I attempted multiple times and approaches. Now it seems it will be fixed in the next version, and all it took was me being a condescending cunt for it to happen, so you're welcome.
 

sergerserj

Member
Jul 2, 2021
217
337
...Poor Mike going to be renamed by everyone AGAIN...
And there is a way to make character thoughts more convenient like in other games, by adding what_prefix='(', what_suffix=')' in character definition, instead of "X's thoughts"
Something like that:
define g2 = Character("Gianna", color="#ae00ff8c", who_outlines=[(5, "#00000080", 1, 1)], what_prefix='(', what_suffix=')')
Or just rewrite the script.
 
Last edited:
  • Like
Reactions: restlez

Daniele69

Engaged Member
Feb 22, 2020
2,215
20,519
This is the Italian translation of
MILF GAMES v0.3 including my Mod, only for Italian language

*****************************************************************************
This translation is "unofficial" and "made by a fan"
extract the .rar file and move "game" to the game where the .exe file resides overwrite if required .

Download
 

Garen

Member
May 6, 2017
260
1,083
Great game. I love how the writing is going. The wait for more content is going to be torture.

This scene was absolutely goated. It perfectly blueballed me and I would've shot a couple ropes had she pulled the top any higher. Good lord.

screenshot0002.png screenshot0001.png screenshot0003.png screenshot0004.png screenshot0006.png screenshot0007.png
 
Last edited:

mamlas55

Member
May 16, 2018
121
96
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('images/day2a/sub1.png') at 0x000000000a39dc10>:
File "game/script.rpy", line 7863, in script
call screen sub
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
OSError: Couldn't find file 'images/day2a/sub1.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script.rpy", line 7863, in script
call screen sub
...
 
4.10 star(s) 13 Votes