#How do i collaborate on a csgo map in hammer?
1 messages · Page 1 of 1 (latest)
you could set up a github repo and have the vmf on that then every time you edit the vmf you push your changes to git then the person you colab with would pull the vmf before making his edits then push his changes to git when done , you have to remember to pull the vmf before doing edits and push changes changes so it always up to date , there are others like gitlab but i'm use to github and use fork to pull and push the files to it
where do i get the vmf
you make it
you might want to know the first thing about mapping before you start to worry about github tho
github is better for this i think
it really doesn't matter for csgo/source maps, I just have always found auto-syncing folders much better for collaboration
its also what most other people use for it
Another suggestion is having sections of the map as visgroups
that way, one can say "hey, I'm working on group C", and then one of you is responsible of putting everything together. Did a collab like that once
auto-syncing, in my opinion, would be a bad idea, unless you are working with instances, as it could overwrite the other person's work