• Puzzle_Sluts_4Ever@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    1 year ago

    While I definitely allegedly have more roms and isos on my deck than I am likely to play in any reasonable time frame:

    There are a LOT of really bad guides for the deck out there that encourage people to install ninety bazillian pieces of software to transfer a file. Look in to just learning how ssh and scp/rsync work. Lets you manage all the files and the like from your primary PC while your deck is just turned on and charging. And WSL for Windows 10/11 means you don’t even need any “new” software on windows (let alone an OS with a native *nix component).

    I use nextcloud to sync game saves because that is a rare enough occurrence and I use a local nextcloud for other stuff on my network. But for games and even a lot of updates? Just turn the deck on and then go to my main PC. And if my nextcloud ever borks itself for the umpteenth time? I could whip up an rsync script that checks if the deck is on and on my network and synchronize saves if so (and then just set it to run once an hour).

    • paultimate14@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Ah I’ve looked into such things before and everything I found started with installing tons of extra software to customize the “gaming mode” UI first. So I landed on just using SMB. I tried adding Dolphin (the file browser, not the emulator) as a non-Steam game but it didn’t work on gaming mode. When I was younger and broker such software solutions were more attractive. A larger internal SSD is the more expensive, but also much simpler and more elegant solution for me. I DO wish there were more basic utilities like a file browser built into the gaming mode OS. And for all I know maybe Valve is looking into that.

      Also I use SyncThing to sync my saves: I like how it’s all just stored locally and works on Windows, Linux, and Android. And it works pretty well as a non-Steam game in gaming mode on the Deck.

      • Puzzle_Sluts_4Ever@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        edit-2
        1 year ago

        Yeah. ssh and rsync are built into linux (effectively). The difference is that you use those commands from a different computer. Default to the terminal in Mac and basically all flavors of Linux. Requires WSL for Windows (although I think powershell has equivalent commands).

        So rather than switch to desktop mode on the deck and possibly installing ninety other things, you just leave it on and then type a few commands on your primary PC.