Author Topic: How To Make Your Own Waterfall Texture  (Read 15078 times)

Offline Cherryheart

  • Familiar Grounds Dweller
  • **
  • Posts: 78
  • Country: us
  • Floof-O-Meter: 15
  • shrek lion
    • View Profile
Re: How To Make Your Own Waterfall Texture
« Reply #10 on: July 29, 2012, 12:08:06 am »
Ty for this, now I can make my Tropical map on FH. C:

i sleep with a gun under my pillow pet

Offline GoodWolf

  • Experienced Traveler
  • **
  • Posts: 137
  • Country: 00
  • Floof-O-Meter: 1
    • View Profile
Re: How To Make Your Own Waterfall Texture
« Reply #11 on: March 03, 2013, 05:15:56 pm »
so you can make a texture, but how do you use and post one onto the program?
I have nothing... so don't bother looking at this xD

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: How To Make Your Own Waterfall Texture
« Reply #12 on: March 04, 2013, 05:35:24 am »
Ty for this, now I can make my Tropical map on FH. C:

You're welcome, Cherryheart ;)

so you can make a texture, but how do you use and post one onto the program?

Which program are you talking about? GIMP or Feralheart? Please be a little more descriptive and it'll be easier for me to help you :)
Will be inactive due to work and exams.

Offline GoodWolf

  • Experienced Traveler
  • **
  • Posts: 137
  • Country: 00
  • Floof-O-Meter: 1
    • View Profile
Re: How To Make Your Own Waterfall Texture
« Reply #13 on: March 04, 2013, 11:41:10 pm »
Rewrites question: you can make a texture, but where and how do you get a png image and post it on your waterfall texture on the program GIMP? :P
« Last Edit: March 04, 2013, 11:50:02 pm by ~Sillow~ »
I have nothing... so don't bother looking at this xD

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: How To Make Your Own Waterfall Texture
« Reply #14 on: March 05, 2013, 05:38:21 am »
Rewrites question: you can make a texture, but where and how do you get a png image and post it on your waterfall texture on the program GIMP? :P

I use GIMP 2.8 so saving it as a .png may be different to an older version.

When you have finished making your texture go File>> Export>> (C:)>> Feralheart>> Media>> Objects>> Misc and type in your texture name then ADD .png at the end of the name.



Once you've done that click Export. If you get this box, click Load Defaults.



Go to your Misc folder and copy and paste that waterfall.material file. Open it up by Right-Clicking the file and choosing to open it with Notepad or Notepad++.



Then you just follow the instructions on my first post:


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

         texture_unit
         {
            texture waterfall1.png
            scroll_anim 0 1
         }
         texture_unit
         {
            texture waterfallMask1.png
            scroll_anim 0 0.7
            colour_op modulate
         }
      }
   }
}

This is the material name, typing that in will make the texture show. Since we have made our own lets call it something else. How about "MyFirstWaterfall" or like me just add a number at the end. Make sure you remember exactly what you called it.

You type in the name of your image here. I called mine waterfall3.png so that is what i shall type in. Whatever you called yours type in remember to type the .png in too.

You can leave this how it is since the image is already there. What this does is kind of creates the shape of the waterfall. If you typed in the image of your texture it just looks unusual. Just trust me and leave it how it is, your waterfall will look better.

So lets change the code and now it will look like this.

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

         texture_unit
         {
            texture waterfall3.png
            scroll_anim 0 1
         }
         texture_unit
         {
            texture waterfallMask1.png
            scroll_anim 0 0.7
            colour_op modulate
         }
      }
   }
}

Do you notice the differences in the code?

Ok now save it. Dont click "Save As" just click the "Save" button. Now get ready for what you are about to witness.

You remember what your material is called, right? Look back into your .material file and find your material name in case you didn't remember it.

Now lets open Feralheart and go onto Object Maker. Go to the tab called Mesh, lets type in "Waterfall1.mesh" into the Mesh box and then click the Add New button. There's Feralheart's waterfall, lets change that texture now.

See in the Material box (underneath the Mesh box) it says "WaterFallMat" well lets change that to our material name. My waterfalls material name was WaterFall3Mat so that is what i shall change it too. Hit Enter on your keyboard and observe as the waterfall has a different texture.



Now this is the shape of the waterfall, if you changed that "waterfallMask1.png" in the material code to your texture image, you would see a difference. Im sure you would prefer it if you left the "waterfallMask1.png" there.

I hope you managed to get your texture to show successfully. Remember to save your waterfall so you can use it in your maps.
Will be inactive due to work and exams.

Offline Shadowscar1

  • Curious Wanderer
  • *
  • Posts: 14
  • Floof-O-Meter: 0
    • View Profile
Re: How To Make Your Own Waterfall Texture
« Reply #15 on: April 20, 2013, 02:53:08 pm »
Okay one problem. I made my waterfall in gimp blue and white. But when I load it in the game its the color black and yellow. Wth? O.o?

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: How To Make Your Own Waterfall Texture
« Reply #16 on: April 21, 2013, 12:12:31 am »
Okay one problem. I made my waterfall in gimp blue and white. But when I load it in the game its the color black and yellow. Wth? O.o?

There may be an error in your .material file. Make sure your image matches the name and .png format in the .material script. If there are no errors there I would recommend using the code I have used in my .material file. Copy and paste it and rename the image.png you are using.
Will be inactive due to work and exams.