金銀鈿荘

Newbie
Feb 17, 2018
72
22
131
The engines are different — Mari runs with NW.js, while Dana uses Electron.
Their next game will probably be made with Unity — at least that's what I remember them mentioning.

Side note: Dana is the earlier game; Mari came out later.
o ic. thx
 

Time2121

New Member
Jun 4, 2023
3
3
113
Dana Mod - v1.1.8
Unnecessary libraries removed, full screen and frame issue fixed, cheats added in accordance with the panels.
Enjoy the game!

Files
Pixeldrain



View attachment 4847380


Dominance 7 Save:
File in the same link.

Save file location;
%appdata%

Things to do
  • Sleep
  • Time control
  • Fatigue

Special thanks to "Arafat//OneWay" for sharing it with us.
He says that the virus has been detected. Worried a bit. :/
 

Mr Redux

Member
Aug 9, 2017
179
562
255
He says that the virus has been detected. Worried a bit. :/
I only edited the contents of the asar file (UI and coding), all the remaining files are from the version published on Steam.

Why does my game just goes into a black screen? Any idea why does this happen or do i just need to wait? View attachment 4865526
Try running it as administrator, it's probably having trouble accessing the save files. When I accidentally opened two instances at the same time, it was also delayed for me — about 20–30 seconds.
 

Time2121

New Member
Jun 4, 2023
3
3
113
I only edited the contents of the asar file (UI and coding), all the remaining files are from the version published on Steam.


Try running it as administrator, it's probably having trouble accessing the save files. When I accidentally opened two instances at the same time, it was also delayed for me — about 20–30 seconds.
Somehow it worked. I don't ask why but it did. Still ty for the anwer. :D
 
  • Like
Reactions: Mr Redux

raizen23

Member
Sep 15, 2020
232
65
151
the bar under rage bar. get it to full while she awake. if she sleep. just spam undress her panty to wake her up.
the one that looks like a brain? since I try it with the lewd one but he ends up hitting me and when he sleeps he has an orgasm but that's it and I try it using objects but they are useless
by the way, why should I try that because when I choose to go in without a bra, the brain bar is a bit full.
 

Modnarrrr

New Member
Jun 24, 2018
8
5
129
Has this happened to someone or know how to fix it? She also doesn't appear on the couch. Which made the dialogue about seeing her, just sitting on the couch, very confusing. 1.PNG
 

Yonnediwalter

Newbie
May 6, 2024
79
12
94
Joiplay using the latest version lots of errors.
-in the first dialog
-after selecting start
-select the .exe or index.html remains the same
 

imetus

Member
Aug 29, 2017
216
113
210
Pretty buggy but great concept. Careful not to spread her hips or you skip onto the next phase and because you're missing a phase the entire week is screwed since you're not able to finish.
 

raizen23

Member
Sep 15, 2020
232
65
151
someone should make a guide for this shit, now that I've finally overcome level 4 of domination I'm stuck on level 5 haha
 

Mega_

Newbie
Jun 26, 2021
20
53
47
This script removes all fatigue, gives you 100 of each item, boosts money to 999999, and maxes out dominance.

Paste it into the browser console (Ctrl + Shift + I → Console tab) while the game is open, press Enter, and the game will reload with all the changes applied.

At first if not all massage options are available, run a quick massage and the rest will unlock.


Credit to ChatGPT for making the code :BootyTime:



JavaScript:
let savedData = JSON.parse(localStorage.getItem('massageData'));

savedData.items.forEach(item => {
    item.owned = 100;
});

savedData.money = 999999;

if (savedData.fatigue) {
    Object.keys(savedData.fatigue).forEach(key => {
        savedData.fatigue[key] = 0;
    });
}

if (savedData.tired) {
    if (Array.isArray(savedData.tired)) {
        savedData.tired = savedData.tired.map(() => 0);
    } else {
        Object.keys(savedData.tired).forEach(key => {
            savedData.tired[key] = 0;
        });
    }
}

savedData.Boost_Fatique = 100;

savedData.compAdv = 7;

localStorage.setItem('massageData', JSON.stringify(savedData));
reloadGame();
 

BigBootyBerran

New Member
May 25, 2025
1
0
1
When trying to launch the game it shows a white screen for a couple of seconds and then closes down.
But there is still a process running according to the task manager.
Been trying to find a solution and have tried from previous posts here.
Anyone who got it to work?
 

SanEro_III

Newbie
May 10, 2018
29
30
23
I gotta be honest, I'd been playing the 1.1.5 release for weeks now and I finally got an ending (the reversal True Ending) and I don't know why I put the effort in. Especially since I replayed this on and off for like I think two weeks.

I don't think I'll replay this to get more endings or anything like that though. The fact that the follow up is just gonna be more of this is wild to me. If I knew how to work autohotkey well enough I'd probably just set up a couple of scripts to handle the click timing of the circle game, hand wiggling for the vertical bar (for sex), and then the click timing mini-game.
 
  • Like
Reactions: TheWebRoamer

TheWebRoamer

New Member
Dec 19, 2020
9
12
61
I gotta be honest, I'd been playing the 1.1.5 release for weeks now and I finally got an ending (the reversal True Ending) and I don't know why I put the effort in.
I mean yeah its not the worst thing I've ever played but I definitely hear u. Bit tedious. But also, I just feel like theres not a whole lot like this out there, so beggars cant be choosers
 

Wretchedd

Member
May 19, 2024
193
279
149
Guide
work in progress
You don't have permission to view the spoiler content. Log in or register now.

Hacked a bit* version
UI still sucks, but game-play is bearable now.
Modified game.js in attachment.
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.

NW.js port
to run on Windows / Linux / Mac OS
You don't have permission to view the spoiler content. Log in or register now.
where the hell do you put all this? i see no dist folder, but i can search it, then how do i deploy it?
 
3.20 star(s) 35 Votes