Author Topic: Wombat meshes  (Read 6243 times)

Offline Celeyan

  • Pack & Pride Representative
  • ****
  • Posts: 1,048
  • Country: 00
  • Floof-O-Meter: 50
  • ?? f?????? ?????'? ??f?? ??
    • View Profile
Wombat meshes
« on: August 13, 2011, 05:55:21 pm »
Okay so I know what to do with the textures and meshes but they always show up white ;A;


Can someone help? I'm new to materials and stuff x3

Thierry

  • Guest
Re: Wombat meshes
« Reply #1 on: August 13, 2011, 06:32:42 pm »
are you trying to put wombat meshes in to FH yourself or you have downloaded the wombat animal pack from the forum?

Offline Celeyan

  • Pack & Pride Representative
  • ****
  • Posts: 1,048
  • Country: 00
  • Floof-O-Meter: 50
  • ?? f?????? ?????'? ??f?? ??
    • View Profile
Re: Wombat meshes
« Reply #2 on: August 13, 2011, 06:45:51 pm »
I'm trying to put them into Fh, I already have the food and animal pack

Thierry

  • Guest
Re: Wombat meshes
« Reply #3 on: August 13, 2011, 06:59:43 pm »
well, the most common error at animal pack,  are people don't use the object file.

try this:
copy all WombatAnimalPack files in to FeralHeart\media\objects\my_objects, except WombatAnimalPack.object.

copy WombatAnimalPack.object in to FeralHeart\media\objects.

then at object/map maker, you will see a new group called WombatAnimalPack, when you use it, you will see the models with textures.

at food pack, you need to put the materials names manually, if you don't know how, ask here.


Offline Celeyan

  • Pack & Pride Representative
  • ****
  • Posts: 1,048
  • Country: 00
  • Floof-O-Meter: 50
  • ?? f?????? ?????'? ??f?? ??
    • View Profile
Re: Wombat meshes
« Reply #4 on: August 13, 2011, 07:12:23 pm »
Thats not what I meant, I mean I have some wombat meshes from the site but when I do the materials they always show up white.


I already have the animal and food pack, They are working great C:

Thierry

  • Guest
Re: Wombat meshes
« Reply #5 on: August 13, 2011, 07:19:13 pm »
sorry

if i understand well this time, you have the wombat game and you want to copy meshes from wombat to FH and you are getting all white, right?

you can give a link to the game plz?

Offline Celeyan

  • Pack & Pride Representative
  • ****
  • Posts: 1,048
  • Country: 00
  • Floof-O-Meter: 50
  • ?? f?????? ?????'? ??f?? ??
    • View Profile
Re: Wombat meshes
« Reply #6 on: August 13, 2011, 07:21:31 pm »
I don't have the wombat game o.o

http://wombat.worldforge.org/dir?path=3d_objects

That site is what I was talking about, I'm trying to put the meshes in there into Fh :o

Thierry

  • Guest
Re: Wombat meshes
« Reply #7 on: August 13, 2011, 07:31:47 pm »
i think you have used the material script from the web site, and maybe it doesn't work.
maybe you need to do the material script.

to do the material script is simple and fast to learn.

create a empty text file, and save it with some name with extension .material, ex: wombat.material

add this code to the empty text file:
(this is for non transparent materials)


material
yourmaterialname
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture
yourimage.png
         }
      }
   }
}


modify the "yourmaterialname" with any name, and the "yourimage.png" with the image that comes with the model.

there is a example for transparent materials:


material fruit/beet
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         alpha_rejection greater_equal 128
         texture_unit
         {
            texture beetTex.png
         }
      }
   }
}




PD: after you have make the material script, at object maker you need to put the material name you have write.
PD2: create a text file, not a word document. if you don't figure how, copy and modify any other material script from other meshes

i have think wombat was a game, sorry
« Last Edit: August 13, 2011, 07:40:11 pm by Thierry »

Offline Celeyan

  • Pack & Pride Representative
  • ****
  • Posts: 1,048
  • Country: 00
  • Floof-O-Meter: 50
  • ?? f?????? ?????'? ??f?? ??
    • View Profile
Re: Wombat meshes
« Reply #8 on: August 13, 2011, 07:41:28 pm »
Thanks C:


-Karma and a hug-

Thierry

  • Guest
Re: Wombat meshes
« Reply #9 on: August 13, 2011, 07:42:49 pm »
you are welcome.

maybe my small forgotten tutorial will be helpful for future meshes:
how models work