1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00

Merge branch 'version-2' of https://github.com/YunoHost-Apps/minetest_ynh into version-2

This commit is contained in:
Éric Gaspar 2024-01-08 13:40:15 +01:00
commit 83ef292e2b
2 changed files with 2 additions and 52 deletions

View file

@ -23,32 +23,7 @@ Minetest is a free open-source voxel game engine with easy modding and game crea
## Screenshots
![Screenshot of Minetest](./doc/screenshots/1.jpg)
## Disclaimers / important information
## Configuration
How to configure this app: by SSH
## Additional information
* Migration from old package
* You cant migrate directly with an update.
* Before installing the new package you need to download this folder from your server `/var/games/minetest-server/.minetest/worlds/world` (this folder contains all world data)
* Uninstall the old package `sudo yunohost app remove minetest`
* Install the new one `sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh`
* Stop Minetest service `sudo systemctl stop minetest`
* Copy the folder you have copied before in `/home/yunohost.app/minetest/.minetest/worlds`
* Start the Minetest service `sudo systemctl start minetest`
* Installing mods
* For installing mods you need to create a `worldmods` folder in `/home/yunohost.app/minetest/.minetest/worlds/world/`
* Clone the repo of the mod in this folder (ex: `git clone https://github.com/minetest-mods/mesecons`)
* Edit `/home/yunohost.app/minetest/.minetest/worlds/world/world.mt` and add at the end `load_mod_mesecons = true`
* Restart Minetest with `sudo systemctl restart minetest`
* The mod is now installed :)
![Screenshot of Minetest](./doc/screenshots/screenshot.jpg)
## Documentation and resources

View file

@ -23,32 +23,7 @@ Minetest est un moteur de jeu voxel open-source avec modding et création de jeu
## Captures décran
![Capture décran de Minetest](./doc/screenshots/1.jpg)
## Avertissements / informations importantes
## Configuration
Comment configurer cette application : par SSH
## Renseignements supplémentaires
* Migration de lancien paquet
* Vous ne pouvez pas migrer directement avec une mise à jour.
* Avant dinstaller le nouveau paquet, vous devez télécharger ce dossier depuis votre serveur `/var/games/minetest-server/.minetest/worlds/world` (ce dossier contient toutes les données des mondes)
* Désinstallez lancien paquet `sudo yunohost app remove minetest`
* Installez le nouveau `sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh`
* Stoppez le service Minetest `sudo systemctl stop minetest`
* Copiez le dossier que vous avez copié auparavant dans `/home/yunohost.app/minetest/.minetest/.worlds`
* Démarrez le service Minetest `sudo systemctl start minetest`
* Installation des mods
* Pour installer des mods, vous devez créer un dossier `worldmods` dans `/home/yunohost.app/minetest/.minetest/worlds/world/`
* Clonez le repo du mod dans ce dossier (ex : `git clone https://github.com/minetest-mods/mesecons`)
* Éditez `/home/yunohost.app/minetest/.minetest/worlds/world/world/world.mt` et ajoutez à la fin `load_mod_mesecons = true`
* Redémarrez Minetest avec `sudo systemctl restart minetest`
* Le mod est maintenant installé :)
![Capture décran de Minetest](./doc/screenshots/screenshot.jpg)
## Documentations et ressources