• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Custom Fade Filter

Status
Not open for further replies.
Level 1
Joined
Jul 23, 2006
Messages
4
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)
 
Level 1
Joined
Jul 23, 2006
Messages
4
It don't work :cry:

Importmaneger: war3imported\fadetest.blp
Trigger:

Code:
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 :?:
 
Level 1
Joined
Jul 23, 2006
Messages
4
Lol, there is something wrong with the worldedit
or with my pc ...



in a few days the fade filter will work, I hope :lol:
 
Try to set the colors to 100%
Code:
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
 
Status
Not open for further replies.
Top