Skip to content

Commit

Permalink
Merge pull request #1 from Faraphel/dev
Browse files Browse the repository at this point in the history
new pre-release v0.3
  • Loading branch information
Faraphel authored May 27, 2021
2 parents e0ffdc0 + 8fc58e6 commit 4799e13
Show file tree
Hide file tree
Showing 98 changed files with 340 additions and 14,426 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,32 @@
/.idea/vcs.xml
/file/CTFILE.txt
/file/tracks.bmg.txt
/test/Common_I.txt
/test/Common.bmg
/test/Common.txt
/test/file/Common_E.txt
/test/Common_E.txt
/test/Common_F.txt
/test/Common_G.txt
/test/Common_RE.txt
/test/Common_RF.txt
/test/Common_RG.txt
/test/Common_RI.txt
/test/Common_RS.txt
/test/Common_S.txt
/test/file/CTFILE.txt
/file/RCTFILE.txt
/file/strapA_16_9_832x456es.png
/file/strapA_16_9_832x456fr.png
/file/strapA_16_9_832x456de.png
/file/strapA_16_9_832x456en.png
/file/strapA_16_9_832x456ge.png
/file/strapA_16_9_832x456it.png
/file/strapA_608x456de.png
/file/strapA_608x456en.png
/file/strapA_608x456es.png
/file/strapA_608x456fr.png
/file/strapA_608x456ge.png
/file/strapA_608x456it.png
/file/ct_icons.tpl.png
/build/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Cet outil vous permet d'installer Mario Kart Wii Faraphel sans avoir à modifier

## Prérequis
- Une ROM de Mario Kart Wii dumpé depuis votre console avec votre propre copie (en CISO, ISO, WBFS, FST (Dossier))
- L'installateur disponible dans https://github.com/Faraphel/MKWF-Install/releases en dans MKWF.v0.1.zip en .exe,
ou utiliser la source si vous avez python 3.8 et la librairie requests
- L'installateur disponible dans https://github.com/Faraphel/MKWF-Install/releases -> MKWF.vX.X.zip en .exe,
ou utiliser la source si vous avez python 3.8 et la librairie requests ainsi que pillow

## Installations
- Lancer l'application MKWF-Install.exe / MKWF-Install.py
- Sélectionner la ROM de votre jeu
- Appuyez sur "Extraire le fichier", qui va copier votre jeu dans un dossier nommé MKWiiFaraphel
- Une fois le fichier extrait, appuyez sur "Préparer les fichiers", cela va convertir beaucoup de fichiers,
comprenant les textes, les textures, les fichiers des menus, certains items et les courses. Cela peut prendre
beaucoup de temps (30min-1h) ! Cette opération n'a besoin d'être faite qu'une seule fois
un certains temps (environ 15min). Cette opération n'a besoin d'être faite qu'une seule fois
- Une fois les fichiers prêt, vous pouvez choisir le format de sortie du jeu (ISO, CISO, WBFS, FST (Dossier))
et appuyez sur "Installer le mod". Après cette opération, une notification va apparaître vous informant
que l'installation est terminée
Expand Down
5 changes: 4 additions & 1 deletion Updater/Updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@

except Exception as e:
print(f"Impossible d'effectuer la mise à jour :\n\n{str(e)}")
input("Appuyez pour continuer...")
input("Appuyez pour continuer...")

# TODO: Use requests.get("https://api.github.com/repos/Faraphel/MKWF-Install/git/trees/master?recursive=1") to avoid
# redownloading the same files again and again
14 changes: 1 addition & 13 deletions convert_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,5 @@
"strapB_608x456it.png": "TEX.RGB565",
"savebanner.tpl.png": "TPL.RGB565",
"ct_icons.tpl.png": "TPL.CMPR"
},
"bmg": [
"Common_E.txt",
"Common_F.txt",
"Common_G.txt",
"Common_I.txt",
"Common_S.txt",
"Common_RE.txt",
"Common_RF.txt",
"Common_RG.txt",
"Common_RI.txt",
"Common_RS.txt"
]
}
}
Loading

0 comments on commit 4799e13

Please sign in to comment.