Skip to main content

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

mostlycompetentstudios

16
Posts
4
Followers
13
Following
A member registered Apr 28, 2017 · View creator page →

Creator of

Recent community posts

I'm looking forward to checking out the next demo. Good luck!

Ran into a softlock - On battle 3 I had a character throw a rock, and after it was thrown, the menu didn't appear and the turn stayed on that character's turn, so I had to restart. During this softlock, I could still hover over characters and see the chance to hit/miss as if I had the attack selected.

I restarted, got to battle three again, had my 3 characters and a single enemy (Alice) left, used throw rock again and ran into the same softlock.

---

In combat, it isn't obvious after you click an ability that you're supposed to click on a target. Changing the cursor to a different icon could help this. It would also help if the list of abilities changed from the list to something like "select target" and "back" when you click on one of them.

Aside from affecting range, the player doesn't know what the different levels of the platforms are for/do, or how they change combat.

In the party screen before combat, the button to initiate combat reads "Continue" and yeah, it doesn't take long to figure it out, but something more explicit would be nice.

In combat, there's the character highlight in the upper right to show the current character's turn - I think highlighting the bar under the character would help the player identify quicker who's turn it is.

In the inventory, it's really hard to read the "health" text on the bottles, so maybe a tooltip? Godot has built in support for that already, so it's a quick win.

In the party menu (before combat), I can click on the character names which causes them to change color and gain an outline.

After combat, if any of my characters are hurt, I can heal them. This doesn't cost anything and there's no reason not to heal them. Unless you plan on adding a cost to this, it's something the player's always going to do, so it'd be useful to simply make the characters heal after each fight.

This is really sweet!

Very fun game! I enjoyed going through each stage, kind of like an evolution. The music was  awesome!

Thanks for playing! I hope you enjoyed the game

You and I both brother!

This is super cool, you did a great job!

Browser, which may have been the issue now that I think about it.

This game doesn't play nice with 21:9 aspect ratios. Maybe cap it to 16:9 with black bars on the side. Fun game overall, wishlisted!

Never read the book, and I barely have time to read anything that heavy these days. Looking forward to hearing it from a velvet panther like yourself.

That was pretty fun. I agree, the mechanics are pretty cool and I'm interested where you go with it.

This might be localized to me, but I noticed a lot of screen tearing when I was moving the avatar. I don't know if the zero engine supports v-sync, but because the game is not very demanding in terms of system requirements, it might be a good idea to turn v-sync on.

This game runs slow... on really crappy computers. I tested this game out on my friends brand new laptop (which has an integrated GPU) and it ran fine. I disabled my GPU, and it still ran fine. My friend's computer's are crap, so, problem solved. Sort of.

So, I'm no longer sure it's that integrated graphics cards are the issue. I've done some profiling, and it seems that there is a lot of logic going on. With a dedicated graphics card, the CPU doesn't have to deal with both the logic and the graphics, which is why it appeared that was the issue.

What this means is that I have a bunch of work to do regarding optimization in the logic. I'll be back...

Fixed in v3

Another viable option would be creating a key configuration menu in the options. I don't know enough about unreal yet to tell you how, but I assume it would be in changing the action bindings. Again, it's been a while since I did anything in UE4, so I may be talking or my a$$.