Jump to content

Working on one mod with two computers


Asweez

Recommended Posts

I just got a laptop and I want to work on my mod from both my laptop and my desktop computer. I have tried using Google Drive, where I put the mod folder in Google Drive and eclipse accesses it from both computers. However, when I try to open up the folder in eclipse, nothing is there. Is there a better way of doing this or is there something I'm doing wrong? (I' prefer to keep using Google Drive, too)

 

Thanks

Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.

Link to comment
Share on other sites

If you want to work simulataneously on both computers and they are on same network, just share mod folder on one computer and select it on another.

If you want to work at different moments on different computers and have code synced, use github.

Link to comment
Share on other sites

I do exactly this -- switch from laptop to desktop. The best way is you should use Git or similar online revision control method. Basically, your code (and other files needed to build) are stored on github or bitbucket and then git keeps each of your computers in sync. It is the same way multiple programmers can work on same project from different computers.

 

I have a tutorial on setting this up. Instead of using git directly I recommend using a graphical interface that has embedded git called SourceTree. This is free, as is github. It isn't so hard to set up and is really useful. It also provides full revision control that allows you to revert mistakes, selectively merge, maintain common code for multiple versions of Minecraft, and so forth.

 

Here is the link to my tutorial: http://jabelarminecraft.blogspot.com/p/minecraft-forge-publishing-to-github.html

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Link to comment
Share on other sites

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.