Warcraft III resources & community, 2003–2006 · archived

Custom Fade Filter

7 posts
#1

Custom Fade Filter

I want to know how i can import a custom Fade filter
I need to know:

+ Pixel*pixel
+ .tga or . jpg or .blb ?
+ whatever i need to import this thing :wink:

cu M.0.D

(i used the Search funktion and i saw no result)
#2
256x256 or 512x512
.tga or .blp
#3
It don't work :cry:

Importmaneger: war3imported\fadetest.blp
Trigger:


fade
    Ereignisse
        Zeit - Elapsed game time is 5.00 seconds
    Bedingungen
    Aktionen
        Video - Turn cinematic mode Ein for (All players)
        Wait 2.00 seconds
        Video - Ausblenden over 1.00 seconds using texture FadeTest512x512.blp and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
        Wait 2.00 seconds
        Video - Einblenden over 1.00 seconds using texture FadeTest512x512.blp and color (0.00%, 0.00%, 0.00%) with 0.00% transparency



Is there someting wrong :?:
#4
remove the war3imported may help
#6
Try to set the colors to 100%
fade 
    Ereignisse 
        Zeit - Elapsed game time is 5.00 seconds 
    Bedingungen 
    Aktionen 
        Video - Turn cinematic mode Ein for (All players) 
        Wait 2.00 seconds 
        Video - Ausblenden over 1.00 seconds using texture FadeTest512x512.blp and color (100.00%, 100.00%, 100.00%) with 0.00% transparency 
        Wait 2.00 seconds 
        Video - Einblenden over 1.00 seconds using texture FadeTest512x512.blp and color (100.00%, 100.00%, 100.00%) with 0.00% transparency
#7
JEAH !

Thank you Illidan(Evil)X !

It works :D