Feral Heart

FeralHeart Creations => FeralHeart Addons & Mods => Presets & Markings => Topic started by: Ramine on July 03, 2012, 02:57:19 pm

Title: Transparent wingz for chu! c:
Post by: Ramine on July 03, 2012, 02:57:19 pm
These are mainly for those who can't/don't know how to make transparent wings.

Download: http://www.mediafire.com/?057nwzhbqpxdsue (http://www.mediafire.com/?057nwzhbqpxdsue)

Read the README file that's inside.
Feedback is always welcome. ^^

Screeneh

(http://i49BannedImageSite/1z5uv15.png)
Title: Re: Transparent wingz for chu! c:
Post by: sarabi26 on July 03, 2012, 05:46:04 pm
I can't see them.. LOL!
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on July 03, 2012, 05:48:18 pm
Yes.. that's the point, they're transparent.
Title: Re: Transparent wingz for chu! c:
Post by: Tokoa on July 03, 2012, 06:58:26 pm
There very cool Ramine! Thanks for shareing them :D
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on July 03, 2012, 07:27:18 pm
Thank you! ^.^
Title: Re: Transparent wingz for chu! c:
Post by: Tokoa on July 04, 2012, 02:37:52 am
Your welcome
Title: Re: Transparent wingz for chu! c:
Post by: sarabi26 on July 06, 2012, 07:52:54 pm
Whooooa.. My Char is floating lol
Title: Re: Transparent wingz for chu! c:
Post by: Pakhet on July 20, 2012, 03:40:09 am
They look awesome!

Here's the feedback though, do you think you could include the material file in the download? I read the readme and tried several times but I can't get it to work. The preset 11 folder doesn't show up in the maker anymore.

But...I'm inept at coding so maybe it's my fault.
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on July 20, 2012, 09:37:08 am
Hmm.. I could do that, but make sure you double-check, it has happened to me before, the folder just moved up in the list for some reason. :P
If you still can't find it, let me know and I'll add the material file. ^.^

Btw.. thanks! :3
Title: Re: Transparent wingz for chu! c:
Post by: Midgetsc on July 20, 2012, 10:57:17 am
Thanks for this. ^.^ I'll use this in the future.
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on July 20, 2012, 11:22:31 am
No problem. I'm glad people are actually interested in this. ^^
Title: Re: Transparent wingz for chu! c:
Post by: Midgetsc on July 20, 2012, 06:56:15 pm
Well, the transparency code seems confusing. x3 This'll be great for RPs. I mean, who doesn't want a flying rainbow wolf?
Title: Re: Transparent wingz for chu! c:
Post by: Pakhet on July 21, 2012, 05:02:28 am
I rechecked the list and attempted to do the coding again. But...it's still been abducted by aliens.

The material file would be great. Thanks in advance. ^^
Title: Re: Transparent wingz for chu! c:
Post by: Kayla.. on July 21, 2012, 12:15:32 pm
Wow they are amazing ^^
Title: Re: Transparent wingz for chu! c:
Post by: kongfuwolf12 on August 03, 2012, 02:54:58 pm
I've pasted the new transparent wing code from the 'readme' file to my preset_12.material file. For some reason, I see left wing the ugly white color, and the right wing with the transparent texture. So, one wing has no texture and one has the transparent texture. Is there somthing I'm doing wrong?
Title: Re: Transparent wingz for chu! c:
Post by: okami357 on August 03, 2012, 03:08:38 pm
*O* omg ! i am a wingless flying wolf >:D
Title: Re: Transparent wingz for chu! c:
Post by: ScubaDiver4life on December 07, 2012, 08:42:05 pm
If I wanted to add this to an already made Preset that I have downloaded, would I have to recode anything? Or could I just extracte the file into the Preset folder that needs transpartent wings?
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on December 08, 2012, 10:14:45 am
You have to rewrite some of the codes.

If the preset isn't in folder 11 or 12, then move it into one of those and change the file names.
(also don't forget to change the material file either, change all the numbers to 11 or 12)

Now.. Replace this code:
Code: [Select]
material preset_12_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}
material preset_12_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}

With this:

Code: [Select]
material preset_12_equipMatL
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture TransparentWingz1.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
material preset_12_equipMatR
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture TransparentWingz.png
tex_address_mode wrap
filtering trilinear
}
}
}
}

And if you're using folder 11, then just replace the twelves with elevenz. Like I said earlier. xD
Title: Re: Transparent wingz for chu! c:
Post by: Bawfle on December 08, 2012, 10:34:55 am
Awesome wingiez rami <3 c: Ya flargy.
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on December 08, 2012, 12:27:25 pm
Dankies, Buffy. Flargy. <3 :3
Title: Re: Transparent wingz for chu! c:
Post by: ScubaDiver4life on December 08, 2012, 06:14:08 pm
You have to rewrite some of the codes.

If the preset isn't in folder 11 or 12, then move it into one of those and change the file names.
(also don't forget to change the material file either, change all the numbers to 11 or 12)

Now.. Replace this code:
Code: [Select]
material preset_12_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}
material preset_12_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_12equip.jpg
}
}
}
}

With this:

Code: [Select]
material preset_12_equipMatL
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture TransparentWingz1.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
material preset_12_equipMatR
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture TransparentWingz.png
tex_address_mode wrap
filtering trilinear
}
}
}
}

And if you're using folder 11, then just replace the twelves with elevenz. Like I said earlier. xD

Where do I go to re-code it though? Idk how to recode it!!
Title: Re: Transparent wingz for chu! c:
Post by: Evanescence on December 15, 2012, 08:51:41 pm
Im going to be a bother here. But Ive tried to get this to work but Im still entirely lost. Can someone give me a step by step process? I havent worked with coding ever. From the point where I downloaded the file to the point where I can put them on my character. Im using it for preset 11, too. Thanks so much! Bai c:
Title: Re: Transparent wingz for chu! c:
Post by: JackobLoveu on December 15, 2012, 08:57:29 pm
That's funny, downloading
Title: Re: Transparent wingz for chu! c:
Post by: Okami-Shiranui on December 15, 2012, 09:55:34 pm
LOL. This looks lo funny to just see a random floating lion. XD Nice job!
Title: Re: Transparent wingz for chu! c:
Post by: happygrl1908 on January 01, 2013, 03:47:17 am
*O*!
This is what I've been looking for ?
Thanks so much, Ramine ^_^
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 01, 2013, 12:06:03 pm
I'm glad. No problem. ^^
Title: Re: Transparent wingz for chu! c:
Post by: WhiteLightHeart on January 01, 2013, 07:27:40 pm
WhattheIlovethis.
Too cool, Rami~ I'm definitely downloading. Thankya for sharing it wiff us. c:
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 01, 2013, 07:40:25 pm
Aye, thanks. [:
Title: Re: Transparent wingz for chu! c:
Post by: Fire Phoenix on January 05, 2013, 08:52:01 am
Erm...How to download it?
Title: Re: Transparent wingz for chu! c:
Post by: hailtehwolf on January 05, 2013, 09:55:28 am
Very nice Rami -clapclap-
I'll use these sometime soon.

~Ollie ^^

Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 05, 2013, 10:26:22 am
Erm...How to download it?

Click on the link, then click download and then read the README file inside of the .zip folder. It explains evertything.

Very nice Rami -clapclap-
I'll use these sometime soon.

~Ollie ^^

Thanks, Ollie.
Title: Re: Transparent wingz for chu! c:
Post by: SL138197 on January 10, 2013, 02:35:09 pm
It won't work. I put everything in preset 12 and then copied and replaced the code.

Was i supposed to keep the other code too?
Title: Re: Transparent wingz for chu! c:
Post by: Xcivo on January 15, 2013, 02:47:05 am
OMG this is so amazing *-*
Title: Re: Transparent wingz for chu! c:
Post by: Chimaera on January 17, 2013, 03:03:02 pm
These are awesome! You always make good things Ramine.
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 17, 2013, 03:07:27 pm
Thanks guys! I'm glad you like them. x3

It won't work. I put everything in preset 12 and then copied and replaced the code.

Was i supposed to keep the other code too?


Make sure you only replace the equip part of the code, not all of it. And don't forget, if you need to,
then you have to change all numbers to 12.
Title: Re: Transparent wingz for chu! c:
Post by: okami129 on January 17, 2013, 03:18:36 pm
Waaaaait is there a way the wings could be transparent without a preset? I already made my own and it's fun as heck to float around but without the preset people doont know
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 17, 2013, 06:00:52 pm
Nope, it's not possible.
Title: Re: Transparent wingz for chu! c:
Post by: LordSuragaha on January 17, 2013, 06:03:10 pm
These are cool I might try these out soon x3 Cool Ramine thanks for sharing this. Much more convenient than having to make it from scratch.
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 17, 2013, 06:07:24 pm
Thank you, Suragaha. I appreciate it. c;
Title: Re: Transparent wingz for chu! c:
Post by: SL138197 on January 17, 2013, 06:15:00 pm

I need a way to color my char...
Title: Re: Transparent wingz for chu! c:
Post by: Abomine on January 19, 2013, 05:21:02 pm
I copied the equip code in the ReadMe over the equip code in the material file and copy/pasted the images into the preset folder. My character looks like this.

(http://i1122.photobucket.com/albums/l527/justarandomperson1/screenshot_01192013_091650023_zpsd1c20837.png)

I've always had issues with trying to make the wings invisible.
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 19, 2013, 10:45:43 pm
Did you go straight for the Character maker, or did you test them in Preset maker first?

IF they work in preset maker, then the preset didn't export correctly.
If they don't work in preset maker either, then there has got to be a mistake in the codes.

Could you copy your equip part of the material here? Maybe, just maybe I can find the mistake.
Title: Re: Transparent wingz for chu! c:
Post by: Abomine on January 19, 2013, 11:43:10 pm
Did you go straight for the Character maker, or did you test them in Preset maker first?

IF they work in preset maker, then the preset didn't export correctly.
If they don't work in preset maker either, then there has got to be a mistake in the codes.

Could you copy your equip part of the material here? Maybe, just maybe I can find the mistake.

It doesn't work in Preset Maker either. Here's the equip code on my end:

Code: [Select]
}material preset_12_equipMatL
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture TransparentWingz1.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
material preset_12_equipMatR
{
receive_shadows on
technique
{
pass
{
ambient 1.000000 1.000000 1.000000 1.000000
diffuse 1.000000 1.000000 1.000000 1.000000
specular 0.050000 0.050000 0.050000 1.000000 12.500000
emissive 0.000000 0.000000 0.000000 1.000000
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
scene_blend alpha_blend
texture_unit
{
texture TransparentWingz.png
tex_address_mode wrap
filtering trilinear
}
}
}
}
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 19, 2013, 11:55:33 pm
There shouldn't be a bracket infront of Material preset_12_equipMatL.

}
material preset_12_equipMatL

^ It should look like that, save and test it. If it doesn't work remove the bracket completely.

I hope this helps.
Title: Re: Transparent wingz for chu! c:
Post by: Abomine on January 20, 2013, 01:48:06 am
There shouldn't be a bracket infront of Material preset_12_equipMatL.

}
material preset_12_equipMatL

^ It should look like that, save and test it. If it doesn't work remove the bracket completely.

I hope this helps.

IT WORKED. Thankyouthankyouthankyou. Infinite nuzzles for you. :3
Title: Re: Transparent wingz for chu! c:
Post by: Ramine on January 20, 2013, 11:55:40 am
I'm glad. :] And no problem. ^^