Powerhoof! development


The Drifter Dev Diaries

Youtubey goodness

Ok, I guess I’ve done enough of these that it’s worth sharing! Been doing these dev diaries on youtube the last couple of months, I just record them at the start of a dev stream, so they don’t take a bunch of time away from development. (You can also check the stream out at https://twitch.tv/duzzondrums)

In each entry, I say what I’ve been working on, and then briefly chat about a topic, related to what I’m working on, or to adventure game development in general.

Check ’em out!

– Dave

PowerQuest

A nifty 2d adventure toolkit for Unity

PowerQuest Banner

I posted here aaaages ago about PowerQuest in it’s early stages, but haven’t really mentioned it since. However, I’ve been working on it steadily, alongside The Drifter, and it’s pretty fully featured now. It even has its own itch page!

There’s a bunch of others using it now, hanging out on our Discord. So if you have the urge to make your own point ‘n clicker, now’s the time!

Continue reading

PowerQuest Development

Showing off my adventure game tools

I’ve been putting together some tools for making point and click games in Unity, and wanted to share how I’ve done things and how I’d use them to make adventure games

So I’ve made a 3 part series showing it off:

It covers my history with using tools like Adventure Game Studio, and how they work, and then shows how I use the tools I’ve made in unity to set up a scene and script some dialog and puzzles.

I’m not planning on making the tools public, they’re too specific to our workflow to be generally useful without loads more work. But if you’re curious to try anyway, or have a gander at any parts of the code let me know (contact @ powerhoof.com), or feel free to tweet questions (@DuzzOnDrums) at me too .

-Dave

PowerSprite Animator

I made a Unity Extension for editing sprite animations

We do a lot of sprite animation (well… Barney does) so I made a swanky tool to make it nicer to edit them in Unity!

image

It means we can edit animations without having to fiddle around with unity’s convoluted animation system that’s built for much more complicated 3d games. Also I realised making tools like this is really pretty fun!

So if you’re a Unity developer check it out here:

Unity Asset Store Link

-Dave

Find Object References in Unity

A unity tool to find prefabs that reference an object

I don’t post here much because Barney has all the cool art to show and I just do programming which is sooooo boooooring. But the blog was getting so interesting that it needs some mega-dull code related stuff to tone it down. (Seriously, code is super boring. It’s literally just text. Like one of those books that don’t even have any pictures in, or a website with zero rotating skull gifs)

Anyway, made a tiny tool which is pretty useful if you’re using unity and your project’s starting to get unmanageably big like ours is for Crawl. It searches through the dependencies of all your prefabs to find which ones reference an object/script.

image

To use it, grab the code from here (it needs to be in under a folder named “Editor”).

Then you can right click an object or script in the project window and click “Find References”. It’ll pop up a window with all the prefabs, which you can select from there, or click the little arrow to dig deeper. EASY!

-Dave

Crawl Art Process Vid 1

Pixel Art Animation Process

Here is a quick video showing a little bit of my animation process. Working on a simple attack animation for a new axe weapon I’m prototyping at the moment.

Hopefully it’s interesting for pixel artists out there 🙂

-Barney