mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 11:48:22 +02:00
commit
c6f2c5b143
2 changed files with 34 additions and 3 deletions
33
README.md
33
README.md
|
@ -1,4 +1,6 @@
|
||||||
# MKWFaraphel Installateur
|
# MKWFaraphel Installateur / MKWF Installer
|
||||||
|
<details><summary>Français</summary>
|
||||||
|
|
||||||
Cet outil vous permet d'installer Mario Kart Wii Faraphel sans avoir à modifier tous les fichiers 1 par 1.
|
Cet outil vous permet d'installer Mario Kart Wii Faraphel sans avoir à modifier tous les fichiers 1 par 1.
|
||||||
Pour plus d'information, vous pouvez regarder le [wiki du projet](https://github.com/Faraphel/MKWF-Install/wiki)
|
Pour plus d'information, vous pouvez regarder le [wiki du projet](https://github.com/Faraphel/MKWF-Install/wiki)
|
||||||
ou rejoindre le [discord du mod](https://discord.gg/HEYW5v8ZCd).
|
ou rejoindre le [discord du mod](https://discord.gg/HEYW5v8ZCd).
|
||||||
|
@ -23,3 +25,32 @@ Une fois cela fait, vous pouvez lancer votre jeu avec Dolphin ou depuis votre Wi
|
||||||
L'ID du jeu est RMCP60 si vous n'avez pas choisi comme format de sortie FST.
|
L'ID du jeu est RMCP60 si vous n'avez pas choisi comme format de sortie FST.
|
||||||
|
|
||||||
Si vous rencontrez un problème avec l'installateur, envoyez-moi un mp sur discord à Faraphel#5846
|
Si vous rencontrez un problème avec l'installateur, envoyez-moi un mp sur discord à Faraphel#5846
|
||||||
|
</details>
|
||||||
|
|
||||||
|
|
||||||
|
<details><summary>English</summary>
|
||||||
|
|
||||||
|
This tools allow you to install Mario Kart Wii Faraphel without having to edit each file manually.
|
||||||
|
For more information, you can look at the [wiki](https://github.com/Faraphel/MKWF-Install/wiki)
|
||||||
|
or join the [mod's discord](https://discord.gg/HEYW5v8ZCd)
|
||||||
|
|
||||||
|
## Prérequis
|
||||||
|
- A Mario Kart Wii file dump from your own console with your own copie (in CISO, ISO, WBFS, FST (Directory))
|
||||||
|
- The installer available in https://github.com/Faraphel/MKWF-Install/releases -> MKWF.vX.X.zip in .exe,
|
||||||
|
or you can use the source if you have python 3.8, requests and pillow.
|
||||||
|
|
||||||
|
## Installations
|
||||||
|
- start MKWF-Install.exe / MKWF-Install.py
|
||||||
|
- Select game file
|
||||||
|
- Press "Extract file", that'll extract the game in a directory named MKWiiFaraphel
|
||||||
|
- Once the file extracted, press "Prepare files". This is going to convert many files,
|
||||||
|
including texts, textures, menus files, items and tracks. This can take a while
|
||||||
|
(approximately 15min). This only need to be done one time.
|
||||||
|
- Once files are ready, you can choose the game extension output (ISO, CISO, WBFS, FST (Directory))
|
||||||
|
and press "Install mod". Once the mod is installed, a notification will appear.
|
||||||
|
|
||||||
|
You can now play the game with Dolphin, or on your Wii with a Homebrew.
|
||||||
|
The game ID is RMCP60 if output format isn't FST.
|
||||||
|
|
||||||
|
If you find a problem with the program, please contact me on discord at Faraphel#5846
|
||||||
|
</details>
|
||||||
|
|
2
version
2
version
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "0.4",
|
"version": "0.4",
|
||||||
"subversion": "0",
|
"subversion": "0",
|
||||||
"changelog": "- Une coupe etait dupliquee\n- Les courses "(Vide)" ont ete remplace par des courses sans nom pour eviter des problemes de traductions\n- Ajout de 350 courses (total : 760 -> 1100) originaux non comptes",
|
"changelog": "- Une coupe etait dupliquee\n- Les courses (Vide) ont ete remplace par des courses sans nom pour eviter des problemes de traductions\n- Ajout de 350 courses (total : 760 -> 1100) originaux non comptes",
|
||||||
"download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.4/MKWF.v0.4.zip",
|
"download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.4/MKWF.v0.4.zip",
|
||||||
"updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip"
|
"updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue