• 🏆 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!

Working on a map as a team // Using Neodex

Status
Not open for further replies.
Level 9
Joined
Mar 27, 2009
Messages
309
Hey everyone,

I'm wondering how I would work on a single map with 4 people at the same time?

I assume one perosn could create the terrain, and the triggers and other assets could be copied in?


Also, I've always wanted to make custom models for Warcraft 3. I assume I need Max 9, which I have, but Ive always been so lost as to how to use neodex.

Porting models to sc2 is sooo much easier :d
 

Dr Super Good

Spell Reviewer
Level 63
Joined
Jan 18, 2005
Messages
27,188
Unlike SC2 (especially LotV which is said to add a "merge" feature) there is no easy way to manage maps in a team way. All files being binary in WC3 does not help.

You either need to write a "merge" program for each file WC3 uses or you need to write a converter program that can take in a map and produce text files describing it (and visa versa). That way you can then use source code managed tools to manage the map and people can merge in changes even made in parallel.

Otherwise you are stuck with someone constantly having to import all the changes down in parallel.
 

Zwiebelchen

Hosted Project GR
Level 35
Joined
Sep 17, 2009
Messages
7,236
This is basicly what I did back in the days when I still had a team working on Gaias:

- upload your newest map release to a cloud service like Dropbox
- if someone does terrain changes, he should get "map priority", as terrain is the only thing that is hard to copy & paste
- object data can be imported/replaced easily, so if someone is f.ex. working on items only, then he can create a copy of the map, edit items and then export all item settings from the object manager
- external files can be imported easily aswell, so you can have unlimited team members working on models/skins 24/7
- scripts and triggers can also be imported and merged easily, so you can have someone working on that externally aswell, however, there's one caveat:
preplaced unit variables will lose their reference if imported in a different map - all these variables need to be reassigned after importing triggers


However, the easiest solution to have a team working on a map is if you are working in different time zones. We had the luck that our terrainer (when Gaias still had one) was basicly from the opposite side of the globe, so our working hours never overlapped.
 
Status
Not open for further replies.
Top