Feral Heart
Help & Guidance => Game Help => Topic started 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.
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
}
}
}
}
-
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.
-
I think wing presets only work on presets 11 and 12. My friend is having the same problem.
-
How do u get preset 11 and 12 up? Their not in Preset Maker
-
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 Tanglemask
-
You're welcome! :3
-
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!
-
Hmm the wing textures still wont show even for preset 11 and 12
-
Hmm the wing textures still wont show even for preset 11 and 12
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?
-
Yep, i still get that grey green coloured wing texture.