Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Luckyluka17/MultiMod

Repository files navigation


MultiMod - Mods manager for Yuzu

Langue : 🇫🇷 Français - 🇬🇧 English

Warning

L'émulateur Yuzu n'est plus disponible. Ce dépôt est désormais archivé. Vous pouvez toujours télécharger le logiciel et l'utiliser si vous possédez un build de Yuzu.

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.

Buy Me A Coffee

Installation

👉 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.

Windows

  • Pack de fichiers (contient au moins un thème, et des extensions indispensables)
  • 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.

Linux

👉 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

Sources

Thèmes

👉 Important : Python 3 est nécessaire pour l'exécution du script.

Thèmes disponibles

  • native (Thème par défaut)

Installer un thème

# 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.

License (MIT)

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.

About

MultiMod est un outil permettant d'installer et de gérer des mods et des cheats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published