Nala91 on DeviantArthttps://www.deviantart.com/nala91/art/Feathered-Custom-Wings-Code-404150400Nala91

Deviation Actions

Nala91's avatar

Feathered / Custom Wings Code

By
Published:
2.5K Views

Description

Hey guys, you all ever wonder how your FH character can have the same custom wings like in IT. I have been testing with the same code and finally got it to work. All you have to do is paste this code into your equip section of the material file, then make your textures.

THIS WILL NOT ALLOW YOU TO HAVE TWO TEXTURES, *AKA TOP FEATHERS AND BOTTOM FEATHERS*
-Sadly the way the wings were meshed... you can't do this. Trust me I've tried.

-----------------------------------
material preset_2_equipMatL
{
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.010000 0.010000 0.010000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture Username_CharacternameLeft.png
tex_address_mode wrap
filtering trilinear
}
}
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.010000 0.010000 0.010000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
alpha_rejection greater_equal 128
texture_unit
{
texture Username_CharacternameLeft.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
material preset_2_equipMatR
{
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.010000 0.010000 0.010000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture Username_CharacternamequipRight.png
tex_address_mode wrap
filtering trilinear
}
}
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.010000 0.010000 0.010000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
alpha_rejection greater_equal 128
texture_unit
{
texture Username_CharacternamequipRight.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
----------------------------------------------

Preset(C)Nala_91
Image size
617x292px 193.56 KB
© 2013 - 2024 Nala91
Comments15
Join the community to add your comment. Already a deviant? Log In
Jolina-Wolf's avatar
How do you like put items and stuff? Im kinda new to feral so yh.... and how do u past this?