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

Pages: [1]
1
Introduction / Yooooo
« on: June 23, 2015, 03:03:16 am »
Heyo, I'm Faeplae. I used to play Feral Heart when I was, like, 12, I think??? Anyways, I decided to come back after 4 years! So everything is quite new to me lmao.
I hope to be able to get to know the community better this summer since you all seem so friendly gosh. u//w//u

2
Game Help / Re: Presets not showing in-game
« on: June 11, 2015, 12:10:51 am »
Just checked and yup! That seemed to be the problem. I drew up a different head and it worked this time. So weird. Anyways, thanks for the help!! <3

3
Game Help / Re: Presets not showing in-game
« on: June 10, 2015, 04:13:17 pm »
Alright, so I looked at the video and after making adjustments to how I save the image it still showed up white in-game. Then, as a test, I saved the default preset1 head as preset2's head and it showed up in-game. And then I saved the same head in preset3, the one I'm having trouble with, and it also showed up? Obviously something's wrong with my picture but I honestly have no clue what lol. It's 512 x 512, 22.9 KB, and a JPG. And here's a picture of it, if that helps? (It's pretty rough lol)


Aaaaand the code:

material preset_4_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4body.jpg
         }
      }
   }
}
material preset_4_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4body.jpg
         }
      }
   }
}
material preset_4_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4head.jpg
         }
      }
   }
}
material preset_4_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4head.jpg
         }
      }
   }
}
material preset_4_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_4eye.jpg
         }
      }
   }
}
material preset_4_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_4eye.jpg
         }
      }
   }
}
material preset_4_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_4tail.jpg
         }
      }
   }
}
material preset_4_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_4mane.png
         }
      }
   }
}

4
Game Help / Presets not showing in-game [fixed]
« on: June 10, 2015, 04:06:42 am »
Hello! So it seems I may be doing something wrong in regards to saving my presets? I was working on the head and wanted to see how it looked in-game so I saved the picture into the my_presets folder and into preset_3. I saved the image as preset_3head.png and it's the same dimensions as the default preset. But when I go into the game and try to preview it, the character shows completely white? I even tried replacing the default preset_2's head with mine and when I went into the game, only the head was white. I tried it as a .jpg as well and it didn't work. Any ideas? I use Paint Tool SAI btw, but it works mostly the same as gimp.

Pages: [1]