Author Topic: wings presets unavailable?  (Read 2012 times)

Nightpelt 1906

  • Guest
wings presets unavailable?
« on: January 09, 2012, 10:47:47 pm »
after the patch i looked in my preset folder 12 (11 has a preset but i looked there too) and i couldnt see any thing about 'wing presets'. could someone help?

Offline Definition

  • Dedicated Supporter
  • ***
  • Posts: 292
  • Floof-O-Meter: 20
    • View Profile
Re: wings presets unavailable?
« Reply #1 on: January 09, 2012, 11:27:22 pm »
The wings are kind of hidden in the coding. Open the .material file up with notepad and take a look.

Code: [Select]
material preset_12_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12body.jpg
}
}
}
}
material preset_12_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12body.jpg
}
}
}
}
material preset_12_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12head.jpg
}
}
}
}
material preset_12_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12head.jpg
}
}
}
}
material preset_12_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_12eye.jpg
}
}
}
}
material preset_12_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_12eye.jpg
}
}
}
}
material preset_12_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_12tail.jpg
}
}
}
}
material preset_12_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_12mane.png
}
}
}
}
material preset_12_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}
material preset_12_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}

See the last two entries (where it says "material preset_12_equipMatL" or material preset_12_equipMatR")?
If you look below it says "texture preset_12equip.jpg" .

All you need to do is add the texture you want your wing to be, and either name it "preset_12equip.jpg" or change the coding to match your texture's name. Then when you go in preset creator and choose your wings, it should show up.

Offline Peshlaki

  • Forum Newcomer
  • *
  • Posts: 6
  • Floof-O-Meter: 0
    • View Profile
Re: wings presets unavailable?
« Reply #2 on: February 10, 2012, 03:38:18 am »
im lost o-o

Nightpelt 1906

  • Guest
Re: wings presets unavailable?
« Reply #3 on: February 10, 2012, 08:20:06 am »
why are you lost? (ahh sorry lost this thread for a while)