00:00
00:00
DarkTimmy
Hey all! Tim here and maker of this game. If you like Boss 101 (and thank you so much if you do) - then we have released our NEW version on Steam. Basically, everything cranked up to eleven!

Game Maker

Joined on 10/7/13

Level:
2
Exp Points:
20 / 50
Exp Rank:
> 100,000
Vote Power:
1.98 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
0
Saves:
2
B/P Bonus:
0%
Whistle:
Normal
Trophies:
2
Medals:
89
Supporter:
30d

DarkTimmy's News

Posted by DarkTimmy - April 12th, 2015


Game Loops! Creating the Boss 101 game loop. Let’s talk about this shall we? 
 

4813331_142887493622_IFgCfY6.png

Our game loop is the basic or typical game cycle the player will experience when he plays the game. For us this is the actual action round of playing the game (the part where you shoot the bad guys). In making your own game you want to start doing this as early as reasonable for obvious reasons. It’s the cheapest and fastest game development you can do. Mistake and changes are pretty cost free since no one is really working on anything except you on a diagramming program.

The way we started was to lay out all the actions we felt the player would go through from beginning to end in the broadest strokes possible. This is stuff like start the round, read some dialog, see a cinematic etc. and proceed into options like pause the game, get hit by bullets, kill the boss. You can imagine from this tiny list there are tons of things happening in any basic game round. Well, we need to understand and control that so we can actually make the game. Maybe you are working on a game and wonder about this so read on!
 

4813331_142887493543_s8ZltfZ.png

First and foremost – this process is something we use on Boss 101 and might not be for everyone – I encourage you to test the veracity of it and see what works for you! Don’t take my word for anything without thoughtful examination on your part.

OK – get yourself something to track all this game loop stuff in. We use Visio and Google docs but you can use anything really. Google docs are free, there are also a lot of free graph and chart making software programs. You can even use paper, old school style. 

The main point of your game loop pass is to hit all the highlights YOU think will happen at any point in the round. Just write ‘em all down and collect them on one spot. Do not worry about mistakes or missing things. In your mind you want to just go from start to finish and list all the things you can do. The thinking here is you can always add things in. The important part is to get from start to finish and re-read what you have for errors or omissions. You don’t want to get bogged down at this stage, you want to finish the loop.

When that is done you should go back and arrange things in order if they aren’t already. This is where Visio or charting programs are great. You can draw all those awesome little arrows and flow chart thingos to make connections to various prices of the game loop. Cinematics lead to gameplay, gameplay leads to achievements. All the great stuff happening. 

4813331_142887493562_Bx421Aq.png

Once you think you have a pretty good overall flow you will then take each item in that chart and start breaking it down HARDCORE. Well, at least as hardcore as you can for the moment. I personally think it’s really important to leave yourself some wiggle room with the systems. Many times and idea will just not pan out and you don’t want to be boxed in with a bunch of unique or inflexible game systems. Ideally – crap that isn’t working you can just take out and stuff that is working you expand on.

Again – the deal is not to turn this into a study in minutia. Rather you want to start asking some obvious questions as early as possible. things like “are we pausing and if so what will the player be able to do?” That sounds incredibly obvious but you want everything out in the open so you can take full advantage of your time and resources. There are few things worse than getting to the end and realizing you left out a ‘return to main menu’ option or an important end of round screen.

4813331_142887493561_5ey18d5.png

OK – so you went through all that and you have a pretty good list. Well, my advice here is to wrap the whole thing up and let it sit for a few days so you can revisit it with fresh eyes. I use this ‘let it bake’ philosophy a lot and it has saved me heartache time and again. What seems genius at 3 in the morning might be absurd on Friday afternoon after coffee. 

The basic game loop should cover a typical game round and might be more complex for certain gams (think Civilization and its myriad options in a round). Another thing to remember is you can also put loops WITHIN loops. The basic loop exists within the great game loop and that might connect to other game loops like mini-games, upgrades, achievements, save screens and on and on. Start putting those together after you main loop and you are well on your way to really making a game.

4813331_142887493451_XICTjoG.png

To summarize – this process is about getting you asking questions about your game’s rules. That is it. You are pretending to be a typical player and thinking about all the things they can or might do. You won’t be perfect but each time you sit down and review you will likely improve the loop (any loop really) and thereby improve the game experience. 

DO IT!

SideNote: We were in IndieGame Mag this month!

Boss 101 in the latest issue of Indie Game Magazine! Take a look and support a great site!

Link to the site here

4813331_142887493473_2eTwVR4.png

Hope you enjoyed and talk with you soon!

Remember to LIVE YOUR DREAMS!

-Tim


Posted by DarkTimmy - April 8th, 2015


Boss 101 in the latest issue of Indie Game Magazine! Take a look and support a great site! ‪#‎boss101‬ ‪#‎indiedev‬ ‪#‎gamedev‬

Link to the site here

4813331_142851280943_2eTwVR4.png


Posted by DarkTimmy - April 2nd, 2015


Boss 101 is Greenlit!

First of all THANK YOU! Without your kind support this would not have happened. Thank you, thank you!

More news to come but we wanted to share the excitement with you.

-Tim

 

PS - huge thanks to @tomfulp for the cross posting and support too!

4813331_142802710113_oKe1aHI.png


Posted by DarkTimmy - April 1st, 2015


** We're up on Steam Greenlight - LINK HERE ** 

4813331_142786923563_6WLHaBU.png

STEVE and Max making bosses and letting their feelings be known. Another day in the lab after dark.

4813331_142786923413_mrk6JSw.gif

Talk with you soon and remember to live your dreams.

-Tim

 


Posted by DarkTimmy - March 29th, 2015


** We're up on Steam Greenlight - LINK HERE **

4813331_142761480883_6WLHaBU.png

How are you doing this week!?! Well, we hope!

Boss Animation and animation in general

OK – so let’s talk about animations in games. First you will have to understand a few points we strive for when we do animation. They may or MAY NOT apply to your animation needs so check these out and see what you think.

Guidelines for basic cycle animations:
- The first and last frames should be the same!
- values for things like movement, rotation and scaling should, for the most part, ALWAYS move in a Sine wave. 
- Slow and even animation generally works better then quick stuff over time when doing cycles. There are exceptions but when you do a cycle you probably are doing to add flavor. Like any flavor too much of something can be overpowering! HAHAH! Like that comparison?! You’re a cook!

Let’s Jump straight to the final image of the moving tail with a little pipe thingie opening and closing to give you an idea of where we are heading. Notice the segments all move one after the other. We’re just doing an idle here so the thing isn’t flailing all over the place like a flag in a hurricane.

4813331_142761480773_aTmPn1n.gif

Ok Here we are – first setup image. We can see the basic setup for the boss body and his tail. We are using the program Spine (http://esotericsoftware.com/) but this is applicable for any animation you are doing in any program. The thing we are going for a is a smooth up and down motion for the dino tail. Remembering this is just one part of a LOT of moving parts we can get going with basics of the animation.  

4813331_142761480791_3i3go4q.png

This next image will give you a quick sense of what we are shooting for when we do animations. SINE WAVES people! Basically you want to move/rotate/scale your values UP and then DOWN (or vice versa) and bring them back to start. For this guy we are doing something like:
Frame 0, value of Y = 0
Frame 16, value of Y = -1
Frame 43, value of Y = 1
Frame 67, value of Y = 0

4813331_142761480672_QL5rBn8.png

You see the magic there?! That is straight animation and it looks good too. Please understand the SPIRIT of what I am getting at here and not the literal values you are looking at. It’s time for the use of your IMAGINATION. Let’s IMAGINE you are an indie game developer and you have hundreds of things to animate. Well, are you going to sit down and mo-cap out a bunch of dinosaurs? Probably not. What you want is some magical way you can layout a bunch of animations to look good and pro. Again, generally speaking think of most creatures and even mechanical things in life. They move in sine waves – back and forth and reset. 

For a lot of the basic animation you will likely be doing this will be some SWEET looking stuff. The things you will want to vary when you get down to individual pieces, creatures and the like will be the spacing between frames and the values of those peaks and valleys of the sine wave. 

About the way I am using the term Sine Wave – this is just my shorthand for a series of animation values (rotation, scale or position) that change up and down (or down and up) over time. 

Then we move to this final bit. Since there are three tail section and we want a whip like motion. All we need to is offset the animation in the rows by a few frames. We did the same kind of animation in each row and then shifted that animation over to the right for each subsequent section.

4813331_142761480612_VS7zPTC.png

OK- that is a lot to digest so let’s move to something else for the moment!

HATS!!! 

4813331_142761480651_0terUdL.gif

4813331_142761480523_W6hQ1fl.gif

We added two new hats to the Boss 101 lineup in honor of the site ShUMP site (http://shmups.system11.org/). Their EXACT abilities are still being tuned but the current plan is they will make your character (well, S.T.E.V.E. and Max) into more or less traditional ShUMPS type player vehicle. Among the things we are thinking is both these hats will turn off the life bar and possibly a few other things (might even include modification of player movement and shots).

Thanks for reading and your support! We do listen and read all your mail and comments!

Remember to always – LIVE YOUR DREAMS!

-Tim


Posted by DarkTimmy - March 25th, 2015


Thank you!

Thanks for stopping by and checking out our devblog! We're busy making magic in the Boss 101 universe so let's get on with it!

Greenlight continues!

If you haven’t already – we’d love you to check out our Steam Greenlight page. If you like what you are seeing we would LOVE your yes vote!

4813331_142726559961_6WLHaBU.png

4813331_142726559962_DNMNz8A.gif

>>>Direct Link to Boss 101 Steam Greenlight YouTube VIDEO<<<

Making a Boss (art-wise)

In Boss 101 you can roll bosses sure but let’s talk about HOW they get in the game Boss 101. A couple notes – we use GameMaker Studio (from YoYo games) and Spine (from Esoteric Software). Spine works with Unity and a few other engines I believe, so this applies even if you are not using GameMaker.

Basic Setup: Organization – we organize the bosses into separate files. The layout of the files is exactly the same so when they load into the game they all can be interlocked with each other cleanly. Let me assure you organization is a giant step in ANY process - so sort your shiz out FIRST then start working. Don’t be afraid to constantly ask yourself “Is this the best way?” either!

Step 1: Layout and create all the parts to the Boss. We go back and forth here. We start with the fact the boss has five major systems (head, turret, engine, main body and main weapon). We start with the theme of the boss (we have several general themes like Animals, dinosaurs, samurai-esque, etc)

4813331_142726559833_RmM9WEM.png

Step 2: Make any notes relevant to the boss as we draw the parts. In the case of the kitty boss we already had a reference to work off. We wanted to upgrade the look so we pointed out some ideas and design decisions to follow when doing the art.

4813331_142726559861_NjNRfDt.png

Step 3: Black and White version! Generally speaking for MOST of the art we do a black and white version THEN we color it. Seriously folks – it makes your life a lot easier to concentrate on contrast and silhouettes FIRST then color it in as you like. If you are John Singer Sargent you can disregard this advice.

4813331_142726559872_eepeN2q.png

Step 4: Color it up. We work on Photoshop generally but you can achieve the basic coloring we do in nearly anything you choose. The advantage of doing black and white is we can color block in areas quickly in a SEPARATE LAYER over the black and white art, apply a layer effect (like “Color”) and then experiment with colors and shading until things work. You see how we are!?! Efficiency folks – that’s how to do it!

4813331_142726559763_OzGR1Vy.png

Step 5: Bring all the pieces into Spine. We load each section (head, body, weapons, etc) into Spine as an individual skeleton and then arrange them in space accordingly. From there we add firing, prefiring and idle animations. 

4813331_142726559761_MmGi0so.png

A Note on Spine – if you are serious about getting animation done I would recommend Spine. The low cost version of it would be perfectly suitable for most all indie needs and the TIME saving would be tremendous. Doing all this by code or hand would have tanked Boss 101 at the starting line. 

Step 6 KITTY BOSS! (example animated gif)

4813331_142726559651_878SjiI.gif

Those are the basics and next time we can delve into animations practices or perhaps something you are curious about!  We'll check here for feedback and question!

All the best and live your dreams,

-Tim


Posted by DarkTimmy - March 22nd, 2015


>>>Direct Link to Boss 101 Steam Greenlight PAGE<<<

4813331_142704506723_6WLHaBU.png

4813331_142704506543_pKTVO2k.gif

Steam Greenlight

THANK YOU! Our first few days have been amazing on Greenlight. We are getting there and want to thank all of you who took a moment to visit and check out the page. A huge thanks goes out to all of you who voted YES. It means so much and we are moving along towards being Greenlit. 

If you haven't already and are curious - we do invite you to check out the links above and see what the fuss is about. We have a trailer and a breakdown of the game. Your Yes vote really helps!

OK - some updates!!!

Boss Designs:

We spoke a little about this previously and we want to show more of the initial implementation that goes into making a boss weapon. The idea is we give each weapon a weakness (one, maybe two) the player can use to stay alive longer and gather up points. It's been tried and tested in MANY games so we aren't claiming any new ideas on the "boss weakness" front. 

What we are looking to do is give you the player a reward for trying out things like the kinds of hats and weapons available to you. We do imbue certain weapons and hats (and upgrades) with abilities for your player. Some weapons are more effective against a boss, some hats allow you to take far less or no damage against certain weapons. That's all for you to find out. Is it possible to win without all the tricks? Let's just say it would be tough. Bosses will naturally hit harder on the later levels and if your skillage is low AND your upgrades aren't there you might get pasted pretty quick. Thankfully though, we are working to give you lots of playing options to suit your tastes.

Here's a boss trying to smoke Max and STEVE...
 

4813331_142704506513_JV2P4pI.gif


and here's that boss bullet pattern layout...
 

4813331_142704506421_RRMomks.png


Tuning

Now comes the fun part - once that is in we start playtesting the various parts against the baseline Max, Max variations and generally just try to do everything we can to simulate play styles. Not surprisingly this can be very hilarious at times and leads to a lot of fun insights and ideas. Sometimes things we THINK are going to be super overpowered end up being pretty ineffectual at first. (some of the large death beam type weapons come to mind). Some of the little minor weapons like small homing missiles end up being the deadly things!

A peek at some hats and more!

Savage: The Shard of Gosen Hat
Our good friend Matt Fitzgerald is working away on his opus called Savage: The Shard of Gosen. You can check it out here: Savage Steam Page

Matt has been a Boss 101 supporter from the get-go. He's helped us with wisdom about getting onto Steam Greenlight as well as lending his Gamemaker skills and tips when it was just one guy trying to figure out the basic language of GameMaker. Welp, we figured we could drop this in for him - a hat based off his main character! Check it!
 

4813331_142704506492_pjq7BCv.gif


The ShMUPS Website

A few of the kind folks at http://shmups.system11.org/ have been dropping tips and feedback about how we can make Boss 101 a better shooter game overall. Some of the suggestions are pretty keen and we thought it might be nice to create a special hat with SPECIAL powers - and by special powers we mean this one will probably be a one hit - you're dead hat. HAHAHA! HEY - you can't always go for the easy way in everything! Seriously though, we are looking at risk and reward balancing for any hats that have, how shall we say, some 'detrimental' effects. 

We call this hat "1940"

 

4813331_142704506412_NOnB9Va.gif


Random Gameplay Screen!
 

4813331_142704506232_sDYHBnl.gif

 

How to Make a Game Series - Part 10

>>Link to full article<<

Here is a short snippet from this week's article written by your truly (Tim). I think it encapsulates the exact feeling happening right now as we go through Greenlight and look back on the progress the game has made.

Gratitude. That is the topic.

When you are making your game and following your dreams it can be a humbling experience, especially when you start out. During those times when you are drawing on your inner reserves and powering through, you might want to take a moment to be grateful. Perhaps, just perhaps, this can help you get through some of the rougher moments.

I’m now going to give you a powerful method to increase your energy, make you a more positive person, generally more likable and undoubtedly increase your earning power along with your productivity. Start saying “Thank you” a lot more. Add “I appreciate your help/time/assistance” into your everyday vocabulary. You will be surprised at how this will brighten your day by brightening other’s days.

What does this have to do with indie game development? Everything really. Like it or not, the world is full of people and these are the same people you want to buy and support you with money. The quickest way to get anyone to help or support you is to present a sincere pleasing personality. This is one of the strangest and truest things in the universe but when you help others get what they want, you actually end up getting what you want.

Ok folks - that's it for today and THANK YOU for checking in!

Remember to LIVE YOUR DREAMS!

-Tim


Posted by DarkTimmy - March 19th, 2015


OK folks – it’s been an awesome ride and we are now up on Steam for your kind support! Head on over to the page and see what YOU think. We worked to make it as informative as possible and give you and others the info you want! (YouTube trailer below)

@TomFulp - you knew it was coming buddy! Newgrounds and the people here have been so awesome to us over the last few years. THANK YOU and we shall not forget the kindness!

Click on the image or the link below and be magically whisked to the Steam Page!

>>>Direct Link to the Steam Page Here<<<

4813331_142678334872_11Y20g8.png

Talk with you soon and remember to LIVE YOUR DREAMS!

-Tim


Posted by DarkTimmy - March 17th, 2015


4813331_142657893732_8fSdcjf.png

Weekly Dev Blog

You one stop for all things Bossy!

Steam Greenlight Update:

This week we have a pretty special announcement. We are in the final stages of our Greenlight prep on Steam. That’s right
folks – within the next few days you will be able to make history and give us your “Yes” vote for Boss 101.

We promise we will make you proud! Stay tuned to this blog or the main site for details on the exact moment (we looking at Thursday for the big reveal).

Boss 101 Melee Weapons?

Though rarely spoken about we have some nifty melee weapons in Boss 101 – each one is upgradable as well! Here is a shot of the smoking wrench doing some serious damage to nearby minions.

4813331_142657893661_27g9JN8.gif

Ok – maybe that range is a LITTLE long… HAAAAAAAAAAAAAAAAAAAA!!

Gas Bombs and Ugly Bugs

Up next is a special weapon for one of the insect bosses. SO this guy here spawns some nasty little bugs that can poison you unless you have some protection.

We start with something like this – temp art that is in the game – a grey bug! We make some notes and show examples of what we are aiming for… like so…

4813331_142657893633_Flr5y7g.png

Then we get this. A nice animated gross robo bug!

4813331_142657893671_I7C3YYx.gif

Then it’s a short trip to the game once the sprite gets it’s base pass in Spine (our animation program) and some VFX to get it going!

4813331_142657893511_Gs4CgE0.gif

4813331_142657893573_E8L6vGG.png

CRAZY!!!

How to Make a Game – the series!

How to Make a Game – Part 9

An ongoing series by yours truly. Here’s a peek at this week’s episode – the Game Loop!

The deal here is you want to get this running as soon as possible. Why? Because you want this to be as fun and addictive as possible that’s why. That kind of addiction is not going to happen in your head, you have to see it in front of you and play it. Iterations are the way to go. Paper design, thinking, doodling, tests are all awesome but nothing, please hear me, nothing beats just making the game and seeing if it’s fun.

So, get your game loop running. Temporary art is fine. Rough art is fine. In fact, the rougher the art the better since game loops are about game play and not the look of the game. If blasting grey blocks are fun then adding in great art will only make it better. On the flipside having the best looking characters means little if the underlying game is not fun to play (see any one of a myriad of free to play FPS shooters for examples of this). One mistaken belief in games is that looks are a huge deal. They are not. The games you like you might still like even if they looked rougher and visually less polished.

A Basic Checklist…

The basic game loop should be your top goal early in development.
The game loop is not necessarily the whole game but is a representation of a typical play session
Block out the loop with any graphics and mechanics that get the job done.
The purpose of the loop is to expose and refine your early thinking about the game as soon as possible.
You will make mistakes but do not be afraid. Early in development is the best time to make the biggest mistakes. They are FAR less costly early than later in development.

More to come so keep checking in. We appreciate your visit and THANK YOU!

Remember to always live your dreams!

-Tim


Posted by DarkTimmy - March 15th, 2015


Greenlight news coming soon! Stay tuned!

4813331_142644961591_Gs4CgE0.gif

Remember to live your dreams!

-Tim