Author Topic: Preset problem  (Read 662 times)

Offline aryana100

  • Dedicated Supporter
  • ***
  • Posts: 264
  • Country: ro
  • Floof-O-Meter: 7
    • iuliathewolf
    • /c/Ritsukii
    • View Profile
Preset problem
« 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
                         }
}
}
}
                       }
               }
       }
}

Offline aryana100

  • Dedicated Supporter
  • ***
  • Posts: 264
  • Country: ro
  • Floof-O-Meter: 7
    • iuliathewolf
    • /c/Ritsukii
    • View Profile
Re: Preset problem
« Reply #1 on: February 20, 2019, 02:48:53 pm »
Nvm i found the problem

Offline wolffox

  • COOL MOM
  • Community Champion
  • ****
  • Posts: 1,906
  • Country: us
  • Floof-O-Meter: 188
  • icon by T0XIIIC, sig by Bawfle <3
    • View Profile
Re: Preset problem
« Reply #2 on: February 20, 2019, 05:48:09 pm »
Locking this, glad you got it sorted out! Good luck with your preset c: