Winning Entry in WoW Student Art Contest 2019 ( + Breakdowns) - Luke Mason

Hey everyone,

I knew going into the contest that I wanted to do some sort of life-stealing effect and got super inspired when I saw the for Battle of Azeroth FX reel, specifically Sarah Carmody’s Warlock update https://www.artstation.com/artwork/dzdmK and Luis Arguas’ work for the boss Mythrax https://www.artstation.com/artwork/q4Wea

My gameplay goals are to have an Affliction Warlock spell with a slower cast time that would deal a fair amount of damage and additionally steal life from the enemy.

Up until this point I was focusing on blocking out each phase of the spell, and am now going to use the rest of time in the contest to polish each element individually. I’ve been having a ton fun with the spell and have learned a heck of a lot throughout!

Any and all feedback would be super appreciated!

gif for thumbnail:
https://gph.is/2UBA8v1

Finished Piece

First Draft

Next steps:

  • Resize Portal to not clip into ground ✓
  • Play with color and shape of Portal to have it better ‘react’ to orb being shot out ✓
  • Iterate on Healing trails to make them look more Warlock-y
  • Refine colors of the orb’s impact explosion

Stretch Goals:

  • Add casting hand effects to play alongside portal building up
  • Upgrade mannequins and scene ✓
14 Likes

Wow, how did you make this smoke for trail?
image

e38532713cb3d496cf72533c04d74172
The smoke for this was a lot of fun, and super important for getting the warlock’s corrupted side represented in the effect.

The smoke for this trail is done by spawning a bunch of particles that I ‘layered’ using the camera offset module in cascade to bring the green wisps closest to the camera, pinker wisps in the middle and nearly-black ones in the back.

The smoke wisps themselves start with a texture I drew in photoshop, then with some added UV distortion for extra flavor

Then I take it through a gradient map, implementation inspired by @Luos_83, to get the most amount of color, and also keep all the parts of the effect cohesive


textures

Hope that helps :slight_smile:

6 Likes

Yes, thanks, actually I thought the smoke shader is much more complicated. Generally very cool smoke.

1 Like

WOAH this is sick, waaay more in depth than my entry last year and i think it’s nailing the style pretty well! I love a lot of the elements, I think some of the timing could be enhanced to really punch it. The impact feels a bit like it’s two distinct steps, The projectile hits and then there’s a slight delay then the green healing swirls come out. Adding some fel fire into the heart of the impact as a flash frame might help the heal feel a bit more natural. A polish point would be licks of flame that come off the elements and linger a bit to help tie all the energies together. Also Glows are your friend, keeping a value hierarchy that keeps your eye at the most important part’s so the head of the projectiles and then the impacts can add a lot.

1 Like

Thanks for the feedback dude, and also thanks for the tips on using glow and flash frames, that’s exactly what my two impacts were needing, I’ll start iterating on that next. And the lingering fel flame licks sound like a lot of fun to add.

1 Like

No problem!! Good luck with the contest!

These crazy kids get better every year. (dies a little on the inside)

2 Likes

Hey, can you share full shader map please? I’m a newbie and I’m trying to implement it on Unity. :pray::pray:

I’ll definitely do a breakdown of the more interesting techniques when the project is finished, more geared towards beginners to vfx. I’ll likely have that out after January 31st when the contest itself is all wrapped up.

In the meantime, I highly recommend checking out this article on 80 level: VFX for Games in UE4 its geared towards Unreal but it can easily be applied towards Unity. Much of the my effects used in the spell can be reduced down to Alpha Thresholding, UV distortion, Manipulating UV’s on 3D Meshes, Soulercoasters, and fun panning textures, all of which I learned from right here on the forum.

1 Like

May I have the shader you finished?
I’m very curious about how gradient mapping works.
Thank you.

Update!

Recently got a nice free Sunday afternoon to work more on the spell. Focused on improving the general timing of the effect and introduced more elements at the moments of impact to make them feel more punchy. Additionally, I intensified the colors at key moments to try and guide the eye better during all of the many phases. With the contest wrapping up in a few days I’ll likely be tinkering with pieces here and there with the remainder of my time and hopefully getting this spell to a point I’ll be happy submitting it in.

I’d try to break the silhouette of the charge-up portal a bit more, now it’s more of a black border with a fade-out gradient. Everything else looks really cool!

1 Like

Just submitted to Blizzard! Thank you everyone for the awesome feedback over the coarse of this project, really pleased with the finished result. I’ve learned a lot about VFX since starting the contest and am honestly excited to work on a new project now that this one is coming to an end.

I’ll make time this weekend to do a breakdown of the spell to all of the people starting out in VFX or just generally curious about how I pulled off certain parts of the effect.

3 Likes

Really cool effect, good luck!

1 Like

Super informative thread! I didn’t know about the cascade camera offset module.

1 Like

Good stuff, best of luck!

1 Like

Good luck in the contest!

1 Like

https://gph.is/2UBA8v1

Breakdown Time!

I said in a previous post how most of the effect can be broken down into Alpha Thresholding, UV distortion, Manipulating UV’s on 3D Meshes, Soulercoasters, and panning textures. Today I wanted to breakdown specifically the use of Manipluting UV’s, Soulercoasters and how they can be combined with panning textures for cool results.
Hopefully if anyone is new to VFX they can get some new tools for their real-time toolbelt.

First thing I wanted to show was Soulercoasters, most prominently seen in the Fel Healing projectiles.
https://gph.is/2S4IcYx

Side by side of the real material and a simple panning textures on the Meshes.
https://giphy.com/gifs/46zFtN0OSZE88EA3Pz

The main idea behind soulercoasters is that you make a 3D mesh of the projectile’s path and then use a panning texture to mask out everything but the projectile as it goes along the ‘path’. In this case, I made 5 meshes and applied the same material to each of the meshes.
To learn more about implementing them, there’s a great post from @Augie about them here VFX Basics - Mesh Soulercoasters

The same idea of panning and masking textures is used in the ‘Healing Wisp’, with the added use of UV manipulation to play with the timing of the wisp.
https://giphy.com/gifs/5hmJb0KdULSdn117OX

My goal with the wisp was to have it slightly ‘hang around’ the character rather than having it enter and leave at the same speed. To do that I scrunched up and widened the edges near the top and bottom of the mesh and largely left the UV’s the same, all to have it speed up and slow down during portions of the panning.

This technique with manipluating UV’s on a simple mesh is then pushed further in the summoning portal
https://giphy.com/gifs/dsVpeRZhKKwZFcWkiG

The spinning portal is made up of a circle mesh with ‘spun up’ edges and manipulated UV’s, when panned over, gives the vortex like visual. To see how to get a Circle mesh with nice UV’s check out this snippit from Shannon Berke’s mega post Shannon McSheehan - LoL FX + Knowledge Share - #64 by ShannonBerke

Hope this breakdown of some of the techniques was helpful to somebody! If anyone has additional questions on a specific part of the spell I’ll be super down to help. I won’t be posting full shader maps but I can definitely point you in the right direction :stuck_out_tongue:

20 Likes

Hey, I really love your effect and was confused how you got to twist your uvs on a circle mesh but have straight uvs. When i use the twist defomer on a circle, and cyclinder the uvs did not twist on the mesh in maya