She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

BatatoFritu

Newbie
Jul 3, 2022
25
30
89
Can someone teach me how to install the Coward mod, please?, i'm very curious to see what has been done but i don't even know where to download the mod in the first place.
 

AppleMoon

Newbie
May 27, 2022
61
11
98
Can you please tell me how to download the MOD from the arca.live website?
 

9onightmares

Newbie
Mar 10, 2021
82
28
95
How does one do the Yui math drill mini game (because i suck at math, and i wasn't extremely good with my times table and my divisions as well), i know it's optional in this one but if i was to go back and do Summer Memories again she will be the only one unfinished, i might be able to do the running mini game with some back breaking labor but Dojin Otome (If i even spelled that correctly) is brutal with the mini games in these games sometimes.
 

Acha

Newbie
Sep 8, 2017
36
3
41
What is the point of Lust? I don't see it having any function outside of causing the jizz in your pants scene...
 

Sinombre1887

Member
Nov 6, 2023
145
201
176
What is the point of Lust? I don't see it having any function outside of causing the jizz in your pants scene...
the more stamina you use in pixel sex the more your lust goes down when you finish thus the more lust you have you get more memories (from what I remember you only get memories from lust not stamina in pixel sex) you gain, meaning faster level ups and memories to buy skills at the end of the day
 

WeeMissHarley

Newbie
Oct 19, 2017
67
339
144
Paste this into main.js (delete or comment out the block of code you may be using for fullscreen):

Code:
function resizeAndCenter() {
    let desiredWidth = 1508;
    let desiredHeight = 840;

    window.resizeTo(desiredWidth, desiredHeight);

    let newLeft = (screen.availWidth - desiredWidth) / 2;
    let newTop = (screen.availHeight - desiredHeight) / 2;
    window.moveTo(newLeft, newTop);
}

setTimeout(resizeAndCenter, 1000);
This is a simple 2x window size on game launch. It's NOT integer scaled because this game is doing something funky with the resolution or canvas, but it's tremendously close to it. It won't wreck the pixel art the way fullscreen does.

In my opinion the ideal way to play this game is with a clean main.js and then using LosslessScaling to apply integer scale. It will give you the largest size your display can handle for this game without distorting pixels.

This main.js tweak is a close second and doesn't require extra software, so I recommend people give it a go.

The game's native resolution is 745 x 400. I tried using simple math in a function to determine the largest integer factor the player's display can contain but it became clear after testing even with the simplest possible solution ( just doubling it ), that the game does not react well to scaling via any method I could think of. I'm not sure what the source of the dimension offsets is, but I landed on 1508 x 840 which produces a 1490 x 800 window, which is 2x native res. The scaling is imperfect, but since there is no panning in this game those imperfections are close to imperceptible.
 

Cacaslip1234

Newbie
Jun 12, 2024
28
24
81
How can I DL these mods ?












 
4.60 star(s) 86 Votes