Feral Heart

Help & Guidance => Game Help => Topic started by: onesidedlove on January 16, 2016, 06:38:08 am

Title: One side of my preset's head is a marshie.. o-o
Post by: onesidedlove on January 16, 2016, 06:38:08 am
(http://imgur.com/m2To6Po)
um help i searched on google and i saw no answer so uhh
Title: Re: One side of my preset's head is a marshie.. o-o
Post by: Shazadah on January 16, 2016, 07:02:04 am
This sounds like an issue with your preset's codes and textures. Maybe post the codes to be looked at?
Title: Re: One side of my preset's head is a marshie.. o-o
Post by: Kerriki on January 16, 2016, 07:13:26 am
Did you attempt to make your preset's head double-sided and/or did you mess with the preset's coding? As Shasta mentioned, showing us what the codes look like would be a huge help. Simply go into your preset's folder and copy and paste the coding in the material file
Title: Re: One side of my preset's head is a marshie.. o-o
Post by: onesidedlove on January 16, 2016, 10:25:52 am
I put the codes as preset 1's which was: material preset_1_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.jpg
         }
      }
   }
}
material preset_1_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.jpg
         }
      }
   }
}
material preset_1_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.jpg
         }
      }
   }
}
material preset_1_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.jpg
         }
      }

except i used preset_10 so i put 0's by the 1's.
Title: Re: One side of my preset's head is a marshie.. o-o
Post by: G4RG0YLE on January 16, 2016, 11:13:59 am
If you keep having this problem, you can always try this code which I use - and it works perfectly fine for the presets I make. I renamed the number's to 10 for you so you don't have to do it yourself. I also renamed some parts to your username, e.g MichaelxxBody_Left Copy this into your preset_10 .mat file and see if this fixes anything.

Code: [Select]
material preset_10_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture MichaelxxBody_Left.png
}
}
}
}
material preset_10_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture MichaelxxBody_Right.png
}
}
}
}
material preset_10_headMatL
{
technique
{
pass
{
texture_unit
{
texture MichaelxxHead_Left.png
}
}
}
}
material preset_10_headMatR
{
technique
{
pass
{
texture_unit
{
texture MichaelxxHead_Right.png
}
}
}
}
material preset_10_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture MichaelxxEye_Left.png
}
}
}
}
material preset_10_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture MichaelxxEye_Right.png
}
}
}
}
material preset_10_tailMat
{
technique
{
pass
{
texture_unit
{
texture MichaelxxTail.png
}
}
}
}
material preset_10_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture MichaelxxHair.png
}
}
}
}
Title: Re: One side of my preset's head is a marshie.. o-o
Post by: Bawfle on January 16, 2016, 01:25:17 pm
Try changing the image files and coding to .png. I say this because .png files/images work best with presets, especially if you have any other coding in there. Also make sure that you're naming everything correctly and don't have any un ordinary symbols in the coding, too.
Title: Re: One side of my preset's head is a marshie.. o-o
Post by: itsmichael on January 17, 2016, 08:26:29 am
Thanks guys, I'll try it. (I switched accounts and gave my friend XLostX)