-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# GeronimoUpdater | ||
|
||
Updater for modpacks made by Flowyan or Chutoy, for Family Man members. | ||
|
||
### Flow of the app: | ||
First the app makes sure that Prism Launcher isn't running. If it is, it will show a warning and close the app. | ||
|
||
1. Choose directory of Prism Launcher / Auto picks the default one if it exists | ||
2. Choose a modpack from a list (gotten from GeronimoUpdater API) what to update | ||
3. Choose a version from a list for that specific modpack | ||
4. Check if the pack is in the instances directory | ||
5. User clicks the Download or "Geronimo!" button and the app starts doing stuff | ||
6. Download the version and place it into instances | ||
7. Take files from old version (options.txt, servers.dat etc.) and copy them to the new one | ||
8. Done! |