• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Copying heros from one map to another?

Status
Not open for further replies.
Level 3
Joined
Mar 1, 2008
Messages
19
Hi i want to copy all the heros from one of my mmaps onto another one. theres like 20heros and its very annoying doing it one by one. i was wondering if i can copy all 20heros together at one time? or at least 2-5 at once. thnx
 
Level 21
Joined
Aug 21, 2005
Messages
3,699
1) a way to speed up the process is copying all heroes to the campaign object data (in a new campaign window), then opening the new map, then copying every hero in the campaign window to the new map. Saves you some time from switching through both maps...

2) Jass Newgen pack (check wc3c for a download mirror) has an object merger. No clue how it works (never actually needed it), but I guess it could be helpful for you.
 
Level 19
Joined
Aug 24, 2007
Messages
2,888
it tranfers all data (with repleacing old ones)

NewGen can import/export specify units I guess
 
Status
Not open for further replies.
Top