So i have vintage story, and it’s not exactly on steam. I also have an ever changing list of mods and two gaming computers. I want to be able to have all my files from one update on the other and vice versa. What would be the best way to do this? my first thought was tortoiseSVN but i thought i would check and see if there’s a more modern approach

  • catloaf@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    I would be careful of any automated solution. It’s possible to get a sync conflict, and either two programs write to the same file and corrupt it, or one decides its version is newer when it isn’t, or any number of things.

    The safest thing to do would be to designate one of them to play the game, then use a remote tool like steam’s remote play so you’re actually always only playing on one computer.

    You could also link over the network with SMB to share the save location, but that also has conflict problems, because if you forget to close the game after playing for a few hours on the other, and save the first one, you’ve lost that progress.

    If you wanted manual control to avoid that, git honestly isn’t a bad option. Plus, you get versioning for free.