Home   Help Search Login Register  

Author Topic: Need help with texturing  (Read 2763 times)

0 Members and 1 Guest are viewing this topic.

Offline loneranger 7

  • Members
  • *
Need help with texturing
« on: 29 Aug 2012, 05:13:13 »
hi i need help with texturing i have attahed a picture of my problem, tryn making a crate with texture but the textures go inside the box aswell as when i change sides,the texture is still selected like front n back.

Steps i did - i add Lod ,mass then selected front vertrices ,changed to front,pressed loaded texture then draged over face to add ,checked bulldozer looked fine but in 3d preview problem >:(

Offline Gnat

  • Addons Depot
  • Moderator
  • *****
  • I Bite!
    • Gnats
Re: Need help with texturing
« Reply #1 on: 29 Aug 2012, 12:14:17 »
"B" key to apply that texture to the selected face ?

Offline loneranger 7

  • Members
  • *
Re: Need help with texturing
« Reply #2 on: 29 Aug 2012, 19:33:06 »
yes i used b key, says background maped, but the textures are going into the model, i managed to texture the model but not properly but now in game it says it cant load my textures, what can i do my config is -class CfgPatches
{
    class YourTag_Crate
    {
        units[] = {"YourTag_Crate"};
        weapons[] = {};
        requiredVersion = 0.1;
        requiredAddons[] = {"CAData"};
    };
};
class CfgVehicles
{
    class Thing;
    class YourTag_Crate: Thing
    {
        scope = 2;
        displayName = "LOLOLOL";
        model = "\YourTag_crate\YourTag_crate.p3d";
        armor = 20000;
    };
};

Offline Gnat

  • Addons Depot
  • Moderator
  • *****
  • I Bite!
    • Gnats
Re: Need help with texturing
« Reply #3 on: 30 Aug 2012, 12:09:47 »
Texture file must be a TGA or PAA and must be inside your addon directory.
When you pack or BinPBO your addon, the texture file will be (must be) included.
(Buldozer will convert a TGA to PAA when viewed in Buldozer)