Feral Heart

Help & Guidance => Game Help => Topic started by: aryana100 on February 20, 2019, 02:06:36 pm

Title: Preset problem
Post by: aryana100 on February 20, 2019, 02:06:36 pm
I wanted to make a scrolling preset but in game in preset maker I can't see preset_3Lhead, i have this code

Quote
material preset_3_bodyMatL
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_3scroll.png
    scroll_anim 1.0 1.0
   }
  }
  pass
  {
   scene_blend alpha_blend
   texture_unit
   {
    texture preset_3body.png
   }
  }
 }
}
material preset_3_bodyMatR
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_3scroll.png
    scroll_anim 1.0 1.0
   }
  }
  pass
  {
   scene_blend alpha_blend
   texture_unit
   {
    texture preset_3body.png
   }
  }
 }
}
material preset_3_headMatL
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_3scroll.png
    scroll_anim 1.0 1.0
   }
  }
  pass
  {
   scene_blend alpha_blend
   texture_unit
   {
    texture preset_3Lhead.png
   }
  }
 }
}
material preset_3_headMatR
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_3scroll.png
    scroll_anim 1.0 1.0
   }
  }
  pass
  {
   scene_blend alpha_blend
   texture_unit
   {
    texture preset_3Rhead.png
   }
  }
 }
}
material preset_3_eyeMatL
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_3scroll.png
    scroll_anim 1.0 1.0
   }
  }
  pass
  {
   scene_blend alpha_blend
   texture_unit
   {
    texture preset_3eye.png
   }
  }
 }
}
material preset_3_eyeMatR
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_3scroll.png
    scroll_anim 1.0 1.0
   }
  }
  pass
  {
   scene_blend alpha_blend
   texture_unit
   {
    texture preset_3eye.png
   }
  }
 }
}
material preset_3_tailMat
{
 technique
 {
  pass
  {
   texture_unit
   {
    texture preset_3scroll.png
    scroll_anim 1.0 1.0
   }
  }
  pass
  {
   scene_blend alpha_blend
   texture_unit
   {
    texture preset_3tail.png
   }
  }
 }
}
material preset_3_maneMat
{
       technique
       {
               pass
               {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                   texture preset_3mane.png
tex_coord_set 0
tex_address_mode clamp
filtering trilinear
wave_xform rotate sine 2 .5 0 .02
                         }
}
}
}
                       }
               }
       }
}
Title: Re: Preset problem
Post by: aryana100 on February 20, 2019, 02:48:53 pm
Nvm i found the problem
Title: Re: Preset problem
Post by: wolffox on February 20, 2019, 05:48:09 pm
Locking this, glad you got it sorted out! Good luck with your preset c: