• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Please help : How to export/import all?

Status
Not open for further replies.
Level 1
Joined
Dec 14, 2010
Messages
2
I need to import ALL on the map but not "the map" (i mean terrain etc)
just: obj, triggers, imported models with custom path, sounds used "has a sound", "custom gameplay constants",

Resumed: all exept the terrain, starting position, creeps...

How can i do this?


Thanks :)
 
Level 9
Joined
Oct 6, 2007
Messages
406
As far as I know, you can't export gameplay constants, or sounds (you have to re-import them in a new map). Objects, imported models with their custom paths are easy. Just export "all object data" in the object manager, and re-import it in the new map. Make sure to import your models first, so that the object data will be complete. Models must be re-imported manually, just like with sounds. Triggers, you can just copy the trigger and paste it.
 
Objects -> Export all object data
Triggers -> Export all trigger data
Imported Stuff -> Export All

Note: Import the imported stuffs first, then edit their paths (yes, you need to edit them again manually), then save the map (you might also need to restart WE or JNGP) before importing the object and trigger data...

for others, you need to manually do them (gameplay constants, sound variables, item tables, etc)...
 
Status
Not open for further replies.
Top