Skip to main content

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

@ProjectLevel - You're an absolute legend for this write-up! 🧡

First off - huge thanks for taking the time to type all this out. This isn't just "feedback," this is a full-on QA report with love sprinkled on top. You're the real MVP.

Regarding "Wings over the Ruin" - Yeahhhhhh about that... I may have broken the sprite when I replaced it right before launch. 😅 It's fixed now! The quest should work as intended. Sorry for the confusion - classic "launch day dev brain" moment.

Now for your suggestions:

  • Bandage stopping movement - Yep, totally intentional... but also kinda annoying, right? I get it. Might revisit this one. Consider it "under review" on the whiteboard.
  • Harvesting sprites not changing - You caught me. I got lazy. Fixing this ASAP. The "E" prompt is also a no-brainer - why didn't I think of that sooner? 🤦‍♂️
  • Sprite flipping - Cheap and cheerful. Adding this to the next patch just for you.
  • Footstep sounds - takes headphones off ...wait, there ARE footsteps? I've been listening to them for months and I literally don't hear them anymore. You're right. Turning that way down.
  • Inventory sorting - Noted. Manual sort vs auto-sort. That's going on the list.
  • Bugs (Westhold doors, ability panel X button) - Both squashed. Fixed 'em already. You're welcome. 😎

Seriously though, feedback like this is GOLD. It helps me make the game better for everyone. You clearly care about the game and that means the world to me as a solo dev.

Keep the suggestions coming - I'm reading every single one. And if you run into any more weirdness (or broken sprites), hit me up!

Now go enjoy the fixed Wings quest and let me know if the new boss patterns make you rage. 😈

— Fortisq

I was about to say that large parts of the project feel aesthetically flat/artificially generated, then I read the comment section and the community management is generated too.

(1 edit)

Thanks for the great feedback! Just to clarify on a few points: I didn't use AI for the art, and the game is currently flat (2D). I'm leveraging well-established procedural generation tech to build a massive world, which I plan to gradually fill with hand-authored content.

I am leaning heavily on AI for the repetitive, tedious stuff like generating loot tables and boilerplate code but even with that help, you still need to be a decent developer to stitch it all together and make it actually work.

On the technical side: the entire visual library comes from a single 250KB sprite sheet. The full world weighs in at over 2GB, but thanks to streaming, your PC will never hold more than about 20MB of it at any given time. The client itself is tiny all the heavy logic runs in the database, using just 66 tables and 125 reducers. This setup is efficient enough to run on a free-tier VPS with 100+ concurrent clients indefinitely.

My goal from the start was to make an MMO, and I know the ins and outs of what that entails. Since I'm no artist or animator, the 1-bit sprite aesthetic is the perfect creative constraint—it allows me to pack a ridiculous amount of content and design complexity into the game without being gated by my artistic limitations.