Synching game project files between computers

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
Foxley
Metal Slime
Posts: 832
Joined: Sat Nov 09, 2013 5:54 pm

Synching game project files between computers

Post by Foxley »

I was thinking of getting a cheap laptop so I can get a change of scenery while working on game stuff. Does anyone have any good, reliable methods that you personally like to use for synching .RPG files between desktop and laptop? I was thinking of just using Dropbox, but someone warned against storing project files in a synched Dropbox folder.
User avatar
Meowskivich
Blubber Bloat
Posts: 2199
Joined: Tue Mar 06, 2012 12:38 am
Location: Earth
Contact:

Post by Meowskivich »

flash drive. dirt cheap and easy to use as long as you have a USB port.
dOn'T MiNd mE! i'M jUsT CoNtAgIoUs!!!
Play Orbs CCG: http://orbsccg.com/r/4r6x :V
User avatar
RMSephy
Metal Slime
Posts: 356
Joined: Mon Dec 21, 2009 5:56 pm

Post by RMSephy »

I've started using Github recently to sync my ohr folder. Once you get the hang of it, it's great for keeping backups.
User avatar
Bob the Hamster
Liquid Metal King Slime
Posts: 7460
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

Yeah, version control is great for this. I keep all my games in subversion.

Use unlump to convert your rpg file into an rpgdir

The only problem you are likely to run into is if you make a bunch of changes on one computer, forget to push them, then go to the other computer, make a bunch more changes, and only then realize you forgot to push the first set of changes.
User avatar
BMR
Metal King Slime
Posts: 3310
Joined: Mon Feb 27, 2012 2:46 pm
Location: The Philippines
Contact:

Post by BMR »

Yeah, I'd go with version control as well. I use git to keep my stuff synchronized.
Being from the third world, I reserve the right to speak in the third person.

Using Editor version wip 20170527 gfx_sdl+fb music_sdl
User avatar
Foxley
Metal Slime
Posts: 832
Joined: Sat Nov 09, 2013 5:54 pm

Post by Foxley »

Thanks for the suggestions! I unfortunately haven't really heard much about version control or subversion but I may look into it when I get some free time.
User avatar
Mystic
Metal Slime
Posts: 322
Joined: Wed Jul 23, 2008 4:32 am

Post by Mystic »

How well does version control work?

Let's say I'm on a public computer and can access my bitbucket (via web or whatever else) - what can I do to work on a game without access to CUSTOM? Any way to change graphics? Text boxes?

Admittedly I don't know enough about the .bin files (I should probably change that) - but a lot of them are pretty specific in the location of various bits, so I wonder what is actually possible...
User avatar
Bob the Hamster
Liquid Metal King Slime
Posts: 7460
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

It wouldn't help you if you don't have access to custom, it would only help you synchronize work between 2 or more computers that have custom installed.
TMC
Metal King Slime
Posts: 4101
Joined: Sun Apr 10, 2011 9:19 am

Post by TMC »

Dropbox is fine, as long as you don't make changes on both computers before it syncs up. In my experience that gets confusing fast. It would be especially bad if you unlumped your .rpg file and ended up with conflicts.

I store all my games in git (as unlumped rpgs). It's especially useful to keep scripts in version control, of course.

There's a thread about the topic here and some more advanced information here. Someone should add a FAQ question on the wiki...
Post Reply