Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1,924 to 1,963 of 2,134 · Next page · Previous page · First page · Last page

Do we miss content if we ask Yasuka not to work?

(+3)

You guys a setting up for what could be a great game.

Good job thus far 

I can't see his friend's house?is this a bug or I should do something first to open his house?I forgot the name but it's his friend with white hair the brother of chiaki

if by open his house you mean go inside the house then you can't, if by open his house you mean go to the area near his house then you just need to progress the story. if you still can't then maybe it's a bug, so far the only bug i got is the money one

(+3)

Excellent Art and good story

(+2)

Super jeu, et en plus traduit en Français, c'est pas magnifique ça ? Du pur bonheur du peu que j'y ai joué, le seul défaut pour le moment c'est le début, Le MC qui se réincarne sans peur ni stress rien, il est juste content, why not, mais c'est "faible"

Great game, and translated into French, isn't it wonderful ? Pure happiness from the small amount I played, the only problem for the moment is the beginning, the MC who is reincarnated without fear or pressure, he is just happy, why not, but it's "weak".

It's a great game... But very hard to read on Android.  The  characters and symbols are too small. 

(+1)

How to get the walkthrough?it have walkthrough right..!? 

Hey! I closely follow your game, I really like it. She inspires me to do my own thing. I have a small question, can you advise the sites on which you host your games? In addition to this site. Hope for an answer, thanks in advance!

(+3)

hey this might seem dumb but how and where do I start working bc apparently I've got the job but every time I go there I can't actually get in and the owner doesn't appear outside anymore

Deleted 2 days ago
(+3)

How do i access the walkthrough?

I can't get past the name menu on android, there's no enter button or way to get out of the keyboard

(+1)

Everytime I saw Akira I kept seeing the antagonist from Sculptor (a favorite of mine).

It made me grin, to imagine later playing that game and turning "Akira" into a girl~

Deleted 2 years ago
(+2)

I is definitely there. I spent about 10 minutes tapping everywhere before I found it

(+1)

Hi can someone tell me what does the cheat menu do?

You can change the clothes worn by all females

all except the loli

(2 edits)

is there money in noriko's room? I cant seem to get the cheat menu

but Ive collected all the money elsewhere.

Edit: I've figured it out, it was as I've said, you need to get all of the money in noriko's room. For it to be useful you need to make a new playthrough though

I found all the hidden money, but the cheat menu still isn't open? 

you need to also complete the game in the run where you collected all hidden moneys to unlock the cheat menu, i was also confused at first

How do i get the cheats menu to pop up

collect all money in every location, for minato's house and the konbini you just gotta spam click everywhere

(-2)

Hey,

I really like this game. I play on PC. In 3.3 I go to talk to Minato, but once the MC says where to go look for the sister, the game crashes on the next screen. If I "ignore", it goes back to main menu. This is from a save game I played at the end of 2.2.

you cant  play the saved games from prev ver CMIIW, probably that's the problem

If I were to become an engineer, I'd donate a lot

Hi, i just wanted to ask how to complete the jogging quest (one with muscular guy) cause everytime i click on him it crashes and doesnt continue. (i play on android so if thats an issue please do say)

I suggest reinstalling. I played the Android version today and it didn't crash on me.

Deleted post

Help Me

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "game/scripts/screens/residential district/minato's home/s_home_minato_exterior.rpy", line 1, in execute

  File "game/scripts/screens/residential district/minato's home/s_home_minato_exterior.rpy", line 1, in execute

  File "game/scripts/screens/residential district/minato's home/s_home_minato_exterior.rpy", line 28, in execute

  File "game/scripts/screens/residential district/minato's home/s_home_minato_exterior.rpy", line 28, in <module>

KeyError: u'home_minato_exterior'

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

Full traceback:

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/player's home/home_player_room.rpyc", line 352, in script call

  File "game/scripts/story/residential district/minato's home/home_minato_exterior.rpyc", line 112, in script

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

    self.call("execute")

  File "renpy/ast.py", line 1998, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "renpy/statements.py", line 278, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 569, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "renpy/exports.py", line 3132, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

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

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

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

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

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

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/core.py", line 568, in visit_all

    d.visit_all(callback, seen)

  File "renpy/display/screen.py", line 432, in visit_all

    callback(self)

  File "renpy/display/core.py", line 3694, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/screen.py", line 443, in per_interact

    self.update()

  File "renpy/display/screen.py", line 631, in update

    self.screen.function(**self.scope)

  File "game/scripts/screens/residential district/minato's home/s_home_minato_exterior.rpy", line 1, in execute

  File "game/scripts/screens/residential district/minato's home/s_home_minato_exterior.rpy", line 1, in execute

  File "game/scripts/screens/residential district/minato's home/s_home_minato_exterior.rpy", line 28, in execute

  File "game/scripts/screens/residential district/minato's home/s_home_minato_exterior.rpy", line 28, in <module>

KeyError: u'home_minato_exterior'

Windows-10-10.0.19041

Ren'Py 7.4.8.1895

Extra Life 0.3.3

Mon Oct 18 13:19:13 2021

[/code]

click ignore, if that doesn't work, reload/reinstall the game

Anyone know where the money spots for Minato's house and Konbini?

spam click everywhere, that's what i did lol

when i try to extract file it says the file is corrupt please fix.

Game crashes when I open the map 😔

May I ask is there a gallery for the "scene"

theres a gallery but not for H scenes

Deleted 2 years ago
(1 edit)

You have to be mean to her, then blackmail her with a recording.

She offers it in return for the recording.

(+3)

how do you blackmail her?

(-5)

Yo Bro This Game Have Many Bug Like My Money into 0 and black screen u need to fix it dude before i am waiting for next update and i think there Will have a fix in this game but still same

(+6)

It's free... Give the guy some time.

(+1)

Yea chill out karen...for being free game is good.

anybody else stuck after stopping akira from harassing sakuya? literally nothing to do other than collect gems

(+1)(-1)

I progressed by continuing to workout, eventually something happened lol.

Did you find out? I can't work out anymore, nothing progressing, str 4 stam 6

This game looks really good unfortunately it crashes frequently on my Galaxy A10e making game play very infuriating for me. The game will install and open just fine but even after freeing up memory and using a game booster it still crashes every 10 minutes or so forcing you to restart the app and load a save..

Yay! Another update.

First time I've run into the issue with anything from itch. Norton flagged PC version while extracting and deleted files, including the .exe

Very good so far. Looking forward to seeing what happens next, mainly with Chiaki.

I Think this thing is the worse verifications

(+1)

I cant do work after getting the job, did that is the end of the current patch?

I am encountering an issue with clicking. Whenever my mouse is hovering over the game window, the options icon at the bottom turns blue. Any time I click anywhere it just opens the options window. I have attempted going between fullscreen and windowed. I have closed the game and reopened it. the issue only occurs while playing. Starting a new game is also affected. I have ensured that no keys are stuck on my keyboard. This issue also occurs in both the standard and "-32" form of the application. When in options I can select things freely, but I have also noticed the same issue occurs in the rename section where no matter where I click "Nobu" is selected

(+1)

I managed to resolve the issue somehow. I manually repressed all of my keys a few at a time, and one of the keys near the bottom left of the keyboard resolved the it. 

Viewing most recent comments 1,924 to 1,963 of 2,134 · Next page · Previous page · First page · Last page