Author Topic: Making textures? help wanted  (Read 2341 times)

Offline Atari-chan

  • Curious Wanderer
  • *
  • Posts: 39
  • Floof-O-Meter: 0
    • View Profile
Making textures? help wanted
« on: November 05, 2011, 11:55:05 am »
is there anyone out there who can explain to me how to make textures?  I know how to retexture things I just gotta find out how to make those textures, thanks in advance!

Offline smokey ash

  • Dedicated Supporter
  • ***
  • Posts: 393
  • Floof-O-Meter: 101
  • :D
    • View Profile
Re: Making textures? help wanted
« Reply #1 on: November 05, 2011, 11:57:01 am »
This is really easy i will find a tutorial for you but if you PM me the textures you want i will be more then happy to make then for you ... as meny as you want !
THIS ACCOUNT IS NO LONGER IS USE.
IF YOU WISH TO FIND ME CONTACT;

Black_Veil_Brides on the forum.
Or blackVbrides ingame

Offline Lavablaze

  • Experienced Traveler
  • **
  • Posts: 235
  • Floof-O-Meter: 5
    • View Profile
Re: Making textures? help wanted
« Reply #2 on: November 05, 2011, 04:52:36 pm »
I can explain them! It's very easy

Offline Atari-chan

  • Curious Wanderer
  • *
  • Posts: 39
  • Floof-O-Meter: 0
    • View Profile
Re: Making textures? help wanted
« Reply #3 on: November 05, 2011, 10:40:50 pm »
@Lava please do so 8D
« Last Edit: November 05, 2011, 10:42:50 pm by nisshu atari »

Offline Atari-chan

  • Curious Wanderer
  • *
  • Posts: 39
  • Floof-O-Meter: 0
    • View Profile
Re: Making textures? help wanted
« Reply #4 on: November 05, 2011, 10:42:11 pm »
and @ Adjazz, I want to learn it myself because I am eager to learn and that way I dont have to continiously bug other people when I want to make a texture XD but thank you very much for your kind offer :3

Offline Lavablaze

  • Experienced Traveler
  • **
  • Posts: 235
  • Floof-O-Meter: 5
    • View Profile
Re: Making textures? help wanted
« Reply #5 on: November 06, 2011, 02:37:59 am »
Ok, here is what I did:
1. Search for a terrain texture [Such as rock or something]
2. Crop it to 512 x 512 [If smaller, you must find a bigger picture]
3. Save it in media > terrains > textures
4. Open a note pad file that says 'defaultTex'
5. Scroll to the bottom and type the name of the picture [MUST be jpg] and save.
6. Go in map maker and test! :)

Offline Lavablaze

  • Experienced Traveler
  • **
  • Posts: 235
  • Floof-O-Meter: 5
    • View Profile
Re: Making textures? help wanted
« Reply #6 on: November 06, 2011, 02:40:52 am »
WAIIIIIIIIIIT, your talking about items? are you?

Offline Atari-chan

  • Curious Wanderer
  • *
  • Posts: 39
  • Floof-O-Meter: 0
    • View Profile
Re: Making textures? help wanted
« Reply #7 on: November 07, 2011, 10:39:54 am »
Yes I am XD I am talking about Item textures, I already know how to do ground textures XD

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Making textures? help wanted
« Reply #8 on: November 12, 2011, 10:32:45 pm »
I know how to make textures for objects!!! For example ill use a rock and make a texture for that.

1. Go to the FH folder>>Media>>Objects>>Rock and copy and paste one of the textures.
2. Open the pasted texture using GIMP or something (I use GIMP just letting you all know)
3. After you've finished making your texture save it as e.g TestRock.jpg the .jpg is important. Not all textures are .jpg but since the rocks are save it as that.
4. Close it and go back to the Rock folder. See the material file open it up in Notepad (Right click>>Open with>>Notepad)
5. Now the code should look something like this:

material rockMat
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex.jpg
         }
      }
   }
}
material rockMat1
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex1.jpg
         }
      }
   }
}
material rockMat2
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex2.jpg
         }
      }
   }
}
material rockMat3
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex3.jpg
         }
      }
   }
}
material rockMat4
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex4.jpg
         }
      }
   }
}
material rockMat5
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex5.jpg
         }
      }
   }
}
material rockMat6
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex6.jpg
         }
      }
   }
}

Copy and paste this bit just underneath:

material rockMat6
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex6.jpg
         }
      }
   }
}

material rockMat6:
this is the name of the material in Object Maker. You can change it to whatever you want but for now call it rockMat7. Erase the rockMat6 and change it to rockMat7

texture rockTex6.jpg:
what you called your texture you type in here. Erase the rockTex6.jpg and replace it with your texture "TestRock.jpg"

The codes done so save it, dont click "Save as" just click save and close it. Open FH and go to Object Maker. Bring up a rock or any mesh and go to the tab called "Mesh" and click the rock until the white box thing appears. When the box thing appears in the material box where it says rockMat change it too rockMat7. Well whatever you called the material. The rock should change from its original texture to its new one made by you.

Hope this helps!!!
Will be inactive due to work and exams.

Offline Lavablaze

  • Experienced Traveler
  • **
  • Posts: 235
  • Floof-O-Meter: 5
    • View Profile
Re: Making textures? help wanted
« Reply #9 on: November 14, 2011, 04:17:35 am »
Yes I am XD I am talking about Item textures, I already know how to do ground textures XD
Lol woops XD