Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hey, thanks for playing! I appreciate the feedback and I'll see what I can work into the next few updates. Some of your points I wanted to address and spitball on what I could do about them:

  • Shop Overwhelming: I was going to tie this to story progression at some point, and have some sort of system where the shop had daily items slowly get added to its inventory but I felt like this interfered with free-roam aspects that you enjoyed.
  • Cursor Locked: I did this intentionally to force people to press Tab at least once and potentially acknowledge that they know how to open or close the menu screen once without forgetting how to re-open it. It isn't pleasant but it did prevent having to include a section and potentially complicated code in the Interactive Tutorial. I'm open to new ideas on how to handle this, but I'm defensive about stuff like this after watching too many playtesters waste an hour by just not reading anything or not knowing how to open a menu.
  • Climb Volumes: Yeah, a lot of climbable volumes are slightly misaligned or too large but I've been ignoring anything that doesn't softlock or break things for the players so far.
  • Controls: Getting ReWired into the game is something I'd like to do but it may take some time. Mainly because ReWired stopped acknowledging my own controller that I use (which is a fairly standard xbox controller) so if that isn't working I probably couldn't expect anything else to.
  • Cute Robots: I will add more violent and less pleasant robots in the future when I get a chance to rework their AI.
  • Chip Equipment: I do have logic for equipping stuff if you have spare RAM for it, but I figured it'd be intrusive to auto-equip stuff all the time in the event someone was collecting a chip for completion's sake but not wanting to have it on. People forgetting to equip stuff is a common problem I have observed and I do like the idea of a notification badge / new indicator for tabs / chips. I'll see if I can work it into the design or come up with something.
  • Climb VaultingI was wondering when someone would say something about this, because I know it's a problem but it hasn't bothered a lot of people. Since moving the player for that is physically simulated, I'd have to do a bit more to get them in the right spot. I could cancel the player's velocity at the end of a climb or switch to a more rigid lerp but I'm worried it'd interfere with the fluidity of most of the motions. There are some parts of the game where I use invisible barriers to mitigate this but I can't design around this completely.