Feral Heart

Help & Guidance => Game Help => Topic started by: wolfru on July 02, 2015, 03:53:31 am

Title: Preset help?
Post by: wolfru on July 02, 2015, 03:53:31 am
Anyone know how to make it not two sided? Be big help c:

(http://oi61BannedImageSite/2433hva.jpg)
[/color]
Title: Re: Preset help?
Post by: LordSuragaha on July 02, 2015, 03:57:09 am
You mean asymmetrical? Like you want a different design on both sides or the same design on both sides?

Title: Re: Preset help?
Post by: wolfru on July 02, 2015, 03:58:28 am
Different design on both sides
Title: Re: Preset help?
Post by: PoisonIVy12 on July 02, 2015, 04:32:14 am
Ah... hmm... there's a tutorial for this somewhere that I found today...

Ah, here ya go! 2-sided preset tutorial for ya~

http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=43932.0 (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=43932.0)
Title: Re: Preset help?
Post by: wolfru on July 02, 2015, 04:53:31 am
Thank you guys ^^
Title: Re: Preset help?
Post by: wolfru on July 02, 2015, 09:48:05 pm
Thank you guys ^^

Hnng... does anyone know how to add a mane your presets? ouo
Title: Re: Preset help?
Post by: Whinp on July 02, 2015, 10:11:24 pm
add this code in

Code: [Select]
material preset_1_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_1mane.png
}
}
}
}

obviously change the preset number and the image name/extension
Title: Re: Preset help?
Post by: wolfru on July 02, 2015, 10:13:25 pm
add this code in

Code: [Select]
material preset_1_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_1mane.png
}
}
}
}

obviously change the preset number and the image name/extension

Thank you guys ^^