• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] CreateImage Issue

Status
Not open for further replies.
I imported Shadow Trail System in another map and tested it.

Different from the original test map, large black planes appeared below the shadow trail, which consists of images created with the function CreateImage (Please see attached image).

Could anyone tell me why these black planes appear and how to prevent them from showing?
 

Attachments

  • CreateImage Issue.png
    CreateImage Issue.png
    1.1 MB · Views: 77
I suggest the following.
  1. Make sure the system is imported correctly. This also means that all custom assets it requires are also imported, at the correct file paths and not corrupted.
  2. Restart computer (not shutdown as that is often hybrid shutdown) as some times GPU drivers end up in a bugged state resulting in missing graphics in WC3.
 
The system requires no imports, other than codes, so I am positive that I imported it correctly. Importing it was a simple task.

Restarting my computer did not help. The black planes remain.

EDIT: Imported the GUI examples into my test map and tested them. No blacks planes showed up with them. Therefore, I must be using the system incorrectly in my JASS spell.

EDIT EDIT: I have no other clue as to why the GUI example works as intended but not the vJASS spell. Tested with same settings as the GUI one, yet black planes still show up.
 
Last edited:
The API calls made are different in the vJASS from the GUI template. Try setting them exactly the same and checking if it works. If it does work then that means that the way the ability is using the API is incorrect. If it does not work then there must be some conflict with something the vJASS ability does and the system.
 
Status
Not open for further replies.
Back
Top