Feral Heart

Help & Guidance => Member Made Tutorials => Presets & Markings Tutorials => Topic started by: Forests on November 21, 2012, 05:13:10 pm

Title: Preset wing fix
Post by: Forests on November 21, 2012, 05:13:10 pm


A simple fix for the preset wings. Before and after (http://www.iaza.com/work/121122C/iaza12844497287200.png)

All you need to do is paste over your wing code c: (If you havn't currently got an equip part, just paste this under the mane//

Code: [Select]
material preset_@_equipMatL
{
technique
{
pass
{
                        cull_hardware none
                        cull_software none
texture_unit
{
texture [email protected]
}
}
}
}
material preset_@_equipMatR
{
technique
{
pass
{
                        cull_hardware none
                        cull_software none
texture_unit
{
texture [email protected]
}
}
}
}


Simply open your preset .material file in notepad, type ctrl+H and in the find box, type @ then in the replace box, type the preset number, then press 'replace all'

Hope this help you all c: