Loading...
1
14 hours ago

Playing with post processing & a procedural per building tech tree system. This can be built at runtime for every building and can add/remove techs and shuffle them around. It requires adaptivity because entire sub trees can be missing in a game.




0 comments

Loading...

Next up

Working on a happiness system. It governs trader speed. It's affected by hunger and building density. Building lots of buildings in close proximity can completely slow a trade line. Also trying out color coding like a grand strategy (green == resource)

Procedural road stress test in my economic kingdom building prototype. It has a very complex road system that automatically connects, creates junctures, and can link structures together even through shared junctions not just direct paths.

First look at an early game building, the farm. As well as a new resource food. I even added a spinning windmill to it for fun.

Roads can now overlap, however buildings cannot be placed on roads, there's a cap for connections, and proximity also matters now, not just for distance. Your traders will try to trade with the closest building, some resources may need multi step trades!

What's a trading game without a trading simulation? I may end up having to nerf this due to optimization, as every single trade is simulated. Also different buildings have different stored stats and yield timers, items are also checked for overflow.

Was fixing some bugs with the road system, ending up working on a small pathing thing, I found this pack of origami animals, put the horses on a stick and we have a trader. Really wanted to go for the board game feeling.

Now you can decide what resources go where (or none at all). Making multi step trades way less annoying. It's also two way. (Route progress is broken right now but just fixed it)

Had a little bit of time so I implimented a proper pathfinding algorithm (A*). I honestly can't tell if this is an improvement or worse.

I've been experimenting more with music for the trade game. I decided not to lean into orchestral. Playing more with bitcrush as well. Going for a very warm nostalgic feeling.

Got bored and started prototyping some visuals. Goodbye blue void. I even used the candle from FinLab as a prop lol. Going for a cozy vibe, like playing a board game irl. But maybe I made it too uncanny.