Hugline Miami is my love letter to Hotline Miami. Who would have guessed?
It can be found here.
Introduction
Sup dudes, I’m Figglewatts, I made Hugline Miami.
I was originally making an isometric shooter that was going to be called “IsoStrike”, but then I saw that Dennis Wedin of Dennaton Games was doing an AMA on Reddit, and the Hotline Miami fanboy in me awoke.
What I’m gonna be talking about in this here post are the good bits, the not-so-good bits, and stuff I’d totally do next time, so sit back and enjoy the ride.
What I used
- Unity 5 (Game)
- Visual Studio 2013 (Code)
- paint.NET (Graphics)
- FL Studio (Music)
- Adobe Premiere and FRAPS (That video I put on the page)
The good bits
Visuals
Lots of people have praised the game’s visuals.
When making the original incarnation; IsoStrike, I wanted to go for a really ’80s’ style, and almost the first thing I put in was the static and scanline effect. It works pretty well to convey that ‘old VHS I found’ look.
I was also really pleased with the text effects I put in the game. The rotation effect was implemented via a sine wave applied to the rotation of the text GameObject, and the colour cycling effect was a sine wave applied to the t
value of a Color.Lerp()
between 2 colors defined in the Unity inspector.
I stuck with one very simple colour pallete for almost all of the graphics in the game, and that colour pallete can be seen by simply looking at the gradient in the background of the game! I found 2 colours I really liked that contrasted each-other well, and you can see aspects of these colours in nearly all of the sprites/textures in the game.
Gameplay
I’m pleased I got as many masks as I did in. I started out with just the Richard mask, then I would add more when I thought of them during the development of other parts of the game. The Richard mask has no effects on gameplay, it’s just there to be a baseline. The default ‘playthrough’.
My main goal for each mask was to provide a slightly altered way of playing, i.e. Graham is more about hit and run attacks due to the high movement speed, Aubrey is for ‘spraying and praying’ due to the decreased cooldown, and so on. The only exception to this is the Molly mask (named and styled after my cat!) which was designed to be an Easy Mode for the game.
The score and combo system was an almost last-minute addition, and I’m glad I put it in. It makes the game have a more ‘arcadey’ feel to it, and in my opinion the funnest part of the game is chaining insane combos between levels. This is pretty much the reason I made the Zack mask.
Music
I really like the genre of music that Hotline Miami (both 1 and 2) used. It’s called “Synthwave”, you should listen to some!
Anyway, I’m by no means good at making music, so the music in this was created through about 3 hours of smashing keys on a MIDI controller, but I think it came out pretty well. I managed to get 4 songs in there! Each one has a ‘hug pun’ on an existing Hotline Miami track: ‘Hug Steppin’ (Horse Steppin), ‘Hugdrogen’ (Hydrogen), ‘Deep Hugger’ (Deep Cover), and ‘Roller Hugster’ (Roller Mobster).
The not-so-good bits
Based on all the feedback I’ve received thus far, I’ve compiled a list of things I didn’t do that well. Feast your eyes upon them!
Slow movement speed
The slow player movement speed subtracted from the feel of the game. It made it feel much more slow-paced than it should have been, and I should have increased it.
Collision issues
The heart projectiles are notorious for not going where you want them to go, and this is very prevalent in tight spaces like single tile-wide corridors. I did fix this post compo, it was an issue with the mouse raycast colliding with walls that were between the camera and the floor, but I’m not going to put this version up. I’m a firm believer that when I submit the game I can’t make anymore changes.
There was also issues with enemies colliding with one-another. This can be seen in full effect on Chapter 5. I’m gonna say this bug is canon though, because that level was totally a nightclub, and that huge cluster of vibrating enemies was just them having a grand old time.
Pathfinding was also a bit iffy, and you can blame this on me not wanting to spend hours tweaking tiny settings in Unity’s pathfinding system. It can probably be fixed, but not without lots of testing.
Not very innovative
The game is literally Hotline Miami but isometric, slower paced, and with less content. Maybe I should have thrown something new into the mix.
Not really based on the theme that much
Swap out hearts for bullets, you have a conventional weapon!
Stuff I’m totally doing next time
- Livestreaming
- Livestreaming can be really helpful for getting instant feedback.
- I can also make a fancy timelapse if I livestream, and everyone knows timelapses are the bomb, so I’ll definitely livestream next Ludum Dare.
- Post an early build somewhere other than just Twitter
- I don’t have many followers that aren’t robots on Twitter, so maybe it’d be a good idea to actually garner some feedback by making a post on the Ludum Dare website, or the subreddit, or IRC, or something. Instant feedback!
- I would also not use the web player next time due to this whole NPAPI palaver. Hopefully by the next Ludum Dare Unity will have finalized their WebGL builds.
Conclusion
To conclude; I think I done did good. Obviously we’ll wait for the judgement period to end before I say anything concrete, but everyone seemed to like it.
I’m definitely making a post-compo version, though I’ll remove the connection to Hotline Miami by changing the title, and making a completely new visual style, but I’ll stick to the 80s aesthetic. I’ll also expand upon the core gameplay, maybe add RPG elements or something, maybe a story. Experimentation!
Finally, I’ll livestream my development of an entry for the next Ludum Dare. So then I can subject everyone who tunes in to the shenanigans I will inevitably end up dealing with during it’s development!
Epilogue
If anyone can beat my high score then I’ll be very impressed. You’re dealing with a pro here.