Top Tips for Game Jams - Epic Wiki

# Top Tips for Game Jams

From Epic Wiki

Jump to: navigation, search

# Contents

# Art

Although time is often squeezed in a game jam, there are a few quick things you can do in engine which can make all the difference to the visuals of the game!

# Material Instances are your Friend!

Create one ‘Master’ Material for your scene and then create Material Instances from it. It’ll help keep all of your visuals coherent and makes updating Materials a lot easier as changes in the Master Material will replicate out to all of the Instances.

Image00.png

# Materials Don’t Have to be Complicated

You can get a great look from a simple set-up. Check out Zak’s Fresnel based Material from his 3rd Person Game Tutorial. It provides a great base to modify if you are going for a flat colour style.

# Fix it in Post!

I know to most artists this will send them screaming and running in the other direction. But given that most game jam games are run on PC’s a quick fix using a Post Process Material can be justified: it is simple to set-up and can make dramatic visual changes quickly.

There’s a fantastic write-up by Clinton Crumpler on how he set-up his Kingwash Scene. At the end he details his process for using Post Processing, mainly through Colour Grading and you can see the difference it makes:

No Post Processing

With Post Processing

As Clinton mentions, CLUTs are a simple way to make colour/saturation/contrast adjustments. I expanded out on the docs and wrote up a small tutorial on how to set them up and use them.

Another great Post Processing technique to use is Depth of Field. If your game level is floating mid-screen, using DOF to focus on the level, and blur out the rest, can save on asset creation for backgrounds.

May #UE4 Game Jam Winner - What’s up, block? By Graeme Little

# Add some Ambient Animation

You can quickly add some animation to trees, flowers and other environment assets through changing the World Position Offset on a Material. Some simple movement can really make an environment come to life; April’s Game Jam Winner, Grabbity made great use of WPO on their flowers and grass!

It’s worth downloading the Content Examples from the Launcher and looking at the Math Hall and Material Nodes maps, there are great examples of how to make Materials move in different ways.

# Change up the Default Cloud Texture

Using the default skybox is always handy as you can swiftly change the time of day and lighting at the same time. One quick way to help make it look more unique is to change the cloud texture, found here:

Engine Content → EngineSky → T_Sky_Clouds_M

I’d recommend using the default texture as a base to paint over, as it gives even cloud distribution. Once finished simply save over the texture, or change the textures in M_Sky_Panning_Clouds2 highlighted below and it’ll be replicated across the skybox.

Change the textures in the highlighted TextureSamples to you custom cloud texture.

# The Foliage Brush is your Friend

Need to add a bunch of Static Meshes to your scene quickly? Load them into the Foliage tool and paint away! In this article, Timothy Dries talks through the creation of his Forest Ruin and how he used the Foliage brush for both his grass and bricks.

Toptip7.jpg

Another quick note, if you change "Align Max Angle" and "Ground Slope Angle Max" to 180, this lets you paint on any angle (including the roof!) - perfect for painting stars on a skybox or mould on the ceiling.

# Video Tutorials

# Mathew Wadstein

Game Jam - Tips and Tricks Tutorial Series

Retrieved from "https://wiki.unrealengine.com/index.php?title=Top_Tips_for_Game_Jams&oldid=707"