Making-of: VFX 고스트리콘 브레이크 포인트



Making-of: VFX 고스트리콘 브레이크 포인트

금별 0 2,196 2020.01.20 14:03

https://80.lv/articles/making-of-vfx-for-ghost-recon-breakpoint/

 

 

 

 

 

 

Introduction

 

Hi, my name is Lou Cortes. I am a Real-Time VFX Artist from France with two-year experience in the game industry at Ubisoft Montpellier where I worked on Ghost Recon Breakpoint and Assassin's Creed Odyssey. Since I was young, I always wanted to be part of a team that created amazing experiences. To do so, I entered the world of 3D art by joining the Game Art course at ArtFX. Today, my job is to create visual effects in order to amaze and guide the players through the game experiences.

 

Learning Real-Time VFX

 

Real-time VFX is magic, but you don't need to be a wizard to learn it. There are a lot of different tools and approaches to create a visual effect but it isn't more complex than any other job in the game industry. Being a VFX Artist requires to have a polyvalent knowledge of the game tools and fields as well as both artistic and technical skills. 

 

A good method to start learning real-time VFX is first to understand the hierarchy of creation of a usual visual effect which is the following: Texture > Material > Mesh/Sprite > Particle System. Therefore, the needed skills to create a usual visual effect would be Texturing/Simulation > Shadering > 3D Modeling > Particle Effect. One doesn't have to be perfect in each secondary skill. That's the thing about creating VFX for games: you will need to own various secondary expertise while excelling in one or more is a great plus.

 

 

Understanding the hierarchy and learning a game particle system tool like Cascade, Niagara, etc. will be a good approach. Learn their constraints and optimization, try to master them.

 

In order to go further, one will need to know the animation principles (see 12 Principles of Animation), the artistic fundamentals (see Riot Style Guide) and of course, how the different matters behave (you can do that by watching a lot of videos of real-life effects and analyze them, plus Elemental Magic by Joseph Gilland explains it well, too).

 

 

 

 

Contributing to Ghost Recon Breakpoint 

 

I had the chance to work on Project Titan's content of Ghost Recon Breakpoint (GRB) along with the team of Ubisoft Montpellier. During the production, I worked closely with Benoit Baron and Antoine Arthur who are part of the VFX team. During that time, we went through the whole process of creation of a visual effect, from its concept to the final optimization. Many of the tasks were shared between each other, we've put a lot of hard work and teamwork in it. 

 

Something I really wished to work on was the lava effects and shaders. I feel really glad my team trusted me on this big responsibility.

 

I was also tasked with creating sulfuric and volcanic atmosphere visual effects, as well as various boss skills.

 

 

Tools

The tools I use are from the game engine itself: particle system, shader, and nodal scripting, plus some externals: Photoshop, 3ds Max, and Maya. I don't rely on Houdini or any other particle effect generators of that type. It is not something I needed yet to create visual effects but it is something I desire to add to my arsenal as it is a powerful tool.

 

Fumaroles

In order to create this type of fumarole, two main elements are needed: one emitter that will define the global shape (1) and the second emitter that will help to shape the birth of the fumarole (2).

 

 

 

 

 

In GRB, I've added two other elements that appear only at close range in order to add more details: an emitter that will randomly emit smoke on the ground at the fumarole birth (3), and one for the opaque fumarole only which emits light steam around the global shape (4). Then, I played with some of the emitter modules such as the number of particles spawned, size, speed, and alpha. The dissolving of the steam into the air was accomplished via the texture animation and the alpha over life.

 

 

 

Smoke

 

The render of the smoke in GRB relies on the shader and textures created by Baptiste Erades. We used a specific tech called "lightmapped smoke"  that allows us to nicely fake the light and shadows depending on the sun direction, giving this nice optimized volumetric smoke effect for the particles. It is a great plus for Ghost Recon's franchise as it improved the quality of the visual effects.

 

Lava Surface Effects

The deformation on the surface of a lava puddle was conceived through the shader with vertex noise and UV distortion directly on the mesh. In order to fulfill the boiling effect, I've added lava bubble particles on its surface. This effect was created with spherical mesh particles that would grow and then disappear leaving sprite particles to take the relay on the popping of the bubble. 

 

 

The lava geyser contains both mesh and sprite particles as well. The first ones were used to help the integration of the sprites particles, which alone would create rectangular shapes at the intersection of the puddle's mesh. Only one animated texture was used for this effect, it was mixed with the second type of fluid texture in order to add more randomness in the shapes.

 

 

Like for most of the other lava particle effects, no animated textures were needed for the lava splashes of the bullet impacts. By playing with the alpha multiply while the texture is opaque and has a smooth gradient on its alpha channel, one can easily create an effect of animated fluid texture while playing with the particle's size. Although this technique can't be used for all the fluid purposes, it is a great option to create nice and optimized fluid effects. 

 

 

Lightning Effects

In GRB we would only have sprite textures for the lightnings which works very fine for most of the cases except for the Gargoyle skills (one of the first raid's boss) that would have the players surrounded by lightnings.

 

 

In order to solve this problem and upgrade some of the lightning visual effects in the game, I started searching for a solution using mesh particles that would fit the engine's constraints. The first thing that I had to do was referencing in order to understand how the lightnings would behave. Once done, I would note down all the main elements that define a lightning effect and sketch down how to reproduce them with a mesh-shader technique that could be overridden in the particle system. Finally, two different meshes were created in order to add variety in shapes, and a shader that would have vertex animation, UV distortion, and a lightning life system. After its integration in a particle system, a tweak on its timing and the addition of light would finalize the visual effect.

 

Timing

A good way to approach the timing of a visual effect is to understand how the different matters of your effect behave individually and get influenced by the forces that define your effect. This will help you grant realism and credibility. You can do this by analyzing a lot of real-life effect videos. However, as we are making visual effects for games, it doesn't have to be totally copy-pasted from real life. That's where you can play with the 12 principles of animation, for example, using anticipation and exaggeration in order to give more impact to an explosion.

 

 

Lou Cortes, Real-Time VFX Artist at Ubisoft Montpellier

Interview conducted by Kirill Tokarev

Comments


번호 포토 분류 제목 글쓴이 날짜 조회
406 언리얼4 언리얼4 - 머터리얼에서 양면 렌더링 방법 금별 2020.07.30 2904
405 언리얼4 언리얼4 튜토리얼 - Radial 블러 만들기 금별 2020.03.01 2856
404 언리얼4 언리얼4 - 굴절 픽셀을 활용한 서리효과 만들기 금별 2020.12.17 2798
403 언리얼4 언리얼4 쉐이더 튜토리얼 - 홀로 글리치 효과 제작 금별 2020.02.04 2778
402 언리얼4 언리얼4 튜토리얼 - 툰 쉐이더 제작(보더랜드/Jet Set Radio) 금별 2020.03.01 2758
401 언리얼4 빨려들어가는 홀로그래픽 이펙트 팁 금별 2018.08.26 2634
400 언리얼4 언리얼4 팁 - Gradient Mapping 금별 2019.10.29 2628
399 언리얼4 언리얼4 팁 - 회오리 표현 금별 2020.01.20 2585
398 언리얼4 언리얼4 - 리퀴드 이로이젼(침식) 효과 금별 2020.03.12 2579
397 언리얼4 전격 피격 이펙트 예제 금별 2018.08.26 2551
396 언리얼4 언리얼4 - 뇌전 효과 제작영상(나아이가라) 금별 2021.02.20 2462
395 언리얼4 언리얼4 + 후디니 - 커스텀 컬리젼 메시 튜토리얼 | Houdini UCX FBX Export / UE4 Houdini VFX 금별 2021.02.07 2460
394 언리얼4 언리얼 팁 - 중앙에서 움직이는 집중선 만들기 금별 2022.04.23 2413
393 언리얼4 언리얼4 머터리얼 튜토리얼 - 흐르는 노이즈 머터리얼 제작 금별 2020.02.02 2365
392 언리얼4 언리얼4 이펙트 튜토리얼 - 애펙을 사용한 트랜지션 효과 만들기 금별 2020.04.01 2333
391 언리얼4 화염 피격체 예제(sub uv를 사용하지 않음) 금별 2018.08.26 2318
열람중 언리얼4 Making-of: VFX 고스트리콘 브레이크 포인트 금별 2020.01.20 2197
389 언리얼4 언리얼 - 다양한 도형 머터리얼 제작방법 금별 2022.02.08 2148
388 언리얼4 언리얼4 머터리얼 팁 - 월드 포지셧 오프셋을 활용한 펄럭이는 깃발 만들기 예제 금별 2018.12.19 2139
387 언리얼4 나선형 텍스쳐 UV 제작팁 금별 2018.08.26 2137
386 언리얼4 언리얼4 - 초간단 기본 디졸브 머트리얼 노드 금별 2021.12.11 2127
385 언리얼4 언리얼4 머터리얼 팁 - 월드 공간에서 스피어 마스크를 사용 금별 2020.02.02 2120

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand