Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Naughty Arcade Studio

205
Posts
7
Topics
1,967
Followers
A member registered Jun 12, 2024 · View creator page →

Creator of

Recent community posts

Indeed, I messed up with the file and the script.

It's fixed, you'll need to redownload it and to import all files of the zip file in the game.

Sorry for the inconvenience

You say "dragged all the new files" but also "I even dragged the new java"...
You did imported all files of the archive in the game, right ?

There was people who had tha bug before, and it was the mp4 format of the video that were preventing them to play. I'll check if I did fix the classic archive and not just the "Game Ready"

A gallery separate from the event launcher could be a nice addition.

Regarding the controls during scenes, I'm not sure I fully understand what you're referring to...
A pause function isn’t really necessary since you can simply stop progressing the scene.

For “auto”, do you mean something similar to an auto-advance feature like in Ren’Py?
And for “forward”, could you clarify what you have in mind? Do you mean skipping ahead in the scene?

Hello,

No that's not planned to currently.

To help me resolve the video launch issue, could you please modify your ‘package.json’ file as follows: 

{

    "name": "rmmz-game",

    "main": "index.html",

    "chromium-args": "--force-color-profile=srgb --user-data-dir=userdata  --disable-devtools=false --auto-open-devtools-for-tabs",

    "window": {

        "title": "NTR Tales - Adventurer Corruption",

        "width": 1280,

        "height": 720,

        "position": "center",

        "icon": "icon/icon.png"

    }

}

When you open the game next time, the console will open. Switch to the "console" tab if it is not selected by default, then load your save. If an error message appears, could you send it to "naughtyarcadestudio@gmail.com" ? Thank you very much.

For the censorship, it's solved with the new archive, sorry about that.

For the animation never playing, can I know on what OS are you playing ? It is windows 11 ?

Can you try to play it with the "DLC - Animated Picture (Game Ready).rar" (And uncompress it with WinRar) ? 

Huh ? That'ss weird, what archive did you play with ? 

It's a possibility, yeah... It happen sometimes. If you change on your HDD the folder (Like take the game that work and move it to a newly created folder) does it still work ?

Replace "package.json" with this : 

{

    "name": "rmmz-game",

    "main": "index.html",

    "chromium-args": "--force-color-profile=srgb --user-data-dir=userdata",

    "window": {

        "title": "NTR Tales - Adventurer Corruption",

        "width": 1280,

        "height": 720,

        "position": "center",

        "icon": "icon/icon.png"

    }

}

I can only say I'm sorry for that error. It's fixed, thanks for the report.

You were talking about this demo, right ?

True ending have something to do with (no) Lust and the Mirror of Desire.

The hint at the end of the game isn't in this game. It's for a later game.

In the dungeon. There's fire-like monster, but you need to pass by the adventure guild before.

Well, you can search for Stable Diffusion online and download it, it have his own installer and it's pretty easy to install. For Illustrious you download it from Civit AI.
The first step is to forget what you want, and accept what the AI can do for you, which are two very different things. 

Then you'll have to understand the basic of prompting and try and retry and retry again...

I'm generating them on my PC, with Stable Diffusion and Illustrious.

Good ending sequel might be fun too, yeah 🤔

But no, i was thinking about the NTR end.


I really liked the "realtime" change too, yeah. It was very cool, I think.

I don't think I'm gonna remake this pellicular game.

Though, I do plan a sequel someday, and to re-use the gameplay of the picture changing on realtime.

My bad, I didn't checked the android checkbox for the apk file.
It's now checked, it should tell you now.

If you own the game on steam I advise you to buy the DLC on steam, that would be better for you (and easier too).

The DLC animate the picture of the game (The events)

Hum... No, I don't think so, sorry :'(

Hello, sorry if it wasn't clear.

I modified your code with the code I posted earlier. It works correctly now, I simply added the width calculation from the source code of RPG MZ.


Before posting the message, I checked whether the bug still occurred on a “clean” project, and it did. My apologies if the bug does not appear for you.

Hello, I'm using your plugin and it's really great one (An awesome on, shoud I say)

I just wanted to share a little bug I had, where the namebox of message box would not shown at the correct size. Otherwise, I recommend 1000% this plugin, it's a really powerfull one.

(By exemple if actor 10 was "Seraphina", \N[10] would transcribe a Seraphina but the name box would only show "Seraph")

This was due to the override of "Window_NameBox.prototype.windowWidth", which I modified a little, using the "source code" of RPG MZ :

const _Window_NameBox_windowWidth = Window_NameBox.prototype.windowWidth; 
Window_NameBox.prototype.windowWidth = function () {
      if (this._name) {
        const cleanName = (translations[this._name] || this._name).replace(/<[^>]*>/g, '');
        const textWidth = this.textSizeEx(cleanName).width;
        const padding = this.padding + this.itemPadding();
        const width = Math.ceil(textWidth) + padding * 2;
        return Math.min(width, Graphics.boxWidth);
      } else {
        return _Window_NameBox_windowWidth.call(this);  
      }
};

It's an open ending for the sequel, which I wanted to make. A vote on Patreon led to the sequel being postponed until the next game, “The Elf Next Stream,” which I'm currently working on.


For the brother, I wanted to make a story arc about him, but that'll probably happen in the sequel. She didn't cheat on him at that time, not in a sexual way at least. 

Then you can manually reset your save, it's here : 

C:\Users\%USERNAME%\AppData\LocalLow\Naughty Arcade Studio\NTR Tales - Tears of the Cuckcold (or "NTR Tales - Tears of the Cuckcold 2")

If that bug happen again, let me know, with some explaination of how it happened too. Thanks :)

It happened right away, or you had some dialog before ?

Hello,

I this the first you played or have you played before ?

You said you can't reset the chap, you mean on the main screen ->  "Save&Load -> Reset Current Data" doesn't work ?

You're probably playing the demo version.

Else, you have to go talk to Blynn

Thanks for the comment!

Well, you'll be happy to see the next project I'm gonna make, because a lot of your suggestion are planned for this one.

See you soon 😉

Sorry I ... Don't understand 😅

Send a email at naughtyarcadestudio@gmail.com

The bug is still there, right ? I don't have that error (obviously) but I can think of a workaround if the webgl version was working before.
You're playing it on steam ? Anyways, I'll wait for your email.

Hello, and thanks for the offer.

Sorry to dissapoint you, but I'm not currently looking for translator (I don't plan to add localization to this game)

The released is planned for the 30th yup. Steam should be ready in time.

I don't think RPG Maker MZ have a Linux native version method sorry.


Streamer girlfriend would take place in a modern world yeah, with job and stuff while she ... "wander the street" we'll say.
It would be interressing to have it in a fantasy world though. I wanna make an elf ! 🤣

No, sanity can only decrease

1) I can't see your picture but you can send it to naughtyarcadestudio@gmail.com if you want.  I double checked by playing it, I haven't had any problem with the emoji ?

2) Thanks, I re-gen'd it.

3) Typo were ? in general or in Aria's thoughts?

I won't answer the first paragraph to keep it for the full release, but :

>Want to suggest what could or should happen next?

The gameover scene isn't the ned, it's more a "bad end" than an end Your additional endings could have been cool, there's three possible ending in the full release (four with the gameover). Pregnancy isn't in the game through.


>Headcanons

In the full release, you can unlock scene with Dareth, the Inn or the Velvet house. 


>Scene suggestions 

The game features a scene like this... With the goddess Popsicle. You can “get a glimpse” of what she does. 

1) I wanted to encourage the player to walk around the city a bit to check out where the buildings were, etc., without triggering any “sexy” events. But it is maybe a little too much hard to find yeah. Sadly I can't modify it now that I've sended it to Steam :'(

2) Thanks, it did was pretty hard to do so ! Aria's Saint II is very usefull, until the end.

4 and 4.2) That's great idea, I'll keep it for eventual post-release update or next game.

5) Sadly the goddess doesn't have that much scene in this game. Sorry !

At first, I hadn't created the dialogue tool to help me integrate them into the game, so it was quite time-consuming and tiring.

With this tool, I was able to vary the sentences more, and it took me a little less time. There's a little more diversity in the final version (in the dialogues).

For the “I'm sorry, Caelum~ ♥️,” I was more in the mindset of “She doesn't think about him at all anymore,” you know?


The full release is scheduled for October 30, so you'll be able to enjoy it soon :)