arma:texturing:normal_specular_tut
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
arma:texturing:normal_specular_tut [2007/11/17 06:40] – created initial page snakeman | arma:texturing:normal_specular_tut [2024/08/01 14:40] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Normal and Specular Mapping ====== | + | ====== |
+ | |||
+ | [[https:// | ||
+ | |||
+ | **ArmA 1** aka Armed Assault (ArmA) | ||
**Normal and Specular mapping** by Linker Split | **Normal and Specular mapping** by Linker Split | ||
Line 34: | Line 38: | ||
Point 2: Now Open your [[: | Point 2: Now Open your [[: | ||
- | {{ http://tactical.nekromantix.com/images/wiki/ | + | {{ https://pmc.editing.wiki/ |
(remember to have it in RGBA format, neither greyscale or other formats). | (remember to have it in RGBA format, neither greyscale or other formats). | ||
Line 44: | Line 48: | ||
Point 4: Now that the texture has been done, create a folder, call it BOX, and cut and paste the file in it. (se we have ..\BOX\tex1_co.paa) open up Oxygen, create a new cube, and apply the texture. Save the model as box.p3d: | Point 4: Now that the texture has been done, create a folder, call it BOX, and cut and paste the file in it. (se we have ..\BOX\tex1_co.paa) open up Oxygen, create a new cube, and apply the texture. Save the model as box.p3d: | ||
- | {{ http://tactical.nekromantix.com/images/wiki/ | + | {{ https://pmc.editing.wiki/ |
(if you can't use Oxygen, I invite you to follow [[ofp: | (if you can't use Oxygen, I invite you to follow [[ofp: | ||
Line 54: | Line 58: | ||
====== Creating Normal Maps ====== | ====== Creating Normal Maps ====== | ||
- | {{ http://tactical.nekromantix.com/images/wiki/ | + | {{ https://pmc.editing.wiki/ |
Ok, let's proceed to make a lifting for it! | Ok, let's proceed to make a lifting for it! | ||
Line 62: | Line 66: | ||
Go to the Photoshop menu Filter and then NVIDIA tools -> Normalmapfilter: | Go to the Photoshop menu Filter and then NVIDIA tools -> Normalmapfilter: | ||
- | {{ http://tactical.nekromantix.com/images/wiki/ | + | {{ https://pmc.editing.wiki/ |
A new tab will come up, the NormMap filter interface: configure it as in the image below: | A new tab will come up, the NormMap filter interface: configure it as in the image below: | ||
- | {{ http://tactical.nekromantix.com/images/wiki/ | + | {{ https://pmc.editing.wiki/ |
Then apply it: | Then apply it: | ||
- | {{ http://tactical.nekromantix.com/images/wiki/ | + | {{ https://pmc.editing.wiki/ |
Ok some explanation: | Ok some explanation: | ||
Line 85: | Line 89: | ||
Point 3: let's create the Specular map. Open texView 2, then tex1_co.paa, | Point 3: let's create the Specular map. Open texView 2, then tex1_co.paa, | ||
- | < | + | < |
sp = 10; | sp = 10; | ||
p = src pixel [u,v]; | p = src pixel [u,v]; | ||
Line 106: | Line 110: | ||
You should obtain something like this: | You should obtain something like this: | ||
- | {{ http://tactical.nekromantix.com/images/wiki/ | + | {{ https://pmc.editing.wiki/ |
with this particular red tone applied. Copy and paste the file into BOX folder (as for all files). Now textures creation is completed. We must proceed to configure the model, to have it ingame! | with this particular red tone applied. Copy and paste the file into BOX folder (as for all files). Now textures creation is completed. We must proceed to configure the model, to have it ingame! | ||
Line 114: | Line 118: | ||
Open your text editor, and write in it: | Open your text editor, and write in it: | ||
- | < | + | < |
#define ReadAndWrite 0 | #define ReadAndWrite 0 | ||
#define ReadAndCreate 1 | #define ReadAndCreate 1 | ||
Line 256: | Line 260: | ||
Ok, some explanation: | Ok, some explanation: | ||
- | < | + | < |
class CfgTextureToMaterial | class CfgTextureToMaterial | ||
{ | { | ||
Line 270: | Line 274: | ||
the CfgMaterials class. | the CfgMaterials class. | ||
- | < | + | < |
class BOX_material | class BOX_material | ||
{ | { | ||
Line 286: | Line 290: | ||
To understand the use of numbers in this class, go to [[arma: | To understand the use of numbers in this class, go to [[arma: | ||
- | < | + | < |
class Stage1 | class Stage1 | ||
{ | { | ||
Line 329: | Line 333: | ||
With this simple config we will have this result: But, if we play with specular and specularpower, | With this simple config we will have this result: But, if we play with specular and specularpower, | ||
- | {{ http://tactical.nekromantix.com/images/wiki/ | + | {{ https://pmc.editing.wiki/ |
- | < | + | < |
specular[] = {0.2, 0.3, 0.3, 0.6}; | specular[] = {0.2, 0.3, 0.3, 0.6}; | ||
//{0.2, 0.3, 0.3, 0.6}; | //{0.2, 0.3, 0.3, 0.6}; |
arma/texturing/normal_specular_tut.1195281631.txt.gz · Last modified: 2007/11/17 06:40 (external edit)