[go: up one dir, main page]

A downloadable game for Windows, macOS, Linux, and Android

Download NowName your own price

Synopsis:

Takeshi es un joven que quiere vivir una vida tranquila... Sin llamar la atención. Después de todo Es un fugitivo de la Ley. Y es por eso que escapa a Japón para iniciar una nueva vida. Pero los errores de su pasado lo están consumiendo y no sabe qué hacer para encontrar un sentido en su vida.

Todo cambia cuando conoce a Aiko... Una chica un poco peculiar... 

Takeshi no lo sabe... Pero Aiko cambiará su vida...

This novel is available in English - Spanish - Portuguese - Italian - French - Quechua - Japanese - Chinese Simplified - Korean - Arabian - Vietnamese - Thailandese - German - Russian - Ukrainian - Polisk - Turkish!

¡Para seleccionar tu Idioma te diriges a la pantalla de configuración, seleccionas y Listo!

Sí te gusto mi trabajo no dudes en dejarme una donación que en verdad me serviría de mucho para mejorar la calidad de las futuras versiones!

Si tienes dudas o algo por el estilo puedes comentarlo!

Este trabajo es totalmente Gratuito!

¡Puedes seguirme en mis redes sociales para estar actualizado en futuros proyectos!

https://www.youtube.com/channel/UCv8Ziwur4AH45dpjNzsZfsA

https://discord.com/invite/mKn6S6F3R4

Download

Download NowName your own price

Click download now to get access to the following files:

Psycho_Love_v1.3_Android.apk 283 MB
Psycho_Love_v1.3_Win.rar 255 MB
Psycho_Love_v1.3_Mac.rar 246 MB
Psycho_Love_v1.3-Linux.tar.bz2 268 MB

Development log

Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 40 of 225 · Next page · Last page
(+1)

Ya quiero que lo actualizen 😭😭😭😭

Amo esta novela visual😭  PORFAVORRRR

Lamento decírtelo, pero ya está abandonado...

queee, como que ya esta abandonado?? no puede ser voy a llorar

Hey..... Let's better continue the game 😭, it has many translations but it's maybe slowing the game development pace

cuando cobre mi plata donare necesito que continue ...

(+2)

Hermano este juego es precioso, espero que no sea abandonado

¿Pero se puede donar?

Es que neta si quiero que este juego continúe

(+2)

I loved this game, I hope to find an Aiko (but in real life) I'm looking forward to the next updates

(+1)

It likely won't. It's been abandoned. Unless Samuel decides to work on it alone.

(+1)

WOW. Really. Im in the chapter 3 and finished It,its really fantastic everything.character design,story,the relationship between the character,the backstory of the Main protagonist,i cant wait for the next chapter 🫣

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Capitulo 1.rpy", line 12, in <module>

Exception: Could not find font u'fonts/YouMurdererBB.otf'.

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

Full traceback:

  File "Capitulo 1.rpyc", line 12, in script

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

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

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

    exec(bytecode, globals, locals)

  File "game/Capitulo 1.rpy", line 12, in <module>

  File "renpy/exports.py", line 1638, in pause

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

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

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

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

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

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

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "renpy/display/core.py", line 2785, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 492, in renpy.display.render.render_screen

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 888, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 888, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 888, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/transform.py", line 909, in render

    return RenderTransform(self).render(width, height, st, at)

  File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render

  File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/image.py", line 513, in render

    return wrap_render(self.target, width, height, st, at)

  File "renpy/display/image.py", line 316, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/text/text.py", line 2171, in render

    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)

  File "renpy/text/text.py", line 665, in __init__

    glyphs = ts.glyphs(s, self)

  File "renpy/text/text.py", line 257, in glyphs

    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)

  File "renpy/text/font.py", line 721, in get_font

    face = load_face(fn)

  File "renpy/text/font.py", line 662, in load_face

    raise Exception("Could not find font {0!r}.".format(orig_fn))

Exception: Could not find font u'fonts/YouMurdererBB.otf'.

Windows-10-10.0.19041 AMD64

Ren'Py 7.6.3.23091805

Psycho Love v1.3 1.3

Fri Aug 22 21:20:06 2025

[/code]

(+1)

i just make video on it and i love it so much 

(-2)

Alguien sabe si el juego continúa en desarrollo? Me encanto la historia mas esos escenarios que me recuerdan a teaching feeling estoy muy emocionado por saber cuando se vienen nuevos capitulos.🥹

(+1)

I worked with Samuel and some other people on Psycho Love. Unfortunately the team had to move on with another proyect because of some trouble and now the game depends on Samuel alone. If you have any doubts you can contact me on Discord by this same username.

By the way, there's some person saying Samuel passed away, I don't know why did they say such thing but don't believe them. Samuel did NOT pass away, he's still alive.

Deleted 53 days ago

Do not believe this person. Samuel has not passed away.

Deleted 53 days ago
(-2)

no me digas que se murio

Deleted 53 days ago

Podrías decir de dónde sacaste esa información? Hemos hablado con Samuel el día 20 de Julio así que al menos esa parte de la información es falsa.

You even used Spanish just to tell him to stop spreading false info

Deleted 53 days ago
Deleted 53 days ago

Che le afanaste a RayK(?

(+3)

To clear any confusion, the games shows very slow or barely any development not hecause of abandonment, but because the dev (Licenciado Samuel) isn't showing much progress with the game, so it's in some sort of a limp mode at the current state, and the team that was helping the dev to create and continue updating this game has left the dev to focus on a different project, or at least that's what I understood from the poorly translated Spanish from the official discord server of this game (poorly translated as in i translated it with Google translate not that the team had a bad translation or anything)

I am also quite sad to hear that this game will probably not get updated anymore, considering I grew quite fond of this story, but I guess good things go away quicker than expected (I especially hate the fact that I started loving the story the most right when it ended)

But please don't believe everything ive just said, im not a dev nor part of the team that made this game, but I see a lot of activity for this game and confusion about this games progress and I wanted to make it clear for everybody, and im not saying to stop supporting the dev or the game, I actually encourage it, cuz maybe then they'll actually start being more active and restart development for this game, but nobody can confirm this, I just hope (like many other people do) that the dev comes back and continues development for this game.

Deleted 65 days ago
(1 edit) (+1)

Indeed. I'm one of the members of the crew that was working on helping Samuel but we had to leave not because we had another proyect, but because he vanished from everywhere and wouldn't answer any message. We are working on another game though. If you have any doubts about Psycho Love or this other game, you can message me on Discord by this same username.

(+3)

Fuck... This game is pretty good and the story is very nice, but it has many languages translation and that's it's like maybe slowing the chapter creation :(

Não curta a menina é louca a ponto de dar os olhos e se matar para alguém da qual ela nem é muito ligada. Tipo ela se mataria toda vez que se apaixonasse por alguém e então ela é doida.

good game

👀
(-1)

Is this what love feels like

(+1)(-1)

The name of the language of Turkey is Türkçe not Türkiye Dx

en azından çevirmişler allah razı olsun 

(+3)

hey bro,Have you guys made it this far? I wonder what music is used in the background music? Is it from Vocaloid?

(-1)

Use shazam app :)

What? That's the same game psycho love? This one or that's another one? Where can I find it?

(+2)

Is this game not being continued anymore?

Its in "limp" mode as the team of the games says on the official discord, the dev is very inactive and isnt doing any progress, maybe itll get updated one day, maybe not, nobody knows ,we just have to wait and see if anything happens

Hope I cleared any confusion.

(+2)(-2)

Ts so peak 😭🙏

(+6)

Pls bro update this bro  im dying to know what will happen pls

(+1)

Guys is this game still ongoing? ... Who knows what other Ray-kbys game that is complete like teaching feelings

(+3)

SAMUEEEEL, FULLY DEVELOPE THIS NOVEL AND MY LIFE IS YOURS!!!!

(+1)(-1)

Stolen ahh assets

on everyone's soul this game is peak

(+2)

we're all dying then

muito ruim

(+5)(-1)

this game is the real reason why creators shouldn’t interfere with the character, or their tastes or things like that, it seems like I read for an hour and a half a Wattpad or something similar about how a boy went to live in Japan because of problems with gangs or something like that, and out of nowhere he knows Japanese and is in a university just like that, when he meets the girl everything goes well but the part about taking out an eye and drugging it is a bit crazy, assuming that it’s okay, it doesn’t maintain its literary consistency, not even the characters are consistent, literally all of the 'first chapter 'it's the introduction of the characters but suddenly the characters change completely and apparently the main character has forgotten everything she tried to do and what she did, living a normal life with her, and how 'crazy' she was seems to disappear and everything seems normal. In summary, it has a bad history, does not follow a continuous line, and sometimes it seems to forget what happened before. For a romance story, it has good moments but that's all I would say. In my opinion, I would give it 3/5.

(+3)

update this shit already dooooooooood

(+2)(-1)

The only way i could understand this game was at 2 in the morning cuz the plot and dialogue made me want end myself from cringe

--Is there no Chinese?

(-2)

我就是

The art style is accurately similar to: (Teaching feelings) so I would think maybe the story is good. I really would 

stolen asset lol

(+1)

Hola alguien sabrá cuál es el nombre de la canción que aparece al final del capítulo 1? Cuando la chica te lleva a su cuarto 

(-2)

Is the game good? Just asking

espero que pronto se suba la próxima actualización?

¿Cuándo se subirá la próxima actualización?

I really love the story, when's the next chapter will be released?

(+1)

I liked the game so much٫ I made 16:9 images for it.

Viewing most recent comments 1 to 40 of 225 · Next page · Last page