new map :(
Moderators: Lone Wolf, Snake Man
-
- Newbie
- Posts: 8
- Joined: 2011-11-29 16:02:42
- Gaming Interests: ArmA 2 (Armed Assault 2)
- Editing Interests: Modeling + Texturing
new map :(

-
- Commander-In-Chief
- Posts: 9833
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
Re: new map :(
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".
-
- Newbie
- Posts: 8
- Joined: 2011-11-29 16:02:42
- Gaming Interests: ArmA 2 (Armed Assault 2)
- Editing Interests: Modeling + Texturing
Re: new map :(

-
- Newbie
- Posts: 8
- Joined: 2011-11-29 16:02:42
- Gaming Interests: ArmA 2 (Armed Assault 2)
- Editing Interests: Modeling + Texturing
Re: new map :(
Code: Select all
ambient[]={0.89999998,0.89999998,0.89999998,1};
diffuse[]={0.89999998,0.89999998,0.89999998,1};
forcedDiffuse[]={0.02,0.02,0.02,1};
emmisive[]={0,0,0,0};
specular[]={0,0,0,0};
specularPower=0;
class Stage0
{
texture="tut\tut_samplemap\data\Layers\S_000_008_lco.png";
texGen=3;
};
class Stage1
{
texture="tut\tut_samplemap\data\Layers\M_000_008_lco.png";
texGen=4;
};
class TexGen3
{
uvSource="worldPos";
class uvTransform
{
aside[]={0.001953125,0,0};
up[]={0,0,0.001953125};
dir[]={0,-0.001953125,0};
pos[]={0.03125,2.53125,0};
};
};
class TexGen4
{
uvSource="worldPos";
class uvTransform
{
aside[]={0.001953125,0,0};
up[]={0,0,0.001953125};
dir[]={0,-0.001953125,0};
pos[]={0.03125,2.53125,0};
};
};
class TexGen0
{
uvSource="tex";
class uvTransform
{
aside[]={1,0,0};
up[]={0,1,0};
dir[]={0,0,1};
pos[]={0,0,0};
};
};
class TexGen1
{
uvSource="tex";
class uvTransform
{
aside[]={10,0,0};
up[]={0,10,0};
dir[]={0,0,10};
pos[]={0,0,0};
};
};
class TexGen2
{
uvSource="tex";
class uvTransform
{
aside[]={10,0,0};
up[]={0,10,0};
dir[]={0,0,10};
pos[]={0,0,0};
};
};
PixelShaderID="Terrain1";
VertexShaderID="Terrain";
class Stage2
{
texture="tut\tut_samplemap\data\sm_grass_mco.png";
texGen=0;
};
class Stage3
{
texture="tut\tut_samplemap\Data\sm_grass_detail_nopx.tga";
texGen=1;
};
class Stage4
{
texture="tut\tut_samplemap\data\sm_grass_detail_co.png";
texGen=2;
};
Reason: Please use code tags for code text.

-
- Commander-In-Chief
- Posts: 9833
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
Re: new map :(
IF YOU WANT TO KEEP USING PMC WEBSITES INCLUDING THIS FORUM, DOWNLOAD ADDONS, READ TUTORIALS, ETC, PLEASE HELP BY SUPPORTING PMC.
Support PMC
Please help to keep PMC websites online, if domains are let to expire then it will be "game over, man!".