Recreating in game assets : Experiments with AI Art

Like it or hate it the AI revolution is coming ready or not. I for one welcome our AI overlords and to appease them I’ve tried to learn their ways through trying to recreate some of my cut scenes and game assets for the smash hit game of 2015 IZBOT and it’s recent(ish) sequel IZBOT 2.

Platform

There are plenty of tools out there but I used Midjourney . The anime style it’s able to recreate using the Niji Model 5 is amazing. I signed up for the Basic monthly plan which was $10 US a month.

Firstly a couple of tips:

I used the Midjourney Discord bot to initiate prompts, this was so much easier as it kept everything in the one place.

The higher the detail in an image, generally the better it will be for a reference, my games are pixel art games so some of the reference are either pixel art or upscaled pixel art. The low res of pixel art seemed to be harder to extrapolate images from.

Image Generation

This is an image that I did a couple of iterations (maybe like 5) to get the final result.

Prompt: lean humanoid white robot with a spherical head and one red eye, black hands, black knee pads, black shoulder pads, looking over the shoulder back to the camera, futuristic city background, full body image, mega man X style --ar 2:3 --niji 5 --s 400 --style expressive

AI Generated IZBOT

While awesome, it wasn’t quite the style I was after so I started using some of my commissioned art as a starting point. The commissioned art is on the right, generated on the left.

Prompt: https://s.mj.run/kMC62ydYL0w futuristic robot with one red eye, video game cover --ar 2:3 --niji 5 --s 400 --style expressive

I got a bit cocky after that one and tried to recreate some of the pixel art characters, with mixed results. I honestly don’t know wtf was going on here.

Prompt: https://s.mj.run/13tFaF0FtGo rhino kaju fighting a white humanoid robot with one eye in a futuristic city --ar 2:3 --niji 5 --s 400 --style expressive

This is the main baddie which turned out pretty good. There were a lot of versions of this where the tubing was all over the place. Still I think it nailed it considering the pixel art source.

Prompt: https://s.mj.run/qxQMUMHENe0 video game villain, human in a futuristic yellow mech suit holding a large high tech rifle connected to a backpack, top body shot --ar 2:3 --niji 5 --s 800 --style expressive

Conclusion

In my little experiment I generated around 300 or so images. I found it hard to get something specific but I can totally see it as a cheap fast iteration concept generator. It’s moving at such a rapid pace though who knows where this will end up.

Gamemaker Sequences – Parallax Zoom

I’m really enjoying creating little scenes within the Gamemaker sequences tool. With a little tinkering you can create really cool effects like the one below.

I’ve seen a lot of horizontal parallax , but I wanted to create more of a vertical parallax effect to simulate zooming out. To set it up, make sure you’ve got some art split up into layers to represent the depth. This works best with scalable assets like pixel art.

Create your initial keyframe by scaling your foreground the largest of the layers, reduce the size of your layers from foreground to background. Ensure that the assets are centre aligned but each layer was a bit higher than the last.

Now for your second keyframe move the layers so that they are aligned and positioned the same. And that’s it! Two key frames and a few layers and you have a nice effect to use in a cutscene.

Here is the final version.

GameMaker Sequences

With the latest 2.3 update GameMaker has released a super useful new resource called a sequence. This lets you chain and layer objects and animations to create a cool looking…well…sequences.

For me, a really easy win for sequences was to add one after one of the bosses in my game dies. I had already implemented something in code for a previous boss and although the final result looks pretty good. It took a lot of trial and error to be able to do it in code. You can see below I have a number of alarms to control timings as well as a collision event when it hits the ground to trigger more explosions.

Object Effects
Old Way of Creating Effects

To be able to replicate a similar death animation using sequences only requires two lines of code!

var seq = layer_sequence_create("Blocks_Layer", x, y, sq_Boss2_Death);
layer_sequence_play(seq);

The sequence itself is created in the gamemaker UI. You can drag existing sprites onto the sheet and play around with timings. In this cases it allows you to stack explosions on top of one another to create a cool effect .The other thing I’m doing here is a a simple key frame positional move with the main boss sprite as it losses power. You can change a number of different properties such as rotation, scale, colour and position over time. As I said you could do this in code but this shortens the feedback loop and allows you to experiment a bit more freely with different effects.

When you want to trigger the animation you would do something like the below:

  • Create Sequence (same x,y alignment to the boss object)
  • Play Sequence
  • Destroy / Hide original boss object

And this is the final result after the boss is dead and the sequence is triggered within the room!

There’s some really great tutorials out there on sequences, but give it a go it’s really easy to get some quick wins.

iZBOT – Indie Game Postmortem

My game iZBOT has been out on Steam now for a little over a year it’s high time for a mortem of the post variety. I’m hoping this postmortem will help other indie game devs out there in a similar situation to mine.

Firstly a  bit about me, I develop under the company name of Ruxar but it’s just me. I’ve got a full time job and a couple of brats kicking around so game development is very much a part time thing.

From start to finish iZBOT took around a year and a half, honestly though that wasn’t flat out. I had a couple of extended breaks in there where I was either playing or creating other games.

I do believe that I’ve have a tenacity about me, in that I REALLY want to finish things I start. This can be good (I’m able to finish games), but bad as well (because I end up binge watching ‘The Walking Dead’ along the way).

Game

The game is a fast platformer however it isn’t breaking any new ground in terms of originality or mechanics. This mostly due to a combination of things, my naivety of the marketplace as well as my limitations as a part time developer. When I started I’d just watched ‘Indie Game – The Movie’ and knew that I wouldn’t be able to put out something the same quality as Super Meat Boy but if I could put out something similar I might be able to grab some sales within the hardcore platforming segment without really differentiating it from the rest of what was out there, but I’m getting a bit ahead of myself.

iZBOT Jumping

Game Dev Process

When I was working on the game, I’d usually do 2-3 hours a night. This was a mix of programming, art and marketing through dev blogs, social media etc. If I had to divide my time it would have looked something like this.

Time Doughnuts

Marketing

During development I tried to be as open an engaging as possible. Lots of progress gifs on twitter , #screenshotsaturday as well as keeping a devlog on TIGSource and my own personal blog.  Closer to launch I ramped it up a bit. I sent out press releases to gamespress.com for major announcements green light success, release date etc.

Aside from this I did some paid marketing on Adwords and AdDuplex. I struggled a bit with this, I think the CPA was to high and I didn’t want to throw more money at it when I wasn’t really seeing results.

Ads

Expenses

Probably the biggest expense for the game was the art refresh I commissioned from Shawn (who was awesome to work with). With Art, Ads, Licences, Fees etc the total expenses related to iZBOT were around $1000. I didn’t really account for any of my time, I shudder to think of what my hourly rate calculates out to be.

Original Vs Revision

The Bucks

This is the aggregated data across Steam, Humble Store and Itch.io. Steam made up for most of the sales. I love Itch.io, the platform and the focus on indie devs but I only got a single sale from there even when offering discounts greater than what I had in the past on Steam. The game has made bit under 4K at the time of writing.

Riches and Units

Discounting and Pricing

My game is currently priced at $9.99 USD, in hindsight I got this wrong. When the game went on sale initially I was trying to maximise the first period, but quickly got into a fairly heavily discounting cycle. It now goes on sales for 80-90% off. I still might try and experiment with a lower price point and less of a sale discount, but currently the game just doesn’t sell when it’s not on sale.

Full Priced Sale


Final Comments

So if i could do it all again, would I? I think the answer is probably yes. I do love the fact that I’ve made something, people actually buy it play it and even sometimes like it. If I were to do it again, I’d try and optimise the process a lot more. There are a lot of things that take a heap of time but at the end of the day wouldn’t have made any difference to the total sales of the game. In closing, I hope the data in this postmortem helps other people in their game development journeys.

5 Tips To Make Your Game More Appealing To Let’s Players

There is no denying what a significant impact the likes of Twitch and YouTube are having on gaming at the moment and this in only going to increase going forwards. I’m going to try and show you a couple of tips that I found really useful when trying to engage with streamers and Let’s Players out there.

First off, try and put yourself in their shoes, would you show the game if you were running the channel? Will it entertain the audience? If you’re game is quirky and unique it’s going to have a much greater chance to get picked up. Let’s Players are looking to attract views to grow their channel, you want to do everything you can to help them as its mutually beneficial for both parties. Whenever you approach someone keep this in mind. Below are some of the things you can do with the game itself as well as some other tips to help get your game out there.

1. Have separate music and effects controls

Let’s Players generally like to keep the effects on and the audio off. This means that there isn’t any questions of permissions for playing the music in your game as well as the fact that they’re talking the whole time and don’t want to be drowned about by the music.

2. Video Monetization permission

A common request is for permission to monetize the videos that are created. I use a predefined template created by the good people at Vlambeer. This creates a generic page cover all permission for the coverage of your game which you can link to in the initial contact email to save a ‘Yes you have permission’ email back to the content creator.

3. Add transparent logos, character art and backgrounds

Having images with a transparent background makes life a heap easier for generating pretty channel art, again it’s a little thing but each little bit counts. This is a common gripe for the Let’s Play community and it’s a really easy one to fix. I’ve used the awesome presskit() from Vlambeer to showcase the images and talk about the game a little bit.

Transparent Logo

First you get the channel art, then you get the views, then you get the power.

Well maybe…

4. Post over at reddit’s /r/LetsPlay

In my experience the Let’s Players in this subreddit are genuinely friendly and there’s a lot of mutual respect going. There are a heap of people trying to grow their channel as well as more established Let’s Players lurking around in this subreddit. Posting here will it make it a lot easier to distribute keys and sell your game, people reach out to you rather than the other way around.

5. Search for Active Let’s Players on YouTube

Use the filter settings within YouTube to search for Let’s Players who have been active within the last month or so and might be interested in your game. Once you find someone use the ‘About’ page to get their preferred contact details. When you do contact people, try and keep it personal but to the point. This can be a massive time sink if you’re going to send out 200 individualized emails to people, just be aware and make sure you’ve got a decent workflow before the last minute when it’s time to get in contact with people. One final point on this one, keep a spreadsheet of you you’ve contacted, their email address and if they’ve gotten back to you. Helps give you a head start for the next game that needs promotion.

Searching for Let's Players in the Sleeping Simulator genre

How to make an animated GIF like a Boss

Missiles

TLDR Version

Gifcam + Screen Recorder + ezgif.com = win

Creating Awesome Animated GIFs

If you’re plugging away at a game and want the world to know about it GIFs are your answer. I’m going to share with you today a couple of tips to get the most bang for your buck in terms of the final output and the workflow for creating the GIFs in the first place.

GifCam

GifCam – I can’t rate this highly enough, it’s such an awesome tool for creating gifs. Not only does it compress the crap out of them so you can sneak in under Twitter’s 3 meg limit but it also gives you editing capabilities from within the tool itself. If you aren’t using this GRAB IT NOW! Ok…got it? Awesome.

I try to record my GIFs at 640×360 at 33fps, you can tweak the size and fps that you record from within the tool. Remember that you’re shooting for the magical 3 meg limit. If you’re not going to put this on twitter you don’t need to worry so much about the limit but be cognisant of the file size, you don’t want to be embedding 50meg GIFs in your site, that’s no fun for anyone.

The recording and editing process is fairly straight forward, setup your variables, line it up, hit record and then edit the required footage and save.

This is all well and good but capturing those ultra-rare kick ass moments in your game can be tricky as you need to continually stop, clear and restart the GIF recording so it doesn’t chew up all your memory.

Screen Recorders

What I’ve found incredibly helpful is to capture your gameplay footage using screen recording software such as Camtasia, ShadowPlay or Fraps these seem a lot more efficient are capturing a longer period of gameplay which increases the chances getting in that double jump to wall slide to triple flip ninja kick. Once you have this footage you can just overlay Gifcam to the footage, record, edit the GIF and you’ve just got an awesome GIF on your hands. In Gifcam you can set the frame delay to be all the same by shift clicking on the time delay in the edit window. This smooths it out a bit.

FrameDelay

I generally capture and bunch of footage and then find the best bits and create a heap of GIFs at one time. Enough for a few weeks worth of #screenshotsaturday posts.

Optimize

Once you have the GIF and you’re hosting it yourself or it’s slightly over twitters limit I recommend using:

http://ezgif.com/optimize

This can bring down the size of an already compressed GIF to give you the quickest load speed or squeak it in under Twitter’s limit.

Steam Widget

Steam has a handy little feature which creates a little widget to be able to embed a link to your game in things like a blog post for example 🙂

On your store page, click on the ‘Embed’ button edit the text and generate the HTML then just paste that bad boy in and it’s on like Donkey Kong.

 

Choosing your Steam release date

I’m currently heads down, bums up in gearing up for a release of my game on steam. One of the many decisions that need to be made revolves around what date to to release on. There are a few factors to keep in mind when choosing a release date.

First things first you should obviously allow for anytime to complete all the remaining tasks in your checklist (I’m using Trello for this and it’s magic). Once you’ve come up with an approximate date check out the ‘Coming Soon’ section in Steam. This should give you the upcoming games for your chosen date, make sure there’s not any similar titles going live around this date as it may add unnecessary competition for press. Speaking of press, that should be another consideration, generally Saturday and Sunday are relatively quite days for game articles. So I’d recommended choosing a day early in the week (depending on your time zone you may have to adjust this a bit).

The other thing to avoid releasing in (unless you have a massive following) is the major sales. These change the layout of steam and the visibility of the game may be obscured.

I chose the 1st of September for the release of iZBOT which is a Tuesday. There wasn’t any other similar games around that time, although there is a major release happening at that time.

Good luck with your release!storyEnd_lg

EDIT: OK, so choosing to release on the same day as TWO AAA games in hindsight probably wasn’t the best strategy. I was thinking that the additional traffic would be a bonus and seeing iZBOT next to those titles might give it a bit of a boost, but this is offset by the fact that they are guaranteed to take up at least a couple of the popular new release slots which pushes you down the list.

Game Art Commisions

I’ve recently commissioned some box art for my 2D platformer iZBOT. This was my first time commissioning art, I wish I’d done it sooner. I’m really happy with the result and the overall process has been very smooth. Below are the steps I went though and a couple of tips to get something you’re happy with.

Decide on a style

What sort of game do you have? This is going to drive the style question somewhat. This is something you have to come up with yourself and is a key decision as its going to drive artist selection and the end result somewhat. Check out what other people are doing in similar genres if you’re stuck.

Find your artist

This step is something that I struggled on for a while. I’d come across great artists or commission pages that hadn’t been updated since 2012. I ended up using a bit of GoogleFu to get the result I was after. If you search for the keyword ‘commissions’ and then only search specific sites like tumblr or deviantart using the syntax site:tumblr.com . One final thing is to go into the advanced search settings make sure that you’re only returning results that have been updated in the last month or so. Then select images and browse away.

Rough Draft

I was really lucky to have the artist who did my box art guide me through this one, but I sent over a heap of pixel art, gifs of the game fonts etc. Anything to give her more of a sense of the character that they are going to draw. She came back with really good ideas here and I ended up changing what I had in mind.

Compare

And below is the finished result, I’m really happy with the results. The overall process has been great and it makes iZBOT look like a proper game 🙂 The artist who created these goes by Ruba and here is a link to her Tumblr. I can’t recommend her enough.

Awesome new box art from the awesome and very talented Rubalotl.izbot-commission

iZBOT on Greenlight!

I’m very excited to officially announce that iZBOT is on Steam Greenlight!

iZBOT is a faced paced precision platformer that focuses on tight controls and small bite sized platformer levels.

You can vote for our speedy little robot over here: