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

Pages: 1 2 3 [4] 5 6 7
31
Site/Forum Help / Re: Signatures?
« on: September 26, 2017, 04:35:08 am »
I guess it worked lol but its invisible? It's a gif, so how do it make it smaller if it needs to be??

32
Site/Forum Help / Re: Signatures?
« on: September 26, 2017, 04:33:14 am »
Ahh.. lemme try that I was putting url in the thing, hold up lemme try

33
Site/Forum Help / Signatures?
« on: September 26, 2017, 04:17:40 am »
Ugh. I've been trying to add a gif as a signature for so long and after searching forever I still dont understand how to get an image in your signature. Can someone help me?

34
Game Help / Re: Some mane coding help?
« on: September 26, 2017, 04:04:49 am »
Yeah, I can only paste it tho. Here it is:
material preset_9_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture RinBody_Left.png
         }
      }
   }
}
material preset_9_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture RinBody_Right.png
         }
      }
   }
}
material preset_9_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture RinHead_Left.png
         }
      }
   }
}
material preset_9_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture RinHead_Right.png
         }
      }
   }
}
material preset_9_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture RinEyes_Left.png
         }
      }
   }
}
material preset_9_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture RinEyes_Right.png
         }
      }
   }
}
material preset_9_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture RinTail.png
         }
      }
   }
}material preset_9_maneMat
{
 technique
 {
  pass
  {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
   {
    texture preset_9mane.png
   }
  }

35
Game Help / Re: Some mane coding help?
« on: September 26, 2017, 03:58:38 am »
   }
   }
}
material preset_9_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture RinTail.png
         }
      }
   }
}material preset_9_maneMat
{
 technique
 {
  pass
  {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
   {
    texture preset_9mane.png
   }
  }
 }
}
This happened now.. yikes. Dont know exactly what to do, I'm a coding noob.

36
Game Help / Re: Some mane coding help?
« on: September 26, 2017, 03:57:44 am »
That actually just ended up making the hair marshmallow white instead of the weird yellow/black it was. And the tail is not showin gup now for my preset :/

37
Game Help / Some mane coding help?
« on: September 26, 2017, 03:53:54 am »
So I originally had some issue with my character's mane a month or two a while back and I was tryin got fix it with some code or something but ended up not touching it and now the mane wont show up entirely. This is the code for my preset_9 mane:


material preset_9_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
      
         }
      }
   }
}
What's the proper coding for the mane to get it to show, and not in a weird transparent matter?

38
Game Help / Re: Preset Tuft/markings
« on: September 03, 2017, 06:29:12 pm »
She found it really helpful. Thanks. Btw, how do you add a picture to your signature?

39
Game Help / Re: Preset Tuft/markings
« on: September 03, 2017, 01:56:19 am »
Thanks. That'll probably help a lot !

40
Game Help / Re: Preset Tuft/markings
« on: September 03, 2017, 01:27:14 am »
Then what's the strategies for not getting it to show on the tufts? Avoid the areas where the tufts start?

Pages: 1 2 3 [4] 5 6 7