LEVEL DESIGN PRODUCTION
Platform: Windows
Duration: 14 weeks (WIP)
Tools: Unreal Engine 5, Niagara
Role: Technical Artist, VFX Artist
Teammates: Xun Zhang (Technical Artist)
Tianyi Lin (Technical Artist)
Jinyi Dai (Gameplay Programmer)
Mike Xu (Enemy AI Programmer)
Tingyu Yan (Level Designer, Producer)
Rushil Sojitra (Level Designer, Producer)
Louise He (Environment Artist)
Weekly development blog: QuestMakers
QuestMakers is a seven-person team working on a level design production project that focuses on creating a fun and playable AAA quality third-person action-adventure game level following an industry-driven process and pipeline under the guidance of a subject matter expert from the industry.
It aims to showcase the talents of our team in creating one unique level consisting of high-quality work and the ability to work in a simulated AAA environment.
Visual Effects:
In this project, one of my primary focuses is on creating and implementing visual effects for player abilities. The aim is to visually enrich the gameplay experience and convey crucial information to players. This involves providing feedback when abilities are used and offering visual cues for level guidance.
Dash:
The dash VFX consists of three parts: player disappear/appear, player turn into a magical orbs, the dash trail.
Assets List
Trail Effect in Action
Implemented Dash VFX
Disappear/Appear Effect
Trail Effect
Vision Change:
Vision change is the most important mechanism in our level, serving as a new ability players acquire at this specific level. It allows players to enter a special sight mode, making some objects invisible and revealing hidden ones. Additionally, it grants players the ability to double jump and activate slow motion.
This ability is comprised of two parts: materials that perform a dissolve and reverse dissolve effect, and a post-processing material that creates the on-screen effect.
Initially, the dissolve material was implemented using a mesh distance field. However, I soon discovered that this method is only effective on a small scale, whereas our goal required a large-scale action. The mesh distance field approach also imposed more constraints and undesirably impacted lighting.
After exploring alternatives, I switched to using a sphere mask, which proved to be more directable and less resource-intensive.
Additionally, I configured an editor mode for these materials for the convenience of designers.
Color-coded in Editor
Vision-Invisible Objects
Vision-Visible Objects
Double Jump:
The vision change will enhance the character's movement capabilities, with double jump being one of the enhancements.
Initially, the double jump lacked visual effects. Considering it's an ability exclusive to vision change mode, I aimed to infuse it with a magical quality.
This visual effect is composed by Three parts: Jumping ripples, jump spark effect and the movement trail.
Assets List
Vision Change in Action
Assets List
Jumping Ripples Effect
Jumping Spark Effect
Double Jump in Action
Overall Environment
Caustics Effects using Light Function
Ripples Material
Jumping Trail Particals
The jumping spark effect is sampled to spawn only on the character's feet, signifying the magical enhancement of the jump.
Originally, the trail effect was achieved using a ribbon renderer, but the outcome was unsatisfactory. Therefore, I switched to spawning particles along the path for a better effect.
Environment visual effects:
Environment visual effects play a crucial role in enhancing the level's appearance and storytelling. I implemented several of them to improve the visual appeal of our level.
Overall atmosphere:
Our level has an underwater vibe, so I developed a blueprint that integrates several settings to create this mood and also makes it easier to apply with consistency.
Magical Mist:
In our narrative, the city suffered an explosion, leaving residues that still remain in the environment.
Magic Flow:
Energy flow is magic channeled from the city's energy core. Recognizing its importance as both a visual effect and a player guide, I developed it into a spline tool for our designer to use easily.
Magical Mist Lingering in the Air
Assets List
Flipboos Textures are Created using Niagara
Assets list
Easy to implement
Magic Flow in the Level
Energy Core:
The energy core is the final destination in our level. In the narrative, it becomes unstable due to the explosion. The player's mission is to restore and stabilize the core.
Material Graph
Blueprint for the States Transition
Unsatble State
Turning into Satble State