Skip to main content

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

Trejon

218
Posts
5
Topics
2
Followers
55
Following
A member registered Jul 31, 2024

Recent community posts

(1 edit)

Mila lacks a lot of conversations with MC, so far 99% of their talks are about NTR... At least if you dont have the time to do a proper talk between couples... imply it... "Today we talked about our love life". Also, Mila has no shred of doubt, guilt, shame nor hesitation. Making us wonder if she even loves the mc at all.

wow.... thats a lot of effort you put in the game. Respect. Since its already in the debug, then i should be a lot easier to let names appear in the normal game.

Nice, but i dont think its hard to put the number of the pictures or names in the gallery. Maybe you can create a template and cascade it? You only need a text box to put over the images in the gallery, and im quite sure, all images have at least a number to it or you wont be able to tell which one is which

mmm..... can you then name or enumarate all pictures or put codes on them to tell from which gallery it is? That way its easier to find them. Maybe then add an optional spoiler's section to access in the gallery in each picture that tells which choices are neede to get there?

i will check this later todau, the save feature got bugged out in the previous version, causing the game to close everytime i load any. I even tried a fresh start by deleting the game folder from the APPDATA but that didnt fix the issue.

The game is really good, but it NEEDS A FLOW CHART. The flowchart would list all choices along with the unlocked pictures numbers so we can get them (Except the hidden ones you added). At least that way we dont have to play the game 100 times and guess which choices unlocks what.

The game needs a flowchart. Specifically with the choices and the pictures unlocked and the current route. NTR Phone [v0.42.0] [Shybox] Did the flowchart and it came out amazing. Very easy to understand and to use. You click anywhere in the flowchart and you jump to that point. Saving is not needed

The flow chart is amazing!!!!!.... With it its impossible to get lost and you can unlock everything without issues.

Game is unplayable, the game crashes in 0.24.0 version. As soon as you try to load any save file, the game crashes. Dosnt matters what you do, even if you start from scratch, delete all old save files or even remove the APPDATA folder of NTR Mobile where save data is collected, then start the game to make a new one. The game still crashes

just today it got updated in patreon for 0.24

After selecting chapter 7 to advane and use both FF and PFF... when it gets to the mom message, the game breaks and dosnt loads, the mom chat gets a black image only.

I hope you can fix the window size issue.... I use 2 screens and the game loads in the small one and i cannot move the window at all. Also during the time when images load and the text appears, its really hard to progress since buttons overlap

Half year with no updates....

Did you fix the hotel scenes? I told you before that when i go to the hotel, the scenes are skipped ans she gets completely tired after only once and then even if she rests, its impossible to do more things she remains tired or when she recocers, you select the scene and the game says she is still tired and its skipped.  Before we could do like 6 sex events before bed, now its 1.

(2 edits)

Hey, i dont know if up made the chat message faster when i click the arrows, but its still way to slow, when at least make it 3 times faster.... Nevermind, somehow after i got an in game message from you about audio, chat started to mover faster, but i algo got caught in a loop after she shows the image of her brushing her teeth and me saying she is beautiful.... But then once it shows the car filled with boxes, chat becomes very slow again (I checked the arrow so that its turned ON)

Hey dude. Your game no longer appears in the search, its shadow banned or something. If i didnt had this on my library, i would not be able to find it. Its missing in all tags.

(1 edit)

guess this is dead... it was good,  Nevermind, author updated the 0.6 version....1 month ago in patreon

Will we ever the all chapters free or its only up to chapter 3?

The time for the freebie has come. You can now play up to Part 10 (the latest Patreon version) for free. (I go to the link of it and you cannot play it for free)

I hope so, life has taught me that if things can go worse... They will.

Ok fine... Now im motivated to finally find a job (I hope, i will soon reach 2 years jobless, nobody F hires and i even tried cashier)

Im at .21 version and the hotel is bugged... I do nothing and the scene of maggie being exhausted happens consecutively without being able to do anything at all. I went there in the morning and i could only do 2 scenes, since almost every single time maggie is KO. I arrived there in the morning and i clicked the heart to start, then the scene shifts to maggie in the bed completely tired, i must press the REST button of the bed icon 2 or 3 times in a row, otherwise maggie is still tired. Then i do one option for the sex, and boom, maggie is tired agian. This did not happen before.

i posted the code of the error

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 416, in script call

    mc_nvl "Hey Alexis, I just got your number from Mina!"

  File "game/script.rpy", line 556, in script call

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 561, in script

    menu (nvl=True):

IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "game/script.rpy", line 256, in script

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 256, in <module>

    $ renpy.pause(0.000001, hard=False)

      ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^

  File "game/script.rpy", line 416, in script call

    mc_nvl "Hey Alexis, I just got your number from Mina!"

  File "game/script.rpy", line 556, in script call

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 561, in script

    menu (nvl=True):

  File "game/script.rpy", line 416, in script call

    mc_nvl "Hey Alexis, I just got your number from Mina!"

  File "game/script.rpy", line 556, in script call

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 561, in script

    menu (nvl=True):

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):

  File "renpy/common/00gamemenu.rpy", line 174, in script call

    $ ui.interact()

  File "game/script.rpy", line 416, in script call

    mc_nvl "Hey Alexis, I just got your number from Mina!"

  File "game/script.rpy", line 556, in script call

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 561, in script

    menu (nvl=True):

  File "renpy/ast.py", line 1818, in execute

    next_node(self.items[choice][2][0])

              ~~~~~~~~~~^^^^^^^^       

IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "game/script.rpy", line 256, in script

    $ renpy.pause(0.000001, hard=False)

  File "renpy/ast.py", line 1187, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/python.py", line 1260, in py_exec_bytecode

    exec(bytecode, globals, locals)

    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/script.rpy", line 256, in <module>

    $ renpy.pause(0.000001, hard=False)

      ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/exports/statementexports.py", line 198, in pause

    rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay, pause_modal=modal)

         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/ui.py", line 304, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/core.py", line 2219, in interact

    repeat, rv = self.interact_core(

                 ~~~~~~~~~~~~~~~~~~^

        preloads=preloads,

        ^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        **kwargs,

        ^^^^^^^^^

    )  # type: ignore

    ^                

  File "renpy/display/core.py", line 3302, in interact_core

    rv = root_widget.event(ev, x, y, 0)

         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/screen.py", line 805, in event

    rv = self.child.event(ev, x, y, st)

         ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/behavior.py", line 1184, in event

    return handle_click(self.clicked)

           ~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/behavior.py", line 1107, in handle_click

    rv = run(action)

         ~~~^^^^^^^^

  File "renpy/display/behavior.py", line 411, in run

    return action(*args, **kwargs)

           ~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/common/00action_menu.rpy", line 120, in __call__

    renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen, **self.kwargs)

    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/game.py", line 372, in call_in_new_context

    return renpy.execution.run_context(False)

           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^

  File "renpy/execution.py", line 1022, in run_context

    context.run()

    ~~~~~~~~~~~^^

  File "renpy/common/00gamemenu.rpy", line 174, in script call

    $ ui.interact()

  File "game/script.rpy", line 416, in script call

    mc_nvl "Hey Alexis, I just got your number from Mina!"

  File "game/script.rpy", line 556, in script call

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 561, in script

    menu (nvl=True):

  File "renpy/common/00gamemenu.rpy", line 174, in script call

    $ ui.interact()

  File "game/script.rpy", line 416, in script call

    mc_nvl "Hey Alexis, I just got your number from Mina!"

  File "game/script.rpy", line 556, in script call

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 561, in script

    menu (nvl=True):

  File "renpy/display/error.py", line 135, in report_exception

    renpy.game.invoke_in_new_context(

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

        call_exception_screen,

        ^^^^^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        ignore_action=ignore_action,

        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    )

    ^

  File "renpy/game.py", line 301, in invoke_in_new_context

    return callable(*args, **kwargs)

           ~~~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/display/error.py", line 44, in call_exception_screen

    return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)

           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/ui.py", line 304, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/core.py", line 2219, in interact

    repeat, rv = self.interact_core(

                 ~~~~~~~~~~~~~~~~~~^

        preloads=preloads,

        ^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        **kwargs,

        ^^^^^^^^^

    )  # type: ignore

    ^                

  File "renpy/display/core.py", line 3302, in interact_core

    rv = root_widget.event(ev, x, y, 0)

         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/screen.py", line 805, in event

    rv = self.child.event(ev, x, y, st)

         ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1508, in event

    rv = super(Window, self).event(ev, x, y, st)

         ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 273, in event

    rv = d.event(ev, x - xo, y - yo, st)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/layout.py", line 1284, in event

    rv = i.event(ev, x - xo, y - yo, cst)

         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/behavior.py", line 1184, in event

    return handle_click(self.clicked)

           ~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "renpy/display/behavior.py", line 1107, in handle_click

    rv = run(action)

         ~~~^^^^^^^^

  File "renpy/display/behavior.py", line 411, in run

    return action(*args, **kwargs)

           ~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/display/error.py", line 51, in rollback_action

    renpy.exports.rollback(force=True)

    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^

  File "renpy/exports/rollbackexports.py", line 233, in rollback

    renpy.game.log.rollback(

    ~~~~~~~~~~~~~~~~~~~~~~~^

        checkpoints, greedy=greedy, label=label, force=(force is True), abnormal=abnormal, current_label=current_label

        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    )

    ^

  File "renpy/rollback.py", line 950, in rollback

    self.load_failed()

    ~~~~~~~~~~~~~~~~^^

  File "renpy/rollback.py", line 864, in load_failed

    raise Exception(

        "Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?"

    )

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.4.1.25072401

MINA! NTR Phone Story 0.19a

Sat May 16 23:16:34 2026

[/code]

Just got the update.... Windows version.... First minute of the game

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 416, in script call

    mc_nvl "Hey Alexis, I just got your number from Mina!"

  File "game/script.rpy", line 556, in script call

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 561, in script

    menu (nvl=True):

IndexError: list index out of range

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):

  File "renpy/common/00gamemenu.rpy", line 174, in script call

    $ ui.interact()

  File "game/script.rpy", line 416, in script call

    mc_nvl "Hey Alexis, I just got your number from Mina!"

  File "game/script.rpy", line 556, in script call

    $ renpy.pause(0.000001, hard=False)

  File "game/script.rpy", line 561, in script

    menu (nvl=True):

  File "renpy/ast.py", line 1818, in execute

    next_node(self.items[choice][2][0])

              ~~~~~~~~~~^^^^^^^^       

IndexError: list index out of range

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.4.1.25072401

MINA! NTR Phone Story 0.19a

Sat May 16 23:15:26 2026

[/code]

Can we save or at least choose which chapter we start? Its bothersome to have to start the game all over again with each update.

Your page is listed by itchio as malware and hacking tool. If not true, check on this.

Can you make the web version?

me too, thats why we are here.

How DO I SAVE!?

How are you getting low res AI images????... Also, chat is WAAAY to slow, even the speed up option is terrible slow. Also, whats with the confusing option "Select this phone" even means?

Damn .. thats bad. thats such a bad luck, maybe try to encrypt the game somehow to at least make it harder to leak?

I see? Well, i noticed that too, it records everything, from keyboard to mouse, so when the records are running... you cannot do anything else, so i pick up my phone or do something else around the house

(1 edit)

Read the app. It has 3 buttons. One to record, one to play once, and one to loop. Each button is a ON/OFF button. If you press the one to loop. press it again and it get turned off. Same with the recording, there is no notification that it finished recording or stopped. Its very simple software. You can then save the macro for later and load it. You can even load the macro in the space below to queue them and add how many loops.

For the buttons you can edit them to work with the keyboard. I seelected buttons 1, 2 and 3 on the keyboard.

Are the bugs fixed? Last time i tried the NTS route and follow the flowchart but its i get thrown into the NTR route instead and sometimes its gets blocked and crashes the game.

FINALLY!!!!!!!!

When do we get update 9.5 for public?

Im poor, so i csn only send my best wishes and that you sell 10.000+

FINALLY!!!!!!!!!!!!!!!!!!.... Now how to         -Make her bluescreen? XD

(1 edit)

Thank you DUDE!!! This app works perfectly! It did complex mouse movenents and keyboard keys without mistake and no delays like others macro makers i tried. Its free, and can be used for as long as i need. I saved a macro that takes 4 minutes of clickings and keys. And it did it. This will save me at least a few hours everyday. I would donate you if i had the money for it