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!
i am working on a map project where i want to import units from a different map but, how can i copy multiple units quicly without overwriting the units already in the map.
Sry fo dissapointing u but this questions is asked so many times xD. U cannot, u must copy it one by one, or u can copy them all in same time with exporting object data, but that will desrroy all other things.
First, export your unit datas (File -> Export unit datas). It will create a file with .w3u extension.
Then open your other map and put this vJass line somewhere in the script :
JASS:
//! external ObjectMerger i <File path>
And replace <File path> by the .w3u file path ("C:\UnitDatas.w3u" for example).
Then save your map, close it and reopen it and it should be done.
If you have problems with external call, check up your jasshelper.conf file (it's inside the "jassnewgenpack5d\jasshelper" directory) and put those lines :
i dont want to risk being sued by blizzard for using a third party program. i would prefer if it was done the right way. blizzard seem to be working on a patch at the moment and that could completely prevent vjass from working.(i have found a test server on battle.net.) my pc is a bit slow at the moment so switching between maps takes a while. is there a way to access the exported things by importing them into the import manager.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.