Author Topic: Retexturing things  (Read 1081 times)

Offline HakubiLee

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Floof-O-Meter: 5
  • Weeping willow, won't you wallow louder?
    • View Profile
Retexturing things
« on: September 19, 2013, 11:43:35 pm »
I've been in FeralHeart for two years making maps and I've finally decided to ask this question.

I've forgotten how to retexture things.

For example, I'm trying to add a texture to Glave's arena, but there's no material file or anything.

Could someone give me a quick answer as to how to add, say, a rock texture to it?

Thanks!
I'm back to share art, and start roleplays!!

In-game I am HakubiLee!

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Retexturing things
« Reply #1 on: September 20, 2013, 07:39:04 am »
You retexture objects in the Object Maker>> Mesh in the Material box.

You can find out different material names by going to your Feralheart>> Media>> Objects folder and search through folders until you find the one you want.

To find out what the material name is you must open an object's .material file with Notepad. You can do this by right-clicking the .material file and choosing the option Open or Open With then just browse for the program Notepad.

When you open a material file the first line contains the name you would type exactly into the Material box in Object Maker.

If I wanted a rock texture I would go to the Rocks folder and open the rock.material file and I would see something like this:

material rockMat
{
   technique
   {
      pass
      {
         ambient 0.1 0.1 0.1
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture rockTex.jpg
         }
      }
   }
}

The part in red is what you would type into the Material box in Object Maker. It is case sensitive so any capital letters make sure you include them

I hope that answers your question :)
Will be inactive due to work and exams.

Offline HakubiLee

  • Familiar Grounds Dweller
  • **
  • Posts: 62
  • Floof-O-Meter: 5
  • Weeping willow, won't you wallow louder?
    • View Profile
Re: Retexturing things
« Reply #2 on: September 23, 2013, 05:20:24 am »
Ah, thank you! -nuzzle-
I'm back to share art, and start roleplays!!

In-game I am HakubiLee!

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Retexturing things
« Reply #3 on: September 23, 2013, 05:47:08 am »
No problem, glad I could help :)
Will be inactive due to work and exams.