Jump to content

Leadworks & Perforce


Go to solution Solved by AggrorJorn,

Recommended Posts

  • Solution
Posted

It looks somewhat similar to SVN so you are good to go. Just remember that map files can't be merged, but code files are no problem. 

Other version systems that works well are SVN, git and mercurial.

Posted

Ah I see what you mean. The option to check out files works regardless of software you are using btw. Subversion and TeamFoundationService do the same thing. 

Leadwerks .map files are binary files which makes them impossible files to merge with text editors/mergers. If you use Git you can not exclusively checkout files, but work with local copies and having to to merge with an existing branch.

Posted

It means you can't have 2 or more people work on the same map at the same time and then merge them together like you can source files. So be careful if working in a team.

Posted

The only way maps could be merged would be a text file format, which means loading would be much slower. Terrain data and some other things would still have to be binary in a separate file because that would take forever to load from strings.

My job is to make tools you love, with the features you want, and performance you can't live without.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...