WIP
Note: This is a "vibe coded" project, created dynamically through an AI pair programming session.
This application allows you to convert save files for Digimon Story Time Stranger between the PC and Nintendo Switch versions.
PC to Switch save conversion is untested because not all DLC has been released for the Switch version of the game yet. Please proceed with caution and always back up your original saves!
- Launch the application (either run the executable or run from source).
- Use the UI to select your conversion direction:
- Switch to PC: Convert a Nintendo Switch JKSV backup folder into PC save files.
- PC to Switch: Convert PC save files into a Nintendo Switch JKSV backup ZIP file.
- Provide the necessary files/folders:
- Input Folder: Select the folder containing your original save files.
- Output Folder: Select the folder where you want the converted saves to be placed.
- Original Switch Backup ZIP (Only for PC to Switch): Select your original, unmodified Switch backup ZIP. This is required as a template to pack the converted saves into.
- Click Convert and wait for the process to finish. The app will notify you when conversion is successful and where to find your files.
If you want to run or build the application from source, you will need to have Node.js installed.
- Clone or download this directory.
- Open a terminal in the project directory.
- Install the dependencies by running:
npm install
To start the app in development mode without building:
npm startTo build the standalone executables for Windows and Linux:
- Make sure you have installed the developer dependencies:
npm install --save-dev electron-builder
- Run the build command (if configured in package.json):
Alternatively, run electron-builder directly:
npm run build
npx electron-builder --linux --win
The compiled executables will be generated in the dist folder.
0 comments
log in to comment.