VN Ren'Py Sayaka My Naughty Milf Neighbor [v0.40] [erebeta]

3.00 star(s) 1 Vote

Halbyn

Member
Dec 8, 2021
262
961
217
Please stop holding the art ransom behind lame puzzles.
Write a story, no matter how bad, let it stand on its own and you will see your games rise in popularity.
When I have my Cock in my hand the last thing I want to do is a fucking Jigsaw puzzle or Match 3 gems.
You're shooting yourself in the foot time and time again with this.
Have some confidence in yourself and ditch the puzzles. Please.
 

Adhdclassic

Forum Fanatic
Mar 10, 2024
5,334
8,305
649
Is this Kinetic or not tag says yes but change log says it will have Story choices that will shape different endings in future updates.
 
Oct 17, 2019
261
125
167
Whlie i don't know about the puzzle thing. I like what I see so far. And if the coming updates are like the dev says this could be a big hit. Two things that need to be there are a skip dialogue button ( at least till voice acting is implemented) and letting us change the MC's name, if not just make one
 

user115637

Member
Jan 4, 2019
362
709
269
Please stop holding the art ransom behind lame puzzles.
I've seen this many times as a common logic when the artist turns game developer. I'll quote myself from another thread:

This is not the first case I've seen when NSFW-artist\3D-renderer tries to expand his income into an adult game development. The patterns are all the same every time. They just can't come up with other monetization schemes, because such approach stems directly from their only previous experience with money-making of trying to sell their sole pictures.
The art (and the new animation) here is acturally pretty good though, I agree with you totally.
 
Last edited:

niho1

Newbie
Dec 23, 2020
77
104
109
Is there a way to unlock the last image in the gallery? Or will it come in a future update?
 

jimmyjambles

Member
Mar 8, 2022
120
346
186
Does anyone know how to turn off that damn text animation?
If you're talking about the slow text speed, yes.

It can't be changed using the slider on the Options screen because the dev coded a text speed into the script.rpy file, instead of using the defaults in the options.rpy file.

Just open the script.rpy file in the "game" folder with a text editor and change this line near the top from:

Code:
define s = Character("Sayaka", what_slow_cps=80, what_slow_abortable=False, callback=no_inter)
to

Code:
define s = Character("Sayaka")
And change the one right below it from

Code:
define p = Character("Player", what_slow_cps=80, what_slow_abortable=False, callback=no_inter)
to

Code:
define p = Character("Player")
Then save the file, and you should be good.
 

HopeOfHalcyon

Member
Jun 26, 2021
126
166
166
If you're talking about the slow text speed, yes.

It can't be changed using the slider on the Options screen because the dev coded a text speed into the script.rpy file, instead of using the defaults in the options.rpy file.

Just open the script.rpy file in the "game" folder with a text editor and change this line near the top from:

Code:
define s = Character("Sayaka", what_slow_cps=80, what_slow_abortable=False, callback=no_inter)
to

Code:
define s = Character("Sayaka")
And change the one right below it from

Code:
define p = Character("Player", what_slow_cps=80, what_slow_abortable=False, callback=no_inter)
to

Code:
define p = Character("Player")
Then save the file, and you should be good.
Thank you for that. My reading speed is faster than that and the animation of text appearing is distracting. Its just frustrating all around.
 
  • Like
Reactions: jimmyjambles
3.00 star(s) 1 Vote