Mar 29, 2020
129
291
187
i feel this game lost the course for me, now is a fuckfest witout sense i know this is what a porn game is for but i dont feel the netorare or the hidden netorare :(
Nah I've been saying this since chapter 3. Things moved way too fast and there was basically zero resistance on behalf of the protagonists. There's the fact that Nicole outright early on talks about getting Aki ready for the "events", then her and the creator backtrack saying no Nicole is actually nice and cares about Aki... Would have been way better if there was more development and slow corruption...
 
Feb 22, 2022
2
1
13
also for linux users if u use a chromium instance saves are stored in localforage so i wrote this small tool to import saved games, will have to make one for exporting but i cbb


HTML:
<!DOCTYPE html>
<html>
<head>
    <title>RPG Maker MZ Save Importer</title>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/localforage/1.10.0/localforage.min.js"></script>
</head>
<body>
    <h1>RPG Maker MZ Save Importer</h1>
    
    <p>Game ID: <input type="text" id="gameId" placeholder="Enter game ID"></p>
    <p>Select files: <input type="file" id="files" multiple accept=".rmmzsave"></p>
    <button onclick="importFiles()">Import</button>
    
    <div id="output"></div>

    <script>
        function log(message) {
            document.getElementById('output').innerHTML += message + '<br>';
        }

        async function importFiles() {
            const gameId = document.getElementById('gameId').value;
            const files = document.getElementById('files').files;
            
            if (!gameId) {
                log('Please enter game ID');
                return;
            }
            
            if (!files.length) {
                log('Please select files');
                return;
            }
            
            for (const file of files) {
                try {
                    const content = await readFile(file);
                    
                    const filename = file.name.replace('.rmmzsave', '');
                    const key = `rmmzsave.${gameId}.${filename}`;
                    await localforage.setItem(key, content);
                    
                    log(`Imported: ${key}`);
                } catch (error) {
                    log(`Error importing ${file.name}: ${error.message}`);
                }
            }
        }

        function readFile(file) {
            return new Promise((resolve, reject) => {
                const reader = new FileReader();
                reader.onload = e => resolve(e.target.result);
                reader.onerror = reject;
                reader.readAsText(file);
            });
        }
    </script>
</body>
</html>
just save it as a html in your game folder and open it from the same chromium instance when your game is running and refresh
also if you're not careful you'd probably rewrite your saves so be aware of the risks

chromium --allow-file-access-from-files --disable-web-security index.html
 
  • Like
Reactions: enumate

FamilyNights

Formerly 'Jolly_Rancher33'
Jul 6, 2021
145
197
158
I wish the game didn't sissify and futafy Jake. Futa NTR is best when it's a man being cucked, not a femboy/futa.
 

Hadyon

New Member
Apr 8, 2018
9
0
124
I like the direction personally. Neotare, but I cannot help but like all the characters.

The usual NTR game brings out the fury of a thousands suns.
 
Last edited:

Gildarts_3

New Member
Feb 4, 2024
3
1
47
I liked how the story progressed but I would like to know if at some point Jake will be fucked by the main futa?
 

Somnialamment

Member
Apr 19, 2018
270
126
98
Can someone recommend similar games like this one that has Futanari theme mixed with NTR on the main girl?

I am waiting now for the release of the final chapters (stopped on Charpter 5) but this game its really good!
 

stahalle

Engaged Member
Jul 11, 2018
2,350
4,233
520
Can someone recommend similar games like this one that has Futanari theme mixed with NTR on the main girl?

I am waiting now for the release of the final chapters (stopped on Charpter 5) but this game its really good!
trouble in the arena is the only one i can think of at the moment.
 
  • Like
Reactions: Futackerman

Futackerman

Member
Nov 8, 2016
138
259
258
Can someone recommend similar games like this one that has Futanari theme mixed with NTR on the main girl?
Well, futa x fem mixed with NTR has a few, but I don't know if they'll all fit as NTR with the main girl.

Trouble in the Arena: The MC's girlfriend and teammates are stolen by her futanari servant.
Futa's World of NTR: There's a route where the Futa MC steals her friend's girlfriend;
Accord: There's a route where the Futa MC steals another futanari character's harem;
My Girlfriend & My Futa Grandma: The protagonist's girlfriend is stolen by her futanari mother;
Instinct Unleashed: Futa MC steals her brother's wife;
Eruption Imminent: There's a cuck route where the MC's mother is fucked by a futanari;
The Red Room (abandoned :cry:): The MC's girlfriend is blackmailed into cheating on her girlfriend with a futanari police officer;

There are probably more, but for now I only remember these.
 

Somnialamment

Member
Apr 19, 2018
270
126
98
8 Gigs?! Wtf how long is this???
Its not long at all at least i think if you play it without any stops (fapping) i think in 2 hours you reach the chapter where the game is.

Or at least for me was really linear and "short" when i checked depending the releases of the dev the chapter where i was in that moment.
 

Icarus Media

F95 Comedian
Donor
Game Developer
Jun 19, 2019
10,516
38,902
1,002
Well, futa x fem mixed with NTR has a few, but I don't know if they'll all fit as NTR with the main girl.

Trouble in the Arena: The MC's girlfriend and teammates are stolen by her futanari servant.
Futa's World of NTR: There's a route where the Futa MC steals her friend's girlfriend;
Accord: There's a route where the Futa MC steals another futanari character's harem;
My Girlfriend & My Futa Grandma: The protagonist's girlfriend is stolen by her futanari mother;
Instinct Unleashed: Futa MC steals her brother's wife;
Eruption Imminent: There's a cuck route where the MC's mother is fucked by a futanari;
The Red Room (abandoned :cry:): The MC's girlfriend is blackmailed into cheating on her girlfriend with a futanari police officer;

There are probably more, but for now I only remember these.
Yay, mine is in the list!
 
4.40 star(s) 35 Votes