A Cross-Platform Save Management App
(This project is heavily WIP)
StarSync is an open-source easy to use save management application mainly made for Stardew Valley.
It includes a PHP backend, a functional website written in HTML and CSS, and native clients for Windows and Android written in C# and Java respectively.
(Many of the features have only been implemented in the C# client)
- Modern and Elegant UI (✔️)
- Save Uploading and Downloading (✔️)
- Save Synchronization (✔️)
- Automatic Save Synchronization (✔️)
- Save History Viewing (✔️ - 🔨)
- Save Restoration (❌ - 🔨)
- Save Deletion (✔️)
- Clone the repository
- Rename constants_np.php to constants.php
- Create your database (We plan to include the SQL query to create the DB in the future)
- Fill constants.php with your own data
- Upload the files to your webserver
- Edit the baseURL string in Common.cs (C# Client) so it matches your webserver
- Edit the baseURL string in other clients as they become available so it matches your webserver
- Compile the client(s)
- Have fun