Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(18 edits) (+2)

Alright. I believe I've played all of the content for the current build, so I feel like I can share my thoughts now.

It's very good so far. Lots of potential. There's some definite rough spots from it being an early build, but those issues should be polished out as development progresses.

I definitely wanna see where this goes.

To share a little bit of advice: As a general rule for game development, you should focus on bugfixing and stability first, and then work on adding new content. That makes for a much nicer game feel on the user's end.

Also, something I got from ExtraCredits back before they went coo-coo: "If you're trying to put a difficult section into your game, and you as the developer think the difficulty is just right, it's probably way too hard."

Now, I have some notes that I want to share. This may come off as being overly critical, but I'm not trying to make fun or cause offense. I just want to point out some spots where I think improvements can be made.

General Improvements:

  • It can sometimes be difficult to know what you're supposed to do. The quest descriptions do help with that, but I think it can be a bit better. Just generally make what the player is supposed to do a bit more clear.
  • It would be helpful if there was something on the HUD that let you know what time it was. Light levels aren't always easy to go on, especially if you're coming back to the game and don't remember what time it was when you left.
  • Some sort of fast-travel system would be very nice. Having to go through the forest every time you want to go to the library is especially annoying. Maybe you could have a map item that lets you pick where you want to go.
  • It would be nice to have a way to rebind controls. I really quite dislike having to play with arrow keys, and using the mouse for movement can be buggy.
  • We really need a way to load saves without quitting to the title screen.
  • You should sort the quests into their proper categories. No need to put [SIDEQUEST] in front of a quest's title when you could just put it in the Sidequest category.
  • I would appreciate having a way to check the girls' stats without having to go all the way home. Having access to that from the menu would be much more useful.
  • On the subject of the girls' stats, it would also be greatly useful if there was some kind of notification whenever a stat changed. That would make it much easier to track. Something like (Friendship +1) would be great.
  • This one might be a bit complex, but it would be neat if the different gadgets had more to them than just some minor differences in the artwork and dialogue.
  • The friendship system seems a bit... Lackluster. It doesn't really seem to do anything. It would be cool if having high friendship changed the text during sex scenes so that the girl is more into it. Something like: Low Friendship - Noticeably hesitant when obeying commands or giving responses. Moderate Friendship - Doesn't complain when obeying commands or giving responses. High Friendship - Noticeably enthusiastic when obeying commands or giving responses.
  • Those puzzles where you need to get around patrolling enemies are too difficult. The enemies move way too fast. If you cut their movement speed in half, I think it would be much more balanced. Maybe you could reduce the speed by a quarter, if you really want the enemies to be fast.
    The quest where you're trying to get the blueprints for the neural device is especially bad. Not only do the guards move way too fast, but they can also spot you through the walls. Also, if two guards spot you at the same time, the first guard will catch you and send you back to the beginning of the level; and then the moment you spawn back in, the second guard will also catch you and send you back to the beginning of the level. So you get two failures for the price of one.
    As is, the puzzle with the cave bats is difficult, but doable. However, the puzzle with the guards is virtually impossible to actually complete legitimately.

Bug Reports:

  • There are quite a few errors in the writing. Typos, spelling errors, and even sometimes the wrong word is used. It's not the worst I've ever seen, but it can be distracting. You should try to find an editor for your writing.
  • There are some points where a character named Vanessa is mentioned. I'm not great at remembering names, but I don't think there was a point where anyone named Vanessa was introduced. Did I happen to miss a quest where she was introduced, or is it one of the other characters? Did Cyrilla perhaps used to be called Vanessa, in an earlier build of the game? Is Cyrilla going by Vanessa in the city to avoid suspicion? Is Vanessa someone else? Was Vanessa actually introduced, and I just wasn't paying close enough attention?
  • Cutscenes can be a bit buggy. With sprite-based scenes, characters are sometimes duplicated. With artwork-based scenes, clothes can appear or disappear when they're not supposed to.
  • If you play games with Alice in the afternoon, and don't use your magic on her, instead of moving on to nighttime afterward, it just skips to the next day and puts you in your house.
  • If you talk to Bea in the afternoon, after the dialogue finishes, the screen will fade to black, but not fade back in. You can still move around, interact with things, and open the menu, but the entire screen will be permanently black until you exit to the title screen and reload.
  • After finishing the Meal for Liz quest, talking to her in the afternoon will repeat the dialogue that gave you the Meal for Liz quest. It doesn't give you the quest again, just the dialogue.
(+1)

Woah, thanks for the in-depth review! I really appreaciate these kind of reviews since it helps me a lot xD

Basically all of the coding/programming improvements are true, I'm currently working on a complete overhaul for the game's UI, mechanics, maps, and stuff for 2025. Most of these points are things that I wanna get fixed by then.

As for Vanessa (Alice's mom), for now she's just a ghost character, she's somewhat important so I thought it was better/coherent to have her mentioned in certain events in the story where's is important to do so, so I don't have to retcon her into previous events.

And I'll be trying to fix the bugs that you mentioned too, coding isn't really my forte so I'll see what I can do.

Anyways, thanks fro the feedback, helps me to get a better insight of what the players think of the current state of the game... apparently some of the changes I wanted to make are really necessary xD

Good to know it was helpful. I know a lot of people have a tendency to make complaints that are so vague it's impossible to tell what they're even complaining about. So I make sure to be very specific when I have tips for developers. I just always worry that the hyper-specific points might come off as judgemental.

When you say you have stuff for 2025, does that mean that the next update won't come out for a whole year? 'Cause I will wait that long, but that's kinda sad. 😢

I can't say I know anything about coding, but I can say that you can find tutorials for absolutely everything on the internet. Just try a web-search for "How to add [X Feature] to RPG Maker [Your Version]." There's a real good chance that you can even find a YouTube video for that specific thing.

(+1)

Yes, that's why I am glad when people leave actual reviews of the game, and don't really worry about that, as long as it's written with respect, devs should take these comments to improve their work.

And no, I meant for the next Anniversary Update, I'm currently working on another big update (such as 0.05) in parallel to the normal updates.

Yes, I've been doing that for a while and there isn't a tutorial for EVERYTHING but enough stuff to make the game somewhat functional.