PDA

View Full Version : Multiple people working on one UDK map file?


haiddasalami
11-12-2010, 12:36 PM
Hey I was wondering if anyone knew if there was a way to have multiple people accessing the same UDK map file but saving it across all versions. Have a group level next semester but was researching stuff to have it ready before the holidays.

sprunghunt
11-12-2010, 12:42 PM
you can't just split your map into multiple streaming levels?

haiddasalami
11-12-2010, 12:53 PM
you can't just split your map into multiple streaming levels?

Sadly no. Its a pretty small map but would help a lot for example if like one of us is doing some environment work while someone is working on lighting etc. There must be a way as it seems something studios would need.

gsokol
11-12-2010, 01:14 PM
Its a pretty small map but would help a lot for example if like one of us is doing some environment work while someone is working on lighting etc. There must be a way as it seems something studios would need.

If its a small map for school, just have one person editing the map while other people build stuff.

Studios would typically have separate files and stream them in at runtime, so people can work on sections of a map as sprunghunt said.

Teams typically use some form of subversion control (perforce, SVN, etc..) to update/recieve latest work between other team members, but I don't see how it would even be possible to be working on the same file at the same time with somebody.

haiddasalami
11-12-2010, 01:25 PM
Hmm ah well. Thanks for the info :)

kdm3d
11-12-2010, 01:55 PM
You can have multiple sub levels for one level. The way we did this was have one level as a base level with nothing in it. Then have you geo level as a sub level, then have your lighting as a sub level, etc. You can access this through the content browser in the "levels" tab.

Neavah
11-12-2010, 02:12 PM
When I was in school we used tortoise SVN in big group projects, to upload and give access to all the assets and levels being worked on. They're particular steps to take in caution that no one over writes files/ deletes files from updating.

I don't recall a lot about SVN - so it might not be what your looking for.

Also We weren't using udk. and it seems there might be better ways to do what your asking (as other people have mentioned).

just throwing it out there though. :)

Lamont
11-13-2010, 04:59 AM
Go the sub-level route. Each asset type can be on the sub level, you can choose to load and save what sublevels you need. Just make sure to make the level active before saving.

haiddasalami
11-13-2010, 06:48 AM
Thanks for all the information. Will check out the sub-level route as it seems to be the way to go.

piippo
11-13-2010, 04:25 PM
I would prefer anything over SVN, like Mercurial(my favourite) or GIT.

00Zero
11-13-2010, 04:59 PM
why dont you try prefabs. you have you main geo prefab, then a lighting prefab. kinda like layers.