Aside from what Dogorti says, games made with Honey Select, Koikatsu or similar cannot be published on Steam (if I remember correctly, since HS and KK are games, it has to do with the software licenses that prohibit selling "games" made with them).Imo he should skip Patreon and try to get it on Steam asap.
Correct, Honey Select and Koikatsu, arent meant to be engines in the first place. They are their own games made by Illusion Software. Its kinda like trying put a game on Steam made out of Skyrim mods. Its just copyright infringmentAside from what Dogorti says, games made with Honey Select, Koikatsu or similar cannot be published on Steam (if I remember correctly, since HS and KK are games, it has to do with the software licenses that prohibit selling "games" made with them).
Nah, Patreon is really going hard in it. As some already said, even the landlady roommate stuff is being targeted because most are a clear circumventing of actual plot.The incest is not the main issue here, a lot of devs are circumventing that with patches and whatnot. Like others pointed out, the main problem is the age of the characters which would absolutely not fly on Patreon.
Blame payment companies like mastercard and stuff. Maybe SS will go down the same path in the future, unfortunately.Nah, Patreon is really going hard in it. As some already said, even the landlady roommate stuff is being targeted because most are a clear circumventing of actual plot.
Personally, I believe it's dumb, it's still fantasy, but whatever. What's next, going to ban Game Of Thrones mentions on it?
I hear that a lot, but I'm yet to see any game getting permanently banned from Patreon based only on that. If you filter "incest" tag, pretty much all of them still have their patreon pages up just fine, even super popular games which you'd think would be on their radar. I think they are giving devs a scare more than anything, very few are actually beeing banned for the usual circumvention tactics.Nah, Patreon is really going hard in it. As some already said, even the landlady roommate stuff is being targeted because most are a clear circumventing of actual plot.
Personally, I believe it's dumb, it's still fantasy, but whatever. What's next, going to ban Game Of Thrones mentions on it?
It wouldn't work, Patreon are asshats, they ban even for off platform contentFor this game to be on Patreon, the dev would have to change mc model and other characters to adults models and change the school setting to college stuff = boring shit.
He could make a patreon without sharing the game links on patreon or the images though. No idea if that would work.
Reincarnation, slow burn incest since the story didnt let you impregnate Jackie yet
- Is this game Isekai type?
- And how's MC personality?
- There's incest too, incest is slow burn or MC is fucking his mom from the start?
Game looks really good, that's why I would like to know.
Thanks~
Hm........I see.Reincarnation, slow burn incest since the story didnt let you impregnate Jackie yet
else, the story are quite good and fast for a AVN
also, the MC probably would what you behave as if you're reincarnated
Corruption is for the lewd and male dom, and seduction is well... Sweet and might be more in depth, probably best if you just pick seduction if you want to romance on certain LI, if not feel free to go corruption.Hm........I see.
There's two routes, corruption and seduction?
For some reason I think seduction route is vanilla route and corruption route is a bit dark route maybe?
I'm not sure since my corruption point is zero in most of the lis.
Can you enlighten me a little bit?
Kinda, but not overall so. The corruption part is more focused on the sexual relationships, while the seduction route is a bit more romantic, there's one exception in which the corruption route gets dark with some blackmailHm........I see.
There's two routes, corruption and seduction?
For some reason I think seduction route is vanilla route and corruption route is a bit dark route maybe?
I'm not sure since my corruption point is zero in most of the lis.
Can you enlighten me a little bit?
Not really vanilla. Seduction is more like you make the target love you. Corruption you make the target crazy about you.For some reason I think seduction route is vanilla route and corruption route is a bit dark route maybe?
Well Bai Bai is taking a break until novemeber(for now) so nothing until then.Update when?
For the modded version: I don't know. My guess would be that the sound channels don't get defined in the script.rpy and that may be why they loop by default. If you want to fix it yourself look whether these lines of code are in the script file and if not paste them there (don't define the same channel twice):I got a sound problem at this exact moment of the game:
View attachment 4136717
The e_sfx repeats itself in a loop, even when progressing through the renders.
The affected sound is in this folder:
View attachment 4136721
and the line of code can be foud here:
View attachment 4136725
(game/d2.rpy)
Following commands in the console did not stop the affected sound:
renpy.sound.set_volume(0.0,channel="sound")
renpy.sound.set_volume(0.0,channel="audio")
renpy.sound.set_volume(0.0,channel="sfx")
renpy.sound.set_volume(0.0,channel="hsfx")
renpy.sound.set_volume(0.0,channel="hsfxl")
renpy.sound.set_volume(0.0,channel="e_sfx")
>(all these with '.stop' instead of '.set_volume' as well)
renpy.sound.stop(filename="audio/e_sfx/ff/short_breath.01.wav")
I also got 2 versions of the game. One version is modded with the WT, the other is not.
This problem occurs on both versions. The showcase obove occurs on the modded version. On the default version, the problem is pretty similiar, occuring at the same scene, but another sfx is affected.
I'd appreciate any form of constructive support.
I am at the very beginning of understanding ren'py and python, so please dont go too harsh on me, not even understanding basic commands within python right away, ty (please dont hesitate, GPT can solve the understanding for me)
EDIT20241016 - 01:34~ o'clock UTC+1:
I managed to have this scene without sound trouble within the default version. I effectively just took a savedata from before (the moment of confrontation with Viktoria before) and the sound issue has not occured - choice with Steph was groping tits. (Default [nonmodded] - v0.8hd-pc)
I'll test this thoughfully tomorrow, so this doc might change then, or i just write another, depending on the problem.
init python:
renpy.music.register_channel("sfx2", "sound", loop=False)
renpy.music.register_channel("hsfx1", "voice", loop=False)
renpy.music.register_channel("hsfx2", "voice", loop=False)
Hope everything is good with you, and hope you take the needed rest. I'm sure most fans understand the need of delay, take the time needed, if that's what it takes to assure quality on the release then I'll calmly wait till then.For the modded version: I don't know. My guess would be that the sound channels don't get defined in the script.rpy and that may be why they loop by default. If you want to fix it yourself look whether these lines of code are in the script file and if not paste them there (don't define the same channel twice):
For the non-modded version: I believe there are still about a handful of these looping sounds that don't get stopped properly in v0.8b. I should have fixed them awhile ago but I always pushed it back to v0.9 and well, now here we are.Code:init python: renpy.music.register_channel("sfx2", "sound", loop=False) renpy.music.register_channel("hsfx1", "voice", loop=False) renpy.music.register_channel("hsfx2", "voice", loop=False)
Either way, here are the non-modded d1-d6.rpy files with all the sound bugs I could find fixed. (These won't work with the modded version). If you find more feel free to share them. If you want to fix them yourself all you have to do is to put "stop *Channel-name*" (for example: "stop hsfx1") where you want the sound to stop looping. Alternatively the looping sounds get canceled by themselves when another sound of the same channel is played (but that may take a while with some of them).