-
Notifications
You must be signed in to change notification settings - Fork 3
Modernised website for easier use #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Joseleelsuper
wants to merge
25
commits into
fsih:gh-pages
Choose a base branch
from
Joseleelsuper:gh-pages
base: gh-pages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
cf6cb32
Refactor: change route of script.
Joseleelsuper 1cb9658
Img: Add script use case diagram
Joseleelsuper 5c13c59
feat: Implement Stardew Valley Host Swap Tool with modular architecture
Joseleelsuper 8978722
feat: Enhance Stardew Valley Host Swapper UI with new layout and styling
Joseleelsuper 213e731
Refactor and translate codebase for Stardew Valley Host Swap Tool
Joseleelsuper 19acac8
fix: Update comments in styles.css for clarity and consistency
Joseleelsuper 3010026
feat: Add favicon to the index.html for improved branding
Joseleelsuper 0804eda
refactor: Simplify ZIP folder structure and remove unnecessary subfol…
Joseleelsuper 6db6aa5
feat: Add README files for main tool and module structure documentation
Joseleelsuper 9c353da
chore: Update favicon link in index.html to use direct URL
Joseleelsuper 25f8e4d
Fix: Now the files content are replaced.
Joseleelsuper b7f2180
feat: Implement unique ID swapping between host and farmhand during s…
Joseleelsuper d2421e8
feat: Update issues fixed section in index.html with recent fixes and…
Joseleelsuper 0677722
Fix: Solved issue where the error message do not vanish when upload a…
Joseleelsuper 5f91d19
feat: Add responsive section divider with styling for improved layout
Joseleelsuper 421dec5
feat: Add copy section with tabs and functionality for direct file co…
Joseleelsuper 008bfe9
feat: Add clarification on ZIP file upload detection in issues fixed …
Joseleelsuper 048126b
chore: marked the host load screen as fixed.
Joseleelsuper a493bf4
chore: Now the OR separator is a circle.
Joseleelsuper 3dc3b34
feat: Implement BOM removal in file handling and clipboard functions
Joseleelsuper 05757a5
fix: There was an error that could cause the game do not recognice th…
Joseleelsuper b76c3b9
feat: Add note about farmers unable to become host due to missing tags
Joseleelsuper 8979a5a
fix: Update error messages and improve clarity on host transfer issues
Joseleelsuper 243c3ab
feat: More bugs fixed in the transfer of important data in the tags o…
Joseleelsuper 038daed
feat: Now the host keeps his dating or married status instead of the …
Joseleelsuper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| # Stardew Valley Host Swap Tool | ||
|
|
||
| A web-based tool for changing the host of Stardew Valley multiplayer save files. This allows farmhands to become the host of a farm, enabling them to play the save file without the original host present. | ||
|
|
||
| ## Features | ||
|
|
||
| - **Modern UI**: Clean, responsive interface with drag-and-drop functionality | ||
| - **ZIP File Support**: Upload your entire save folder as a ZIP file | ||
| - **Save File Backups**: Creates backup copies of your save files automatically | ||
| - **Character Selection**: Visual selection of the new host character | ||
| - **Download Modified Files**: Get a complete ZIP with the modified save files | ||
| - **Legacy Mode**: Still supports the original text paste method for backward compatibility | ||
|
|
||
| ## How It Works | ||
|
|
||
| 1. **Upload your save folder as a ZIP**: The tool expects a ZIP containing your save folder with the main save file, SaveGameInfo, and optionally AdditionalCropData | ||
| 2. **Select a new host**: Choose which farmhand character should become the new host | ||
| 3. **Download modified files**: Get a ZIP with the modified save files, including backups | ||
|
|
||
| ## Technical Details | ||
|
|
||
| The tool modifies several parts of the save files: | ||
|
|
||
| 1. In the main save file: | ||
| - Swaps the `<player>` and `<farmhand>` tags between the current host and the selected farmhand | ||
| - Transfers important event flags, mail, and house upgrade information | ||
|
|
||
| 2. In the SaveGameInfo file: | ||
| - Updates the character information to match the new host | ||
|
|
||
| ## Development | ||
|
|
||
| This tool uses: | ||
| - JSZip for ZIP file handling |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could add your new fixes here, like house upgrade level
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes sir. 🫡