Author Topic: Transparent wingz for chu! c:  (Read 12329 times)

Offline Abomine

  • Pack & Pride Representative
  • ****
  • Posts: 1,235
  • Country: 00
  • Floof-O-Meter: 41
  • I'm that weird chick who's obsessed with deer.
    • View Profile
Re: Transparent wingz for chu! c:
« Reply #40 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.



I've always had issues with trying to make the wings invisible.

To Isengard! To Isengard!

My deviantART

Offline Ramine

  • Community Champion
  • ****
  • Posts: 2,208
  • Floof-O-Meter: 182
    • View Profile
    • Ramine on DeviantART
Re: Transparent wingz for chu! c:
« Reply #41 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.


Signature by Delay. <3

Offline Abomine

  • Pack & Pride Representative
  • ****
  • Posts: 1,235
  • Country: 00
  • Floof-O-Meter: 41
  • I'm that weird chick who's obsessed with deer.
    • View Profile
Re: Transparent wingz for chu! c:
« Reply #42 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
}
}
}
}

To Isengard! To Isengard!

My deviantART

Offline Ramine

  • Community Champion
  • ****
  • Posts: 2,208
  • Floof-O-Meter: 182
    • View Profile
    • Ramine on DeviantART
Re: Transparent wingz for chu! c:
« Reply #43 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.


Signature by Delay. <3

Offline Abomine

  • Pack & Pride Representative
  • ****
  • Posts: 1,235
  • Country: 00
  • Floof-O-Meter: 41
  • I'm that weird chick who's obsessed with deer.
    • View Profile
Re: Transparent wingz for chu! c:
« Reply #44 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

To Isengard! To Isengard!

My deviantART

Offline Ramine

  • Community Champion
  • ****
  • Posts: 2,208
  • Floof-O-Meter: 182
    • View Profile
    • Ramine on DeviantART
Re: Transparent wingz for chu! c:
« Reply #45 on: January 20, 2013, 11:55:40 am »
I'm glad. :] And no problem. ^^


Signature by Delay. <3