Author Topic: terrain textures  (Read 4625 times)

Offline Emberflame

  • Ancient Silver Mane
  • *****
  • Posts: 3,636
  • Country: 00
  • Floof-O-Meter: 27
    • WatcherMagic
    • View Profile
terrain textures
« on: July 16, 2011, 01:03:04 am »
I'm trying to make frozen water for a winter map, but for that I need an ice textured cube, but I cant find the ice terrain or any other terrain tex so I can put the textures on the cube! D: HELP! I've searched my files multipul times

Offline Jayfeather55

  • Community Champion
  • ****
  • Posts: 1,609
  • Country: us
  • Floof-O-Meter: 165
  • It's been 6 years?!
    • View Profile
Re: terrain textures
« Reply #1 on: July 16, 2011, 01:13:48 am »
Look in FeralHeart=>Media->Terrains->Textures. You'll have to make a .MATERIAL file for the texture though...

Offline Emberflame

  • Ancient Silver Mane
  • *****
  • Posts: 3,636
  • Country: 00
  • Floof-O-Meter: 27
    • WatcherMagic
    • View Profile
Re: terrain textures
« Reply #2 on: July 16, 2011, 03:15:07 am »
ok, i'll try

Offline Emberflame

  • Ancient Silver Mane
  • *****
  • Posts: 3,636
  • Country: 00
  • Floof-O-Meter: 27
    • WatcherMagic
    • View Profile
Re: terrain textures
« Reply #3 on: July 16, 2011, 03:18:08 am »
it wont work, do I just copy into objects and rename? or do I need a certain program? if neither, could u just give me the steps?

Offline Jayfeather55

  • Community Champion
  • ****
  • Posts: 1,609
  • Country: us
  • Floof-O-Meter: 165
  • It's been 6 years?!
    • View Profile
Re: terrain textures
« Reply #4 on: July 16, 2011, 03:46:09 am »
First, copy the ice texture that you want. Paste it into Textures{FeralHeart->Media->Textures}. Now, open it in some kind of photo editing software, and change the picture to a .png. {If you can't do it, just post the picture and I'll do it.} Now, go into Materials {FeralHeart->Media->Materials} and open up the "water.MATERIAL file. When it says that it doesn't know what to open it with, choose NotePad to open the .MATERIAL file. Find the last "{" (Scroll all the way down in NotePad) and press enter. Now, paste this into it:

material IceWaterMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off

         texture_unit
         {
            texture ice.png
            scale 0.9 0.9
            scroll_anim -0.05 -0.05
            colour_op_ex add
         }
         texture_unit
         {
            texture waterTex2.png
            scale 1 1
            scroll_anim -0.08 0.1
         }
      }
   }
}


Once you've done that, change the name of the picture that you changed into a .png file to "ice". Now, open FeralHEart, go into map maker, click on either Ocean Material or Water Material, and type in "IceWaterMat". If it doesn't work, go over it again.

Offline Emberflame

  • Ancient Silver Mane
  • *****
  • Posts: 3,636
  • Country: 00
  • Floof-O-Meter: 27
    • WatcherMagic
    • View Profile
Re: terrain textures
« Reply #5 on: July 16, 2011, 04:07:36 am »
i can't do that, but it wont let me post a pic >.> i just want the ice tex that comes with FH please, but just in a Mat that I can put on a cube to make it standable, :) not actual water, lol

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: terrain textures
« Reply #6 on: July 16, 2011, 10:30:35 am »
I dont get the notepad bit do i open a new notepad thats completly empty or is there one in one of the folders i can open and use?
Will be inactive due to work and exams.

Offline Jayfeather55

  • Community Champion
  • ****
  • Posts: 1,609
  • Country: us
  • Floof-O-Meter: 165
  • It's been 6 years?!
    • View Profile
Re: terrain textures
« Reply #7 on: July 16, 2011, 03:21:21 pm »
Just don't worry about it. I'm working on the .MATERIAL file for you.

Do you like how this looks?


Offline Emberflame

  • Ancient Silver Mane
  • *****
  • Posts: 3,636
  • Country: 00
  • Floof-O-Meter: 27
    • WatcherMagic
    • View Profile
Re: terrain textures
« Reply #8 on: July 16, 2011, 06:53:52 pm »
thats great :)

Offline Jayfeather55

  • Community Champion
  • ****
  • Posts: 1,609
  • Country: us
  • Floof-O-Meter: 165
  • It's been 6 years?!
    • View Profile
Re: terrain textures
« Reply #9 on: July 16, 2011, 07:13:43 pm »
Ok. Here you go! http://www.mediafire.com/?98a50i11md0ef99  Put the material file and the .png into the my_objects folder. Copy the material file into the Materials folder. Go into object maker, load "basicCube.mesh", erase "rockMat", put in "iceMat", and there you go.