• 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.

Images?

Status
Not open for further replies.
Level 9
Joined
Aug 27, 2004
Messages
471
I have been trying out the "image" function... But i cant get it to do anything. I have a simple trigger:

Code:
Initialize
    Events
        Map initialization
    Conditions
    Actions
        Camera - Apply Camera 001 <gen> for Player 1 (Red) over 0.00 seconds
        Image - Create an image using ReplaceableTextures\CommandButtons\BTNMarkOfFire.blp of size 500.00 at (Center of Imagetest1 <gen>) with Z offset 40.00 using image type Indicator
        Image - Show (Last created image)
This doesnt do anything, the camera is right above the region... i dont get it... ?
 
Level 10
Joined
Jul 2, 2004
Messages
690
maybe you should take a look at blizzard's. try The Death Sheep or Azeroth Grand Prix. they have image triggers. 8)
 
Level 7
Joined
May 6, 2005
Messages
390
No those maps have cinematic filter.

I never really worked with images before, but try setting its render always state to true, if I don't remember wrong it should work then.
 
Level 6
Joined
Sep 17, 2005
Messages
276
well... bad that i have no acces to WE this momemt but perhaps the file format you have to use is tga...

or it could be that there is a function like (image-show image to ...) like it is with multiboard where after creating it you have to set to whom it is showed. (just an idea :wink: )
 
Status
Not open for further replies.
Top