Skip to main content

Search

Items tagged with: indiedev


Did you know that the positions of stars in Precursor are based on real data. Not exactly gameplay relevant, I know. Anyway, I couldn’t sleep, so the brightest stars now have their own assets instead of being just points.

#Indiedev #indiegame


I've been slowly implementing firing pottery mechanic and it's wild how different it is from the existing crafting mechanic, which makes me tired of writing tons of new ad-hoc code but also reminds me that ad-hoc stuff is what actually makes the game interesting and deep

#gamedev #indiedev #indiegames


I'm planning to do a huge re-working of all systems related to resources, materials, hauling, logistics, etc soon, and one part of it is hauling several items at once. Look at these silly fellas moving a brick pile one brick at a time 😭

#indiedev #gamedev #indiegames


Aaaand yet another tree type! Its wood is pretty much useless, but they produce more sticks than other trees. Can you guess what tree it is? 😊

#indiedev #gamedev #indiegames


First tests with splatting cloud particles into a 1k texture and sampling it to generate the final clouds mesh. Particle sizes are intentionally small for testing, funny how they look like little pieces of dough 😅

#indiedev #gamedev #indiegames


River generation progress: fixed the "aqueducts" and weird mountain cutoffs, added occasional sand river banks. Still got a ton of issues to solve, though 😅

#indiedev #gamedev #indiegames


Added plots for seasonal temperature & precipitation over the selected point on the map (left side of the screen)! It's cool how some areas have +/- uniform precipitation while others have their true monsoon seasons. The temperature curve looks the same everywhere though...

#indiedev #gamedev #indiegames


Testing balance pass, starter ship + starter equipment (basically point where you don't want to take fight with any decent army) vs very small US strike group - doable, but barely. Next up, better ship/eq vs same group.

#Precursor #indiedev #indiegame


OK, distraction project is over, I'm back to the village building game. Notice anything strange? I think my sun shader is subtly off... 😅

#indiedev #indiegames #gamedev


Aaaaalmost finished with the water stuff. Right now debugging why frustum culling, while working perfectly for the terrain chunks, fails for the water chunks...

#indiedev #gamedev #indiegames


I think the new chunk-based water simulation is almost done! Still need to deactivate stale chunks & update the lower LODs, but the base sim works perfectly now, integrated with water bodies created by the world generator.

One 16x16 water chunk takes ~3us to update, so I can update, say, 300 of these in under 1ms, which is pretty great. I was planning to optimize it further with SIMD, but I guess I'll postpone that a bit, it already runs fast enough.

#indiedev #indiegames #gamedev


I'm not 100% sure but there might be a tiny bug somewhere in here... Last time I checked pouring a bucket of water didn't create tsunami 😅

#indiedev #indiegames #gamedev


Sometimes when I'm working on the game it generates some crazy map and I get instantly distracted and just fly around enjoying it

Like look at this huge awesome bay, the entrace split in two by an island 🤩

#indiedev #gamedev #indiegames


I've been refactoring a lot in preparation to more work on the water system, and here's the state I'm at right now 😅

#indiedev #gamedev #indiegames


Sooo initially the idea was that stone paths and similar floorings make movement faster. Now I've noticed that moving on them is actually slower.

The thing is, I haven't even started implementing this mechanic yet... 🤣

#indiedev #gamedev #indiegames


Finished refactoring water rendering to use the same chunk-based LOD system as the terrain, with frustum culling and async loading and stuff. No more missing chunks & holes & flickering, everything works smoothly! 🥰

#indiedev #gamedev #indiegames


My dynamic water system is currently somewhat independent of the large-scale water created at world generation, which leads to some fun stuff like creating a layer of water...underneath existing water 😅

#indiedev #gamedev #indiegames


For optimization, I don't want to simulate water in a steady state (e.g. this lake), but a flat water surface is boring. So I made the vertex shader add random periodic offsets based on vertex pos hash and it seems to do the trick 🥰

#indiedev #gamedev #indiegames


Love modern graphics APIs! Need access to neighbouring vertices in the vertex shader? Just replace vertex buffer with a read-only-storage buffer and everything works 😂

#indiedev #gamedev #indiegames


Realized I can use dual-source blending to implement proper absorption for water rendering (needs separate per-channel alpha values, thus dual-source). That's probably an unnecessary complication, but imo it looks much better, so, whatever, we roll

#indiedev #gamedev #indiegames


My water simulation method (virtual pipes) is incredibly stable, but it too suffers from the CFL condition, and behaves really creepy when I increase the simulation dt by a factor of 16 👻

#indiedev #gamedev #indiegames


Chickens now lay eggs! By default they just drop these on the ground, but you can build some nests which they will use instead. The animation needs some tweaking though 😅

#gamedev #indiedev #indiegames


Still not happy with my weather simulation. Hard to balance interesting moment-to-moment behavior vs predictable average climate (important for game design).

Guess I'll put it aside for now and return to it after I make the goddamn devlog, lol

#indiedev #gamedev #indiegames


🚀 Big news! Seeing the huge love for cozy games, I’m rebranding Precursor into Friendly UFO Helper! 🛸✨

A game where you use advanced alien tech to assist tiny humans—whether it’s simple deliveries or saving the day during lil’ disasters. Stay tuned for more! 👽💖 #CozyGame #IndieDev


I'm desperately trying to get off of Twitter but the #gamedev world (particularly the indie game dev world) seems deeply entrenched there.

I'm trying to build my network of game developers on here. Please share your suggestions on who I should follow! Thank you!

#indiedev #indiegame #gaming