Feral Heart

Help & Guidance => Game Help => Topic started by: Motoko on December 25, 2011, 04:43:42 pm

Title: Why can't Presets have wings? Why won't the code work?
Post by: Motoko on December 25, 2011, 04:43:42 pm
I've tried everything but nothing is working, I still get these fugly color changing 'wings' on my preset, SOMEONE help me with this.

Code: [Select]
material preset_9_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_9body.jpg
}
}
}
}
material preset_9_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_9body.jpg
}
}
}
}
material preset_9_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_9head.jpg
}
}
}
}
material preset_9_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_9head.jpg
}
}
}
}
material preset_9_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_9eye.jpg
}
}
}
}
material preset_9_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_9eye.jpg
}
}
}
}
material preset_9_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_9tail.jpg
}
}
}
}
material preset_9_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_9mane.png
}
}
}
}
material preset_9wingMatL
{
technique 1
{
pass
{
cull_hardware none
cull_software none

fragment_program_ref Wing_PS
{
param_named_auto colorMod1

custom 1
}
texture_unit
{
texture preset_9Wing.png
tex_coord_set 0
}
}
}
technique 2
{
pass
{
cull_hardware none
cull_software none

texture_unit
{
texture preset_9Wing.png
colour_op_ex modulate

src_texture src_manual 1 0 0 1
}
}
}
}
material preset_9wingMatR
{
technique 1
{
pass
{
cull_hardware none
cull_software none

fragment_program_ref Wing_PS
{
param_named_auto colorMod1

custom 1
}
texture_unit
{
texture preset_9Wing.png
tex_coord_set 0
}
}
}
technique 2
{
pass
{
cull_hardware none
cull_software none

texture_unit
{
texture preset_9Wing.png
colour_op_ex modulate

src_texture src_manual 1 0 0 1
}
}
}
}
material preset_9wing2MatL
{
technique 1
{
pass
{
cull_hardware none
cull_software none

fragment_program_ref Wing_PS
{
param_named_auto colorMod1

custom 1
}
texture_unit
{
texture preset_9Wing.png
tex_coord_set 0
}
}
}
technique 2
{
pass
{
cull_hardware none
cull_software none

texture_unit
{
texture preset_9Wing.png
colour_op_ex modulate

src_texture src_manual 1 0 0 1
}
}
}
}
material preset_9wing2MatR
{
technique 1
{
pass
{
cull_hardware none
cull_software none

fragment_program_ref Wing_PS
{
param_named_auto colorMod1

custom 1
}
texture_unit
{
texture preset_9Wing.png
tex_coord_set 0
}
}
}
technique 2
{
pass
{
cull_hardware none
cull_software none

texture_unit
{
texture preset_9Wing.png
colour_op_ex modulate

src_texture src_manual 1 0 0 1
}
}
}
}
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: fhamanda22 on December 27, 2011, 10:22:08 pm
This is what the wing coding should say:

material preset_9_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_9equip.jpg
         }
      }
   }
}
material preset_9_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_9equip.jpg
         }
      }
   }
}




I hope that helps



Scratch that. I tried to use this code and the wings still aren't the right color.
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: xPychoXcookiesx on December 31, 2011, 11:11:25 pm
I think wing presets only work on presets 11 and 12. My friend is having the same problem.
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: Ingredient on December 31, 2011, 11:34:32 pm
How do u get preset 11 and 12 up? Their not in Preset Maker
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: Tanglemask on December 31, 2011, 11:38:48 pm
Ah I know! Okay, so go into your Feral-Heart folder. Click on the notepad thingy called resources. Open it up and add
FileSystem=my_presets/preset_11
FileSystem=my_presets/preset_12
under all the other preset stuff similar to that.(Under General) :3 hope it helped.
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: Ingredient on December 31, 2011, 11:41:20 pm
Thank you Tanglemask
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: Tanglemask on January 01, 2012, 01:24:36 am
You're welcome! :3
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: fhamanda22 on January 03, 2012, 06:35:26 am
Ah I know! Okay, so go into your Feral-Heart folder. Click on the notepad thingy called resources. Open it up and add
FileSystem=my_presets/preset_11
FileSystem=my_presets/preset_12
under all the other preset stuff similar to that.(Under General) :3 hope it helped.

Thank you! :D You are amazing!
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: Ingredient on January 03, 2012, 06:39:42 am
Hmm the wing textures still wont show even for preset 11 and 12
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: Windance on January 03, 2012, 09:02:09 am
Hmm the wing textures still wont show even for preset 11 and 12

Code: [Select]
material preset_9_equipMatL
{
technique
{
pass
{
texture_unit
{
texture yourwing.jpg
}
}
}
}
material preset_9_equipMatR
{
technique
{
pass
{
texture_unit
{
texture yourwing.jpg
}
}
}
}
Are you guys using this setup? The wings will work on any preset number as long as you match all the numbers. I have my 8 and 9 preset work with this code if I put in the right preset number.

What exact color are you going for? Are you going for a special effect, or just normal wings?
Title: Re: Why can't Presets have wings? Why won't the code work?
Post by: Ingredient on January 03, 2012, 10:46:32 am
Yep, i still get that grey green coloured wing texture.