Langue : 🇫🇷 Français - 🇬🇧 English
Warning
Ce logiciel remplace YuzuCheatsManager, qui n'est plus mis à jour.
MultiMod est un outil permettant d'installer et de gérer des mods et des cheats. Il peut également intaller les derniers firmwares à jour.
ATTENTION : Le logiciel n'est pas fait pour supporter trop de jeux installés sur Yuzu. Pour un bon fonctionnement, nous vous recommandons d'avoir au maximum 20 à 25 jeux, vous pouvez bien évidemment dépasser cette limite, mais cela risque de causer quelques problèmes.
👉 Aide complémentaire : Consultez le wiki si vous souhaitez un tutoriel complet sur l'installation de l'outil, ou si vous recontrez des difficultés.
- Pack de fichiers (contient au moins un thème, et des extensions indispensables)
- Fichier compressé zip (recommandé) : Télécharger
- Fichier compressé rar : Télécharger
- Exécutable : Télécharger
👉 Bon à savoir : Si vous téléchargez le fichier .exe, vous ne pourrez pas le lancer en l'état. Il faudra installer au minimum un thème, pour cela, suivez ces instructions.
👉 Prérequis : Vous devez posséder python3 (généralement préinstallé) et git sur votre machine.
sudo apt install python3-pip
sudo apt install python3-tk
git clone https://github.com/Luckyluka17/MultiMod.git
cd MultiMod
python3 -m pip install -r requirements.txt
python3 -u theme_installer.py native
Utilisez la commande
python3 -u multimod.py
pour lancer le logiciel
- Cheats
- Mods
- Firmwares/keys
- Métadonnées des jeux
👉 Important : Python 3 est nécessaire pour l'exécution du script.
- native (Thème par défaut)
# Commande pour Linux
python3 -u theme_installer.py [nom du thème]
# Commande pour Windows
python -u theme_installer.py [nom du thème]
Remplacez [nom du thème] par le nom du thème que le script doit installer.
Copyright (c) 2023 Luckyluka17
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.