On Win/Mac it's possible to point your carts and high scores folders (in the pico-8 config) to a shared dropbox folder so you can keep your games collection and saves synced across multiple devices. Does anyone know how to do this with a ClockworkPi Gameshell?
I have create a symlink to a folder located in dropbox successfully. Recently I have been storing my carts in git and simply creating a git project in a sub-directory of my carts folder. It has worked out easier for me.
That's great. I don't suppose you have an example? I'm not really a linux expert, and you might be able to save me some time. Also, I imagine that you don't use git for cart saves as well?
On all versions, you can edit the config file to look for carts in a custom directory of your choosing, and also save screenshots and gifs in another custom directory. root_path in the config file is for carts, change the value to point to a path that’s saved in your dropbox! desktop_path is for screenshots/gifs.
[Please log in to post a comment]