Skip to main content

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

RiskyKit

6
Posts
21
Following
A member registered Dec 17, 2025

Recent community posts

Pretty good. Personally I think the part that could use an improvement is the parry. This might just be personal preference, but I feel like parries in games should be harder to pull off but more rewarding. Something like shorten the parry window but have it do some damage to the enemy. It also felt weird having the boss have an attack you couldn't parry, but could block. I assume, though,  that further in development there will be other attacks that work the opposite way.

Even without any of that, it is looking like a pretty solid game, especially for how early in development it is.

Saw the update. Glad you managed to fix the issue

I think I know the place you are talking about. I got confused there and the moonlight area at first. Both are linked to finishing questlines first.

I agree though. It gets very confusing when you can or can't go to the next area. It gets a bit more confusing in the town where certain doors only are able to be entered. I think there needs to be something just to indicate when you can go into an area (just something simple like an arrow above the player's head)

Saving seems to not be working properly on browser version. Looked fine until I tried reloading the page and all my saves were gone.
...wish I knew this before I played till reaching the town ;_;

(1 edit)

Alright. Guess will just have to wait on it.

That being said, I do want to mention it may be good to double check the naming. Because although calling "img/faces/luna1.rpgmvp" seems to give the forbidden error every time, I see it calling "img/faces/Luna1.rpgmvp" at a different point with no issues, and based on the names (The capital "L"), it could be a typo.

This is all just guess work on my side though. I just want to mention it because I know how annoying it can feel if you are stuck trying to fix code just to find it was a random typo somewhere.

nvm what I said above. Now that I think of it, I doubt that part is case sensitive. The stuff in the header was different anyway.

Noticed some other comments about crashes on chrome and I want to add to it. Especially since I saw multiple replies from creator saying unable to replicate the bug. I seem to have it happening consistently in the following scenario:


  1. Currently in chapter 4 about to meet up with Emma (I've crashed at other parts before so this likely doesn't matter).
  2. I go to bedroom and open the closet then close it (Changing outfit or computer does not matter for this part. Can just open and close).
  3. I then try to open the normal menu and it gets stuck loading (This can happen even after leaving the room first. Does not seem to matter when)

Based on the browser inspect, seems to be an issue with the GET request for luna1.rpgmvp where it says error 403 Forbidden.

I also want to mention this likely is also related to the issue where people get stuck loading when trying to load saves. I may be mistaken, but I think I remember getting the same error when I had that issue. Likely cause is they have auto save on and the closet causes some state that even affects the save menu.

For those stuck unable to load your saves, what can be done is to clear cached history and files from your browsing data. WARNING: doing this would remove your saves from other browser games too, among other issues clearing it causes (I forgot I saved my Course of Temptations saves in this browser. RIP my character)

Hopefully this helps resolve the issue.