Shadow Heroes: Vengeance In Flames

http://i0.wp.com/www.shadowheroes.com/wp-content/uploads/2016/05/SteamEarlyAccess.jpg?resize=776%2C310

What Is Shadow Heroes?
Shadow Heroes is a game where players from around the world compete in epic battles with hundreds of units using weapons, magic and tactics. Yours is the role of commander, responsible for preparing your troops and leading them to war in order to eliminate the enemy commander.

Is this a RTS Game?
The answer is yes - and no. Shadow Heroes focuses on the tactics instead of the logistics of warfare. You chose what units to send into battle and how many. There is no micromanagement of non-combat units, no building structures and no researching as the battle rages on. You are down on the battlefield to win a victory, not to build a civilization. You don’t have to order every one of your troops: they are smart and they know your objective. Instead, worry about preparing reinforcements and gauging what will take down your enemies forces.

**Gameplay. **
In Shadow Heroes, you gain income every second. Based on what units you have purchased. Every unit purchase increases the income you gain. Waves of units spawn at set intervals (usually 15 seconds) and every unit you have purchased then marches toward their objective stopping to attack enemies in their path.

Purchases persist across spawn so if you purchase a unit on the first wave it will spawn for every wave after that as well. This leads to larger and larger armies as the game moves forward. Each type of unit has unique abilities and roles in the game and the composition you choose will greatly determine the outcome of the battle.

Equipment
In addition to what units you are purchase, you can collect items that are dropped in combat and equip your units with them. Each unit in an army has up to 5 equipment slots that can hold different types of equipment. Each kind of equipment will come as either a passive or active type. Passive Equipment creates provides a constant minor boost to your unit’s stats. Active equipment requires you to order your troops to activate the equipment and provides short boosts to stats but is typically more potent than passive equipment. This system lets you control what level of micromanagement you are comfortable with and still be competitive.

Equipment can also be combined together in order to be upgraded. If you find yourself accumulating a lot of items, start combining them together to create more potent items and use them instead.

Development
Steam Page: http://store.steampowered.com/app/398670
Official website: http://www.shadowheroes.com/
Twitter: https://twitter.com/alliedgames
Facebook: https://www.facebook.com/AlliedGamesInc
Status: Early Access Alpha
Engine: Unreal Engine 4
Platforms: PC
Release date: 20 May, 2016

Images
Paladin Character Design

Interface Design

Attack Animations
ExorcistAttack.gifArchangelAttack.gifHunterAttack.gifSpiritAttack.gif

Looks good so far. Keep updating it with more screenshots and videos if you can :smiley:

That’s the idea. Every few days I’ll be updating this thread with more and more stuff and in a few weeks I’ll have a gameplay video put together. Even up to then I’d love to hear feedback. It’s only me and 1 other guy working on this at the moment so getting some perspective can only help :smiley:

Making a status effect system

Hi fellow Devs!

Today I wrote a quick blog on the Status Effect System In Shadow Heroes: Vengeance In Flames. Take a quick read if you are trying to make something like this yourself as I go over the major concepts I used and if you have any questions don’t hesitate to ask.

](http://shadowheroes.com/index.php/community/developer-blog/65-making-a-status-effect-system)

It’s looking really great so far. Keep up the good work :slight_smile:

Would love to see it in movement with a gameplay video maybe? :stuck_out_tongue:

Looks very nice so far, agree with above post though, would like to see some gameplay if possible, loving the style your going for.

How’s he create the characters?

I can outline the process. Note: You can always right click an image and open it in a new tab for a full view.

First we would start with a concept rotation of the character.
e04cd02ed28e521e89f3c3e40eac44357ac7c4dc.jpeg

Then we would create a base mesh to use as a starting point in ZBrush
4553663f0dc8b6f3c60c0f789b7bae2df88cf31a.jpeg

Then Sculpt out the details in ZBrush (This is where he really starts to come to life)
7c47fabdd4e88b914d68e56d1371a7f80760d4f4.jpeg

Merge the two together and apply the base materials
872df664a1b73852d4eb3422616d66133080a64d.jpeg

Then finalize the materials.

We’ve been putting a lot of work into the game this past week and we will be recording a video very soon to show some gameplay (just some AI bugs and some HUD testing to go) But in the meantime, I wanted to show you a screen grab of just a few item icons we have in the game and these are only the start!

Level Flythrough

Hello everyone. Today I’m sharing a look at what will be our first playable level, the Soren Pendar Road with this level fly through.

A Snapshot of the character screen you will see in our upcoming greenlight trailer.

ceb3be0be3e5d1aa07eb90a30743ee2dbb4d3056.jpeg

Really like your work and love the icon art!

We have just launched our Greenlight campaign! Help us launch Shadow Heroes into the world by voting and following us on steam!
steamBadge.jpg](http://steamcommunity.com/sharedfiles/filedetails/?id=498644779)

This is looking quite good guys! Really excited for you! I’ve tossed my vote for your GL campaign. Best of luck with it!

cant wait to play +1 for greenlight !:slight_smile:

Thanks for all the votes and well wishes so far! From what I can tell, we are doing great. 24% to the top 100 in 24 hours. Not only that, but I feel that our 41% of people who see the game vote yet is fairly strong as well. Especially since the top 50 games average 33% I’ll continue to update our greenlight progress and hopefully write a greenlight post-mortem after we are done.

Ability Sub-System

Hello Everyone,

It’s been a little while since my last update but yes we have been greenlit. We are working really hard to get a demo version of the game ready for people to play and so that we can get some feedback on actual gameplay. As it stands, I recently added a new ability system in the game. This is a generalized sub-system that can be used in different games as well so I’m fairly happy with it.

It consists of an interface that can be implemented on any object and a baseAbility object that contains simple ability mechanics like particle effects, range, type, AOE, targeting decal, cooldown, etc. Any additional implementation and special effects can be implemented on the subobjects.

Variables.png

The Hud is also updated with a simple material that can have the icon changed. This is done via a Material Instance Dynamic. The 2d Icon is passed to the material which is then desaturated and tinted red for the cooldown. Two other parameters are passed to the material to create a percentage and the result is a red bar that covers a percentage of the material based on how much of the cooldown is left.

Since the ability is called on an interface, anything can have a ability attached to it. Just give it an ability array, plug in an ability and pass it an index and optional owning player controller. The player controller is so that targeted abilities know what mouse the decal should follow. This is an example of one of my characters implementing the ability interface’s Use ability function.

To fast forward a bit, this is the kind of result that you get. Note the ability icon automatically updates with it’s cooldown timer, No hud calls required. The ability itself prevents the ability from being activated if the cooldown is running so there are no disabled buttons either. The sphere that is spawning is the abilities area of effect for damage. Every ice crystal that hits will effect this area doing a sphere overlap check for performance. (sorry for the big gif file)

http://www.alliedgames.co/images/ShadowHeroes/ExampleAbility.gif

50e56e30e417949daf7d03032e0d95ff9fc47f9d.jpeg
Hey everyone,

It’s been a long time since I posted any updates here. We have still been hard at work though today I have something interesting to share. Shadow Heroes is getting ready for Early Access on Steam! Currently we are developing our tutorial system to help new players learn some of the game mechanics as well as adding some new abilities to the existing commanders. Here are some of the things you can look forward to:

Multiplayer out of the gate
While we have a basic AI in place, It’s not the most challenging thing out there. That’s why we focused on multiplayer instead. Challenge your friends, or strangers, to see who is the best and slowly rank up.

Active and Passive Items
This has been a big part of the design for Shadow Heroes. We wanted people to have access to both types so they can play according to their activity level. This means you don’t need to perform 300 actions per minute to be good; it doesn’t hurt though.

One Game Mode
We are currently launching with one game mode: 1v1 Commanders. In this game mode you are in control of one unit that influences your other units via auras, has access to powerful abilities and can move around the battlefield. The goal of this game mode is to eliminate the enemy commander. There will be three commanders to choose from at first with 5 more planned for the future. Expect additional game modes in the future!

Item Progression
As you win (or lose), items will be acquired as rewards. These items can be equipped to your units for an increase to their stats. You will gain a lot of items in Shadow Heroes, that’s why we provide a way to combine them into more powerful items. Equipping items on your units greatly influences how you will play. There are a lot of strategies out there, each with their own counter, so you will have to think about what your enemy might do and have a plan for their demise!

Weekly Updates
At least … that’s the goal! The past few months, we have been trying our best to get weekly updates up for Shadow Heroes private testers. For the most part this has been successful with the odd week missed due extenuating circumstances. We plan on continuing this in the future for our users. For more information on how we can release weekly builds see our Development Process post.

That’s a basic overview of what to expect. We will be updating more and more as we get closer to the launch date (which we will confirm at another time). Sign up for the Alpha for a chance to get a testing key and participate in our multiplayer tests coming up soon.

Copy from http://www.shadowheroes.com/patch-0-2-5/

Patch 0.2.5

New Features

  • Quick match now indicates it is searching for a match
  • Commanders now have ultimate abilities
  • Radiant Blast: Massive AoE damage around the archangel commander
  • Corpse Explosion: Units around the martyr commander gain the corpse explosion status. When they die, they explode dealing massive AoE damage. This effect lasts 60 seconds
  • Wish: All units around the Chanter commander gain immunity to damage for 30 seconds
  • The Chanter unit has it’s cost reduced from 250 to 175
  • The Chanter unit has received updated visuals for her invocation abillity
  • The Hunter unit was doing 4x damage. Her attack now does 1/4 damage each shot (4 shots)

Fixes

  • Ground units have been renamed to Core units
  • Bank and Income have been renamed to leadership points
  • Removed a bug that caused status effects to stop working correctly when timing out

Copy from http://www.shadowheroes.com/patch-0-2-6/

Patch 0.2.6

New Features

  • No major features added this patch. They need a bit of cleaning up still.

Fixes

  • Chanters Wish ability now protects units from commander abilities.
  • Corpse Explosion now properly plays it’s effect on clients
  • Wish effect now properly plays on clients
  • Radiant Blast now properly plays on clients
  • Item rewards no properly display if they are active.
  • The Wish effect is no longer too large on demigods.
  • Both teams now have their items loaded in multiplayer instead of just the servers
  • Cherub now plays it’s healing effect on clients