• 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 faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Importing Oject Data

Status
Not open for further replies.
Level 4
Joined
Jul 15, 2009
Messages
72
I tried the merge of object data long ago with NewGen and it must overwrite data, maybe i did something wrong?
 
Level 26
Joined
Aug 18, 2009
Messages
4,099
To merge object data there are three different modes available how collisions can be handled. Each of them is available from the menu as well as from vJASS external calls.

  • m merge changes for objects with the same rawcode, this is the default (Extensions\Merge Object Editor Data)
  • r replace existing objects with the imported objects in case of equal rawcodes (Extensions\Replace Object Editor Data)
  • i a clean import, that generates new ids for imported objects if their id is already used (Extensions\Import Object Editor Data)

These 3 options are also available in the GUI (merge, replace, import).
 
Status
Not open for further replies.
Top