June Sunday
Newbie
- Feb 6, 2022
 
- 38
 
- 69
 
- 95
 
AI does a pretty good job.How do you plan to imitate the artwork since the game artist himself couldnt even do that with his works from just 2 years ago?
AI does a pretty good job.How do you plan to imitate the artwork since the game artist himself couldnt even do that with his works from just 2 years ago?
To be fair someone needs to pay in the place for the rest of us.It's dreadfully ironic to see someone on F95 of all places suggest that another user paywall their mod...
Here are some suggestions, feel free to add them or not.You can always suggest to me what I should do, but keep in mind that everyone has their own taste and I can't satisfy everyone. I'll start working on it.
outside of bug fixing, the dev announced that the game is done, there won't be any more expansion from them.Will there be any more updates?
I'd like see Scandalous mode replaced with something easier. Right now it's just an annoyance.That's it for now. I will post my initial mod here later. You can always suggest to me what I should do, but keep in mind that everyone has their own taste and I can't satisfy everyone. I'll start working on it.
I'm curious what do you mean by rendering lactation programmatically. Do you plan to generate liquid real-time with particles or something?the graphic will be rendered programmatically if possible
depending on what version you came from, there's nothing really important, just CG overhaul, the P-cup DLC and fixes.What new with updates?
Would love added mechanics in the game imoAfter digging for a while on my own, I started to take some summary about this.
The author, or should I call him Rem, uses a lot of plugins, some of them in Japanese. For example,You must be registered to see the linksplugin is used to render Karryn's pose to the screen. Not only are the docs in Japanese, but Rem also tweaks the plugin itself.
If my mod also tries to override it, the future me will be so angry because of compatibility issues (Rem can update his plugins, and detecting what changed will take a lot of time). RPGM somehow uses pixi.js for its renderer. Luckily, I have already worked on a lot of pixi projects before, so I decided my mod would use its own scene, overlaying the actual game.
The assets are kind of a mess (IMO). I mean the structure. Rem manages his assets based on folder and filename. He makes the image size the same for the entire pose. This is both bad and good at the same time. It's good because I can try to detect the RECT(x,y,w,h) of the actual artwork on each asset with a script, and bad because the total count is 16,742 PNG files. FYI, I plan to add lactation (both visual and gameplay), and the graphic will be rendered programmatically if possible.
Here are the tweaks I am currently working on:
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
That's it for now. I will post my initial mod here later. You can always suggest to me what I should do, but keep in mind that everyone has their own taste and I can't satisfy everyone. I'll start working on it.
How can I get those stuff based on your screenshot Is this a mod ????I like to see Karry completely naked but I also like to see how her clothes slowly fall off. Can the scenarios be disabled? I want to play with all the scenarios but I don't want to see Karry naked all the time. How could I do that?
View attachment 4288712
If you search RemtairyKarryn.js for this function, then change it to return only high numbers like I did here, her clothes will get damaged in battle, but she'll never enter scandalous mode. Eventually, she'll be walking around naked.I like to see Karry completely naked but I also like to see how her clothes slowly fall off. Can the scenarios be disabled? I want to play with all the scenarios but I don't want to see Karry naked all the time. How could I do that?
View attachment 4288712
Game_Actor.prototype.getNightModeScoreRequirement = function() {
    if(Karryn.hasEdict(EDICT_DIFFERENT_MINDSET_EFFECTS))
        return 99;
    else
        return 99;
};
	If is not a mod maybe It's a passive skill for table dance side job...how unlock
View attachment 4362524
save 7 non virginanyone have full-save? i try to instal mods and i lost my progress...
It doesn't matter what you do, there are some actions that will eventually unlock sadism related passives. You can't prevent those.but no matter what i do, karryn ends up becoming somewhat sadist
I believe you need to rack up masochist passives as fast as possible, because they lock the sadist progression at some point, you'll need to check the passives' unlocking conditions to be sure, as I'm not a hundred percent certain of that, there's maybe sadist passive unlocking up to the confident trait no matter what. you can do so with the cheat menu mod, even without modifying any variables, if your goal is to play somewhat legit, but if you don't really care, you can simply lock the sadist passives progression in the cheat menu.I love this game but i hate how easy it is to start gaining those Sadist Passives. I try running away from battles from time to time, i try losing some battles... but no matter what i do, karryn ends up becoming somewhat sadist... Have anyone found a reliable method on how you should approach the battles in order for karryn to not become sadist. I thought what i do of running away, and not attackin more than 3 times on row, and losing battles should be enough.