Thanks <3
cha5m
Creator of
Recent community posts
For sure one of the better games in this jam. It's fun when you have a tight space that you need to construct a path through (or clear lines to give yourself more space). I started piling up the shapes I didn't want in corner somewhere so I could pick exactly the piece I wanted for the situation.
It'd be nice if it was faster/more convenient to switch modes (fade to black, open menu, pick item, wait for ghost to fly up). Presentation is really good. Nice art and everything works pretty well.
We also had the idea for a little ghost to follow you around in our game, but never ended up implementing it, so it's cool that someone else did :)
Really good. Pacman felt really smart and hard to corner, the visuals were nice and clean and the music was chill and atmospheric. Only complaint is just increasing the number of lives after each win felt a bit boring. Would've preferred a win Really pretty intuitive to control too. Kinda reminds me of FTL.
There are two ways, either you gpu instance the dice or you create a combined mesh of dice on the cpu and encode data in the die vertices. I did the latter but I think the former is probably better/easier. If you wanted to do this via gpu instancing look into DrawMeshInstanced in unity or Multimesh in godot.
For my case i also needed the dice to read from a texture so they can display the “virtual” screen. The instance obviously needs a position to draw, but also you gotta pass the pixel position of the die on the virtual screen (basically just the bottom left die gets 0,0 top right die gets 1,1)
Then you also pass in an axis about which to rotate the die. Then you put all this together in a shader. You read from the texture using those coordinates, then you rotate the die using https://en.m.wikipedia.org/wiki/Rodrigues%27_rotation_formula
Also in order to keep the polycount low I took a hi res die model and baked it down onto a simple cube with a normal map.
Some notes on my playthrough. I played up until I completed the first delivery that dripberg gives you.
During the tutorial I encountered a pretty nasty softlock https://i.imgur.com/xxKe6oA REPRO STEPS: start game, play tutorial until you get the message from the robot federation. After that message *make sure you keep the cockpit menu open* and continue flying to the planet. Upon arriving to the planet you should get the softlock.
When the game's window loses focus it should ignore keyboard input. When writing these notes I found that jacques would wander around the screen whenever I happened to type a 'w' 'a' 's' or 'd'. Gamemaker seems to have let you check focus with this https://docs.yoyogames.com/source/dadiospice/002_reference/windows%20and%20views...
The mouse controls don't work properly on this menu https://i.imgur.com/BQ9BBiS you can't click confirm or go back
During the tutorial I initially didn't realize that my coolant was low, so my engine just kept exploding every time I repaired it. I reset and made it past that part, and eventually realized that low coolant causes the engine to overheat. This might be made more obvious, like if you try to fix then engine while low on coolant there's a flashing red "COOLANT LOW" badge on the UI.
The menus seem to always put you on the first option when you press b to back out, instead they should remember whatever option you were previously on.
By rotating my scoops clockwise over and over again I was able to get my speed way past where it's supposed to be https://i.imgur.com/RUbrOPY This let me get to my destinations almost instantly
Some of the ui seems to sort a little oddly, and it is hard to read when layered like this https://i.imgur.com/Bkk7kJ2 or this https://i.imgur.com/pR9lkFZ
The clouds on planets look a little odd. They move along with the player instead of remaining more or less stationary (ignoring wind) with respect to the world. Also they seem to additive blend with the background which makes them appear to glow a little. I haven't used GMS but it appears they use bm_add (bm_src_alpha, bm_one) instead of bm_normal (bm_src_alpha, bm_inv_src_alpha)
The panning on some of the audio is a little aggressive (e.g. the second ship leak you patch in the tutorial), I think it'd sound more natural if the audio never panned left or right more than like 70% or so.
On a more positive note the writing really is quite excellent, all the characters are fun and distinct, and much of the dialog is quite funny. I really like the alignment chart thing, which makes me wonder how much unique dialog you'll have to write. Also getting to pick your ship is really cool. The plot starts to move along once you introduce general crumbbum and the robot federation, which acts as a solid hook into the inciting incident. The game is packed with appealing little details that make it actually quite fun to perform simple actions.
Really well done. Love the atmosphere. The tension of the camera zooming in as you swim to the surface is pretty wonderful. The sound effects + screen shake when text appears on the screen also really sells the power of whatever entity you are collecting.
Btw you should really link to the itch page directly from the vids.
David, huge fan of your work, lugaru was one of the first PC games I remember playing, overgrowth is amazing, and I absolutely love the dev videos you used to make. When I first learned that overgrowth ran on a custom engine my head about exploded.
It'd make my day if you'd check out this shameless clone of getting over it I've been working on https://cha5m.itch.io/gatting-over-it