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 - HotDogWater

Pages: 1 [2] 3 4 ... 6
11
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:59:50 pm »
don't forget to make the preset body and whatever else you have yet to finish up on the preset and send us over a screenshot to let us know if it worked or not. :)
Ok! Sure thing!

12
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:59:04 pm »
Screenshot after I replaced codes:

13
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:52:47 pm »
You have the body as the head.

material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}

Switch that out to whatever you have. XD
ex. texture preset_11body.png


Switch that out and give us another scrceenshot of the preset in-game on what it looks like after fixing that.
XD I did what the other person said. Ok, I will c:

14
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:51:18 pm »
Nope. Still not working. ;(

We won't stop until we get that fixed. ;w;
Thanks. :) I appreciate it.

15
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:48:14 pm »
Can you send us your Material code and a picture of your file names like you did in the image before on the right and side? :o

It would help a lot again lmfao
Notepad:
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
Screenshots:

16
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:40:51 pm »
Nope. Still not working. ;(

17
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:38:35 pm »
And also, do try changing preset_11body.png to preset_11head.png. It my not matter what it's named but...I really think that could be an issue too. ^^
Alright.

18
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:37:08 pm »
How did you know I was a girl? XD Anyway, it is still not working. I don't know what else there is to do! I think it's just my computer now. :( I don't know.




Replace this:
Code: [Select]
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.jpg
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.jpg
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}

with this:
Code: [Select]
material preset_11_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11body.png
         }
      }
   }
}
material preset_11_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11head.png
         }
      }
   }
}
material preset_11_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_11eye.png
         }
      }
   }
}
material preset_11_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11tail.png
         }
      }
   }
}
material preset_11_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_11mane.png
         }
      }
   }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_11equip.png
         }
      }
   }
}

And go in and make sure the file names in general [outside the material code file] is the same as what you put.
Ex. texture preset_11equip.png.

I suggest changing [all] your files to png.
I tried all of it. It still isn't working. Has someone else went through this before? I know I am a pain, but I am so new to this. I am about to give up....

19
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:09:04 pm »
It doesn't matter what was  used as long as what was written was also put in the materials. XD

Like because she put "Preset_11body" it should be alright if she put "Preset_11body.jpg" in the material file. :)
How did you know I was a girl? XD Anyway, it is still not working. I don't know what else there is to do! I think it's just my computer now. :( I don't know.

20
Game Help / Re: Preset Help!
« on: March 20, 2016, 07:06:30 pm »
Alright, I think I see your problem. First of all, you don't have a body or tail file in there. Second of all, Texture Preset_11body should be Texture Preset_11head. That kinda has you goofed up. ^^

OHH! I see now! Thank you! I will check. See you then!
I haven't got that far yet, I only have the eyes and head. :c And I have both head mats. Which part of the codes are wrong? I see both heads there. Sorry if I sound a little rude, I am not meaning to. 'X( But I see both of them there.

Pages: 1 [2] 3 4 ... 6