Skip to content

Commit 56c09d9

Browse files
committed
Update README
1 parent 24d2414 commit 56c09d9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README-FR.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,18 @@ Voici la liste des fonctionnalités disponibles:
5959
* Apprivoiser toutes les créatures proches
6060
* Poids illimité pour l'inventaire
6161
* Craft instantané
62+
* Supprimer ses tombes
63+
* Changer la distance d'intéraction
6264
* **Entités et objets**
6365
* Faites apparaitre n'importe quel entité/objet
6466
* Supprimer tous les drops à proximité
6567
* Une interface est disponible pour vous ajouter n'importe quel objet dans votre inventaire
68+
* **Modificateur de Terrain**
69+
* Mettre à niveau
70+
* Abaisser
71+
* Augmenter
72+
* Annuler les modifications
73+
* Lisser le terrain
6674
* **Autres**
6775
* Infligez des dégâts à un joueur (ignore le mode non-pvp)
6876
* Tuez tous les monstres
@@ -111,6 +119,7 @@ Ce fichier vous permet de modifier les paramètres suivants:
111119
- Changer la touche qui permet d'afficher/cacher l'outil, par défaut sur la touche Delete
112120
- Choisir d'afficher l'outil lorsqu'il démarre, actif par défaut
113121
- Choisir la langue d'affichage du programme, auto par défaut (en fonction de la langue du jeu)
122+
- Choisir des raccourcis clavier pour certaines fonctionnalités
114123

115124
## Contribution
116125

@@ -124,4 +133,6 @@ Un fichier de contribution plus complet arrivera sous peu...
124133
* De gros merci à [wh0am15533](https://github.com/wh0am15533) pour son outil [Unity Runtime DevTools](https://www.unknowncheats.me/forum/unity/388951-unity-runtime-devtools-v1-01-a.html) d'où j'ai récupérer quelques morceaux de code pour le chargement au runtime de ressources présentes dans mon assembly et sa mise à jour du [SharpMonoInjector](https://github.com/wh0am15533/SharpMonoInjector)
125134
* Merci à [KillerGoldFisch](https://github.com/KillerGoldFisch) pour sa proposition de mettre cet outil sous forme de mod pour BepInEx ainsi que [son code d'exemple]((https://github.com/KillerGoldFisch/ValheimToolerLoaderMod)) pour la mise en place de ce plugin
126135
* Merci à [themaoci](https://github.com/themaoci) pour son travail permettant de refaire une partie des fonctionnalités via le patching ainsi que l'ajout de nouvelles fonctionnalités comme: l'auto-marquage sur la minimap des dépôts, le craft instantané et la téléportation avec objets interdits
136+
* Merci au [mod Gungnir](https://github.com/zambony/Gungnir) pour le code concernant la modification de terrain
137+
* Merci à [BepInEx](https://github.com/BepInEx/BepInEx) pour le système de configuration réutilisé dans ce code
127138
* Pleins de bisous à [BastienMarais](https://github.com/BastienMarais) pour son aide pendant la phase de développement pour m'avoir aidé à tester certaines fonctionnalités et m'avoir donné de nouvelles idées !

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,18 @@ Here is the list of features offered by this tool:
5858
* Tame all nearby creatures
5959
* Unlimited weight for inventory
6060
* Fast crafting
61+
* Remove your tombstones
62+
* Change the interaction distance
6163
* **Entities & Items**
6264
* Spawn any entity
6365
* Delete all drops on the ground
6466
* An Item Giver to add any item you want in your inventory
67+
* **Terrain Shaper**
68+
* Level terrain
69+
* Lower terrain
70+
* Raise terrain
71+
* Reset modifications
72+
* Smooth terrain
6573
* **Miscellaneous**
6674
* Inflict damage to a player (ignores the no-pvp mode)
6775
* Kill all entities except players
@@ -108,6 +116,7 @@ This file allows you to modify the following parameters:
108116
- Change the key that displays/hides the tool, defaulting to the Delete key
109117
- Choose to show the tool when it starts, default is active
110118
- Choose the display language of the program, auto by default (depending on the game language)
119+
- Set up keyboard shortcuts for some features
111120

112121
## Contributing
113122

@@ -121,4 +130,6 @@ A more complete contributing file will arrive soon...
121130
* Many thanks to [wh0am15533](https://github.com/wh0am15533) for its [Unity Runtime DevTools](https://www.unknowncheats.me/forum/unity/388951-unity-runtime-devtools-v1-01-a.html) utility from which I got some parts related to resource loading in the assembly and its [SharpMonoInjector](https://github.com/wh0am15533/SharpMonoInjector) update
122131
* Thanks to [KillerGoldFisch](https://github.com/KillerGoldFisch) for his proposal to put this tool as a mod for BepInEx as well as [his example code](https://github.com/KillerGoldFisch/ValheimToolerLoaderMod) for the implementation of this plugin
123132
* Thanks to [themaoci](https://github.com/themaoci) for his work allowing to redo a part of the functionalities via patching as well as the addition of new functionalities such as: auto-marking on the minimap of deposits, instant crafting and teleportation with forbidden items
133+
* Thanks to [the Gungnir mod](https://github.com/zambony/Gungnir) for the Terrain Shaper
134+
* Thanks to [BepInEx](https://github.com/BepInEx/BepInEx) for the configuration system reused in this code
124135
* Many thanks to [BastienMarais](https://github.com/BastienMarais) for his precious help during the development phase for his tests and feature ideas!

0 commit comments

Comments
 (0)