Author Topic: Requesting someone who can create rocks/trees/etc..  (Read 1257 times)

Offline .PotatoNinja.

  • Curious Wanderer
  • *
  • Posts: 11
  • Floof-O-Meter: 0
  • D'aww. Wittle kitten. <(^-^)^
    • View Profile
Requesting someone who can create rocks/trees/etc..
« on: September 30, 2013, 06:35:35 pm »
Hellooo.

My friend was wondering if anyone who can create models and texturize them, help her with a few objects.
She's currently looking for things such as different rock styles, trees, and bushes. She'd prefer if they had very realistic graphics. What is mostly needed: Pine trees, Oaks, Birch trees, Green grass, round boulders, and just anything similar to that.

If anyone is able to do this, we'd be very thankful. ;D; Thanks for readin'.

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Requesting someone who can create rocks/trees/etc..
« Reply #1 on: September 30, 2013, 10:27:49 pm »
I can tell you how to texture the current meshes if you want. I'll show you how to make a texture for a rock for example, so I will be using the Rocks folder, you can find it in the Media folder :)

The programs I would recommend using would be Notepad++ and GIMP  or Photoshop.

So go to your Rocks folder and copy and paste one of the texture images and do the same to the rock.material file. You should rename these pasted files. For this example I'm going to rename both pasted files as "LittleRock"

Now this is where those programs I mention come in handy. You can use GIMP/Photoshop to edit the image you renamed. Make sure you keep it's format as .jpg.

With Notepad++, we will use it to open the "LittleRock".material file. Right-click>> Open/Open With>> Notepad++. What you will see is all of the rock textures:

Code: [Select]
material rockMat
{
technique
{
pass
{
ambient 0.1 0.1 0.1
cull_hardware none
cull_software none
texture_unit
{
texture rockTex.jpg
}
}
}
}
material rockMat1
{
technique
{
pass
{
ambient 0.1 0.1 0.1
cull_hardware none
cull_software none
texture_unit
{
texture rockTex1.jpg
}
}
}
}
material rockMat2
{
technique
{
pass
{
ambient 0.1 0.1 0.1
cull_hardware none
cull_software none
texture_unit
{
texture rockTex2.jpg
}
}
}
}
material rockMat3
{
technique
{
pass
{
ambient 0.1 0.1 0.1
cull_hardware none
cull_software none
texture_unit
{
texture rockTex3.jpg
}
}
}
}
material rockMat4
{
technique
{
pass
{
ambient 0.1 0.1 0.1
cull_hardware none
cull_software none
texture_unit
{
texture rockTex4.jpg
}
}
}
}
material rockMat5
{
technique
{
pass
{
ambient 0.1 0.1 0.1
cull_hardware none
cull_software none
texture_unit
{
texture rockTex5.jpg
}
}
}
}
material rockMat6
{
technique
{
pass
{
ambient 0.1 0.1 0.1
cull_hardware none
cull_software none
texture_unit
{
texture rockTex6.jpg
}
}
}
}

You don't need them all, so remove all but the first one. Which will give you this:

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

Rename it to whatever you like, I'm going to change it to "LittleRockMat" to match the image. This chooses the texture name (what to type in once you go to Object Maker)

Your new/editted image's name is you type in here, remember to leave the .jpg at the end of the file name.

LitteRock.jpg


Once you've changed those two areas then go File>> Save and you've just made a texture!

Go to Object Maker>> Mesh and load a mesh such as den1.mesh, then type in the material name in the Material box. So I will type in LittleRockMat and that will change it to the texture I created. Your friend can use this method to create more realistic textures for the current Feralheart objects.

I will try and find some realistic meshes that your friend may like :)
Will be inactive due to work and exams.

Offline .PotatoNinja.

  • Curious Wanderer
  • *
  • Posts: 11
  • Floof-O-Meter: 0
  • D'aww. Wittle kitten. <(^-^)^
    • View Profile
Re: Requesting someone who can create rocks/trees/etc..
« Reply #2 on: September 30, 2013, 10:59:11 pm »
Wonderful! Thank you very much for this. And if you could try to look for realistic meshes as well, then double rainbow thank you. <3

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Requesting someone who can create rocks/trees/etc..
« Reply #3 on: September 30, 2013, 11:14:13 pm »
No problem .PotatoNinja. <3

You may like some of the meshes on this thread: http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=36305.0
Will be inactive due to work and exams.