-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfacepaint_tutorial.html
52 lines (34 loc) · 1.83 KB
/
facepaint_tutorial.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
redirect_to: "https://textools.dualwield.net/combining-face-paints/"
---
---
layout: default
title: Face Paint Tutorial
---
<div class="col-lg-10 main-chart">
<div class="showback">
<p><h1><b>Combining Face Paints</b></h1>
In this tutorial I'll be combining eye shadow with freckles<br/>
First we open both files we're going to combine in Photoshop<br/>
<img src="http://i.imgur.com/Y6rEM16.png" border="0" alt=""/> <img src="http://i.imgur.com/5XyQZeY.png" border="0" alt=""/><br/>
<br/>
We then copy and paste one of the textures on top of the other, you'll want to paste what you want to add on top of the texture you are looking to replace. <br/>
In my case I'll be pasting on top of the freckles texture, so that when I select freckles in game it will have both.<br/>
<br/>
This will create 2 layers, one for each of the textures<br/>
Now, there are several ways to do this, but essentially we want to delete the black part of the top layer<br/>
I used the magic wand tool, set the tolerance to 15 and selected anywhere black<br/>
<img src="http://i.imgur.com/J2o2Y5O.png" border="0" alt=""/><br/>
<br/>
I then just hit Delete on the keyboard<br/>
Which leaves me with this<br/>
<img src="http://i.imgur.com/OKJC8yA.png" border="0" alt=""/><br/>
<br/>
Then in the Layer menu we either Merge Visible or Flatten Image<br/>
All that's left to do now is save as usual, File > Save as, change Save as type to D3D/DDS, overwrite existing, and save as a DXT1<br/>
Then import in the application.<br/>
Here's the end result in-game<br/>
<img src="http://i.imgur.com/rhAfM8lm.png" border="0" alt=""/><br/>
</p>
</div>
</div>