Author Topic: Winged Preset Troubles  (Read 1750 times)

Offline Eagleify

  • Dedicated Supporter
  • ***
  • Posts: 394
  • Floof-O-Meter: 22
  • I like your flagella.
    • View Profile
    • Eaglify's DeviantArt
Winged Preset Troubles
« on: February 08, 2012, 08:45:42 am »

I am no stranger to FH codes, and making presets, and I have (on many attempts) tried to make presets with wings. However, no matter how many times I type in the code, and triple check everything is correct, my presets' wings still refuse to work. I am 100% that the code is right, as a copied and pasted it from sources directly, to see if my code was wrong. It still refuses to work. The rest of the preset works perfect in the preset maker, however. The wings still keep the default texture, and the colour can still be changed in the RGB sliders when I click Custom.
 Also, I have noticed when I am in-game with a preset with such wings, the colour of them changes constantly, I am pretty sure it is triggered by players entering the map, and my characters copy their wing colours or something.

Is there anyone else experiencing this, and is there a way to stop it? It is rather important, as I am working on winged presets, both for myself and requests.
I'm not active peeps. I've moved on it life, so to say, managing a game community with over a million players. I hope you enjoy my maps, meshes, and presets I made in my time here.

I might be on like once every few months, just to check in. But other than that, Bai!

Offline Jitters

  • Mutant Turtle
  • Elder Grey Pelt
  • ****
  • Posts: 2,624
  • Country: ca
  • Floof-O-Meter: 146
  • Hero in a Half Shell!
    • View Profile
Re: Winged Preset Troubles
« Reply #1 on: February 08, 2012, 09:01:37 am »
What preset number are you using? This may play a factor. Try it on preset 12, I used it and have had no issues at all.

Offline Eagleify

  • Dedicated Supporter
  • ***
  • Posts: 394
  • Floof-O-Meter: 22
  • I like your flagella.
    • View Profile
    • Eaglify's DeviantArt
Re: Winged Preset Troubles
« Reply #2 on: February 08, 2012, 10:10:38 pm »
i used preset 8, and put the wing texture in the preset.11 spot when it didn't work (I did rename it) but neither of them worked. I will try it in 12 when I get to a computer, but I don't think it will make a difference.
I'm not active peeps. I've moved on it life, so to say, managing a game community with over a million players. I hope you enjoy my maps, meshes, and presets I made in my time here.

I might be on like once every few months, just to check in. But other than that, Bai!

Offline Ingredient

  • ~Dead men tell no tales~
  • Ancient Silver Mane
  • *****
  • Posts: 3,662
  • Country: 00
  • Floof-O-Meter: 366
    • Ingredient91
    • View Profile
Re: Winged Preset Troubles
« Reply #3 on: February 09, 2012, 12:22:41 am »
Only preset 11 and 12 seem to work with wings. So when you try bringing all the images into either one of those folders dont forgot to change the codes 8's to 11 or 12. Make sure you rename the images too.
Will be inactive due to work and exams.

Offline Eagleify

  • Dedicated Supporter
  • ***
  • Posts: 394
  • Floof-O-Meter: 22
  • I like your flagella.
    • View Profile
    • Eaglify's DeviantArt
Re: Winged Preset Troubles
« Reply #4 on: February 09, 2012, 03:58:35 am »
Hmmm.... easier said than done.

In normal FH, there are no Preset 11 and Preset 12 slots in the preset maker, so I can't select them.
In FH+, I have slots 11 and 12, but you can't add wings in the makers.

Sooo..... Help? XD
I'm not active peeps. I've moved on it life, so to say, managing a game community with over a million players. I hope you enjoy my maps, meshes, and presets I made in my time here.

I might be on like once every few months, just to check in. But other than that, Bai!

Offline Ouuka

  • Ramine's Nuudel
  • Community Champion
  • ****
  • Posts: 1,870
  • Country: ca
  • Floof-O-Meter: 76
  • Burp
    • Blue-Rakuen
    • SliferBeau
    • View Profile
    • Blue-Rakuen DA
Re: Winged Preset Troubles
« Reply #5 on: February 09, 2012, 05:38:34 am »
Ive made a preset with the wings working, especially got mine working for moving texture. It took me a few trys to get it working as well. Mines curretly on preset8. What i did was Actually make a copy of the wings i wanted to use from the texture folder. Edited on gimp what i wanted them to be, and then saved them as preset_8equip.png Everytime i used just a regualar image and attempted to use as wings it didnt work. Ill provide the coding i used, (mind you mine is moving texture, ill provide right after the codin g i know that should be used for wings. Also if you could post your coding, and explain how you edited the wings. Ive made hundreds of presets but sometimes catching the smllest mistakes is the hardest thing to do :)

My Moving texture Wing Coding:

material preset_8_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.010000 0.010000 0.010000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
texture_unit
{
texture preset_8equip.png
tex_address_mode wrap
filtering trilinear
}
texture_unit
{
texture preset_8equip.png
tex_address_mode wrap
filtering trilinear
colour_op alpha_blend
scroll_anim 0.0 0.1
}
}
}
}
material preset_8_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.010000 0.010000 0.010000 1.000000
emissive 0.000000 0.000000 0.000000 1.000000
texture_unit
{
texture preset_8equip.png
tex_address_mode wrap
filtering trilinear
}
texture_unit
{
texture preset_8equip.png
tex_address_mode wrap
filtering trilinear
colour_op alpha_blend
scroll_anim 0.0 0.1
}
}
}
}


Regular coding for normal wings and extra coding
http://www.mediafire.com/?mid3333eobzcotc

Hope this helps you :)