Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Cranktrain

16
Posts
2
Topics
2
Followers
A member registered Dec 01, 2015 · View creator page →

Creator of

Recent community posts

Hiiii! There's been a devlog on the itch forums for ages but I've not ever actually made a page for the game. But now I have.

There's also a Discord server over here if that's a thing you are interested in: https://discordapp.com/invite/C6TdkaP

I'm happy to answer any questions about the game here!

Another game log!

One thing I haven't been able to do for a while is test how the game works at scale, so I've put some time into making sure performance is at least 'acceptable' with ~20 monsters and ~150 visitors. My current definition of acceptable is above 30fps, and I'm at around 40 with that sort of load. That's improvable, I think, especially with all the work Unity themselves are doing recently with the Job System, ECS and the Burst Compiler.

If you're interested in performant code in Unity, definitely take some time and read up on that, have a go at a few experiments. The API isn't quite finished yet, but it's quite exciting to think that Unity as a whole is going to be moving towards a faster, data-driven model.

Ice Cream! Shops! A new game dev video:

Larger buildables like shops have been coming for a while, I think the first related lines of code I wrote back January, but it's taken a while to flesh out to the point where there isn't just a grey block sitting in the world. It's a complex piece of work! Take queuing, visitors have to line up, and move forward in the progression, but visitors can get pushed out and have to get back in line - it's pretty hard to not have would-be shop patrons fight over a single queue position, and lots of tweaking is required to resolve those sorts of conflicts.

A stretching piece of work like this really deepens the whole building side of the zoo management, and it's really easy to extend to however many other structures (drinks, umbrellas, zoo maps, toilets) that have queues I need, they just need different models and textures. The hard behind the scenes work is done, in other words.

Happy to answer questions!

Thanks for taking a look!

I've published the very first trailer for the game!

As you can see, it's come a very, very long way since this dev blog started.

There's also a Steam page for the game now, so people can wishlist it, at the risk of being disloyal to Itch.io

Happy New Year everyone, let's celebrate with another devlog, as we have done for millenia.

Stripping out and throwing away a monster design and redoing it completely took a total of four days, which was pretty good. Makes me far less scared to do this sort of rework in the future. Though of course, I hope I don't have to.

And another devlog! Two in one month.

My last one involved explosions and visitors dying, and in this one it... doesn't get any better for the poor humans. Just a lot of burning. The visitors aren't terribly clever and wander into fiery danger quite frequently, so perhaps it's their fault?

The fire visuals need some more work, most obvious is that the fire doesn't cast any light, and so even when the whole zoo is ablaze, it all looks quite flat. I think I need to concentrate on a more substantial update to the lighting in the game for the next update.

Thanks Space Mace!

And I've done yet another video devlog. This one features explosions, stampedes, death. Hooray!

And... another devlog. Was thinking through how best to implement a shop into the game, allowing the player to buy items and upgrades, and this is my working solution so far.

(1 edit)

And I did another devlog! Lots of fun changes lately.

New video devlog! I talk a bit about the four monsters that are currently in the game and that have their basic animations. Watch!

Been working on all sorts over the last couple of weeks. Building a new fence now happens in a fancy 'blueprint' mode:


Visitors

Visitors

Also animated another monster called the Gastroquin, which hops around like so:

Visitors

Visitors

Monsters have their own boxes (so you can tell what is inside a box now) and they pop out with a little particle effect:

Visitors

Visitors

Been working on some of the game interface work, and inventory management:

Visitors

Visitors

Making progress.

Thanks!

Thanks Darkovika! I'm pretty familiar with Lovecraft, I've read just a few of his stories, but it's because I'm a fan of his work that I'm probably not going to do anything more than elude to his writing through words/phrases like "eldritch" and "cosmic horror". It's clear, I think, where a good deal of my inspiration is coming from, but at their heart Lovecraft's stories were more about the bigger and completely unknowable forces in the universe. A fact, contained within a book, that when read drives the reader insane with the truth of it, that sort of thing.

My game is... far sillier than that! So not only am I really not going anywhere near that heavier tone, the cosmic monsters in the game are more of the they-might-eat-you sort than the impenetrable beings of real Lovecraftian horror.

So I'm paying some tribute to Lovecraft, yes, but I'm also keeping at arm's length because of these fairly major differences.

(1 edit)

The Eldritch Zookeeper

The Eldritch Zookeeper is a game where you play a zookeeper, cursed to run a zoo full of inter-dimensional monsters. It's a cross between those old Bullfrog games, like Theme Hospital and Theme Park World, and more modern survival-type games informed by procedural generation. Players build fences, open boxes containing monsters, and try and stop visitors from being eaten by them. I'm sure that will always go well.

The best explanation is to watch the newest devlog below:

Video Devlogs:

Screenshots:

Visitors

Hellions

Hellion biting

Looking good so far. Are you going to replace the mouse-cursor with a crosshair/laser-sight soon? That would immediately make a huge improvement to the game.