Author Topic: Wings for Preset  (Read 1775 times)

Offline Misterwives

  • Curious Wanderer
  • *
  • Posts: 30
  • Country: us
  • Floof-O-Meter: 2
  • v a g a b o n d
    • mysty-bootie
    • View Profile
Wings for Preset
« on: July 25, 2017, 08:36:03 pm »
Help!! I've done this countless times and I can't seem to fix whatever issue it is. My wings are .jpeg, named preset_12wings, and in the right folder, but the wings will still not work on my preset. Whenever I load the wings in game, they come out as bumble-bee. (same as eyes.)
i fade in and out of this game constantly.

SugarFrostBite

  • Guest
Re: Wings for Preset
« Reply #1 on: July 25, 2017, 08:38:27 pm »
try this?

I figured it out XD     open the material file and under mane add :

material preset_(number)_equipMat    ^^ then add R or L for which wing you want to use. Then just fallow the normal pattern like this :

material preset_3_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture(what you named it)_Left.png
         }
      }
   }


^^ Hope this helps!
}
[/color]

Offline Misterwives

  • Curious Wanderer
  • *
  • Posts: 30
  • Country: us
  • Floof-O-Meter: 2
  • v a g a b o n d
    • mysty-bootie
    • View Profile
Re: Wings for Preset
« Reply #2 on: July 25, 2017, 08:46:42 pm »
try this?

I figured it out XD     open the material file and under mane add :

material preset_(number)_equipMat    ^^ then add R or L for which wing you want to use. Then just fallow the normal pattern like this :

material preset_3_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture(what you named it)_Left.png
         }
      }
   }


^^ Hope this helps!
}
[/color]

aaaa now the wings are just all white. ;-;
i fade in and out of this game constantly.

SugarFrostBite

  • Guest
Re: Wings for Preset
« Reply #3 on: July 25, 2017, 08:49:21 pm »
Yikes ;w; my fault. I found that on a previous thread and thought that might help.

If that case, check this out

http://jinx135.deviantart.com/art/How-to-preset-wings-On-Feral-Heart-283327899

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Wings for Preset
« Reply #4 on: July 25, 2017, 09:07:47 pm »
Are you making sure that when you add in the additional material code that you change the number to your correct preset folder?

material preset_3_equipMatL

Where 3 is your preset folder number.

Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline Misterwives

  • Curious Wanderer
  • *
  • Posts: 30
  • Country: us
  • Floof-O-Meter: 2
  • v a g a b o n d
    • mysty-bootie
    • View Profile
Re: Wings for Preset
« Reply #5 on: July 26, 2017, 07:07:32 am »
Are you making sure that when you add in the additional material code that you change the number to your correct preset folder?

material preset_3_equipMatL

Where 3 is your preset folder number.



yep, I double checked a good three times too & I still don't understand what's wrong with it. It's doing the same thing for my eyes, too. The files are .jpg, and they're named correctly in the coding.


i fade in and out of this game constantly.

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Wings for Preset
« Reply #6 on: July 26, 2017, 07:37:08 am »
Okay...mind posting your preset's material code here? You can do that by using this tag:

[code]paste entire code contents here[/code]

Also it might be beneficial for us to know what the filenames of your files are.
« Last Edit: July 26, 2017, 07:40:24 am by Morgra »
Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline Misterwives

  • Curious Wanderer
  • *
  • Posts: 30
  • Country: us
  • Floof-O-Meter: 2
  • v a g a b o n d
    • mysty-bootie
    • View Profile
Re: Wings for Preset
« Reply #7 on: July 26, 2017, 08:11:00 am »
Code: [Select]
material preset_11_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11body.jpg
}
}
}
}
material preset_11_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11body.jpg
}
}
}
}
material preset_11_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11head.jpg
}
}
}
}
material preset_11_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11head.jpg
}
}
}
}
material preset_11_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_11eye.jpg
}
}
}
}
material preset_11_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_11eye.jpg
}
}
}
}
material preset_11_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_11tail.jpg
}
}
}
}
material preset_11_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_11mane.png
}
}
}
}
material preset_11_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11equip.jpg
}
}
}
}
material preset_11_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11equip.jpg
}
}
}
}
material preset_11_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_11eyes.jpg
}
}
}
}
material preset_11_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_11eye.jpg
}
}
}
}
material preset_11_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_11eye.jpg
}
}
}
}
material preset_11_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_11tail.jpg
}
}
}
}
material preset_11_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_11mane.png
}
}
}
}
material preset_11_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture(preset_11wings)_Right.png
         }
      }
}
material preset_11_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture(preset_11wings)_Left.png
         }
      }
   }[code]
i fade in and out of this game constantly.

Offline Misterwives

  • Curious Wanderer
  • *
  • Posts: 30
  • Country: us
  • Floof-O-Meter: 2
  • v a g a b o n d
    • mysty-bootie
    • View Profile
Re: Wings for Preset
« Reply #8 on: July 26, 2017, 08:11:29 am »
Okay...mind posting your preset's material code here? You can do that by using this tag:

[code]paste entire code contents here[/code]

Also it might be beneficial for us to know what the filenames of your files are.

And I'm working in the preset_11 folder as of right now.
i fade in and out of this game constantly.

Offline sanrio

  • Grumpy Overlord
  • Elder Grey Pelt
  • ****
  • Posts: 2,820
  • Country: gb
  • Floof-O-Meter: 108
    • kiyatii
    • View Profile
Re: Wings for Preset
« Reply #9 on: July 26, 2017, 08:13:53 am »
If I'm reading everything correctly it's most likely because you put brackets in the code, along with a few other mistakes.

Try replacing "texture(preset_11wings)_Left.png" and "texture(preset_11wings)_Right.png" in the code with "texture preset_11wings.png"
Also make sure that you are exporting the wing images as a .png

Avatar by byambyy | Signature by rykerclawss