Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - YukiRozu

Pages: [1]
1
Game Help / Re: Texturing... Help!
« on: March 18, 2014, 05:58:44 pm »
I figured out what was wrong. It was a very very derpy me xD I apologize for everything.

2
Game Help / Re: Texturing... Help!
« on: March 18, 2014, 04:44:49 pm »
I do not quite understand what you mean. I apologize xD I've been working on this map without any breaks, other then a few hours of sleep.


3
Game Help / Re: Texturing... Help!
« on: March 18, 2014, 03:37:49 pm »
I did that for the cave that I worked on.

material Material.001/SOLID/TEX/ice.jpg
{
   technique
   {
      pass
      {
         diffuse 0.800000 0.800000 0.800000
         specular 0.110000 0.110000 0.110000 3.750000
         texture_unit
         {
            texture greensand.jpg
         }
      }
   }
}
material Material.001/SOLID/TEX/ice2.jpg
{
   technique
   {
      pass
      {
         diffuse 0.800000 0.800000 0.800000
         specular 0.110000 0.110000 0.110000 3.750000
         texture_unit
         {
            texture star12.jpg
         }
      }
   }
}


Is what's typed out, all the Png and the jpg is correct for the image and things like that.

4
Game Help / Texturing... Help!
« on: March 18, 2014, 02:19:59 pm »
So doing a map for an Rp, and my friend told me that I could retexture objects with the texture of the ground. So we went along doing that. Only to export the map several days later and find out that the 'Material cannot be found'...

I don't know what to do xD Been working on this map for several days straight.. What in the world did I do wrong! xD

Pages: [1]