You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-FR.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,18 @@ Voici la liste des fonctionnalités disponibles:
59
59
* Apprivoiser toutes les créatures proches
60
60
* Poids illimité pour l'inventaire
61
61
* Craft instantané
62
+
* Supprimer ses tombes
63
+
* Changer la distance d'intéraction
62
64
***Entités et objets**
63
65
* Faites apparaitre n'importe quel entité/objet
64
66
* Supprimer tous les drops à proximité
65
67
* 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
66
74
***Autres**
67
75
* Infligez des dégâts à un joueur (ignore le mode non-pvp)
68
76
* Tuez tous les monstres
@@ -111,6 +119,7 @@ Ce fichier vous permet de modifier les paramètres suivants:
111
119
- Changer la touche qui permet d'afficher/cacher l'outil, par défaut sur la touche Delete
112
120
- Choisir d'afficher l'outil lorsqu'il démarre, actif par défaut
113
121
- 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
114
123
115
124
## Contribution
116
125
@@ -124,4 +133,6 @@ Un fichier de contribution plus complet arrivera sous peu...
124
133
* 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)
125
134
* 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
126
135
* 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
127
138
* 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 !
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,18 @@ Here is the list of features offered by this tool:
58
58
* Tame all nearby creatures
59
59
* Unlimited weight for inventory
60
60
* Fast crafting
61
+
* Remove your tombstones
62
+
* Change the interaction distance
61
63
***Entities & Items**
62
64
* Spawn any entity
63
65
* Delete all drops on the ground
64
66
* 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
65
73
***Miscellaneous**
66
74
* Inflict damage to a player (ignores the no-pvp mode)
67
75
* Kill all entities except players
@@ -108,6 +116,7 @@ This file allows you to modify the following parameters:
108
116
- Change the key that displays/hides the tool, defaulting to the Delete key
109
117
- Choose to show the tool when it starts, default is active
110
118
- Choose the display language of the program, auto by default (depending on the game language)
119
+
- Set up keyboard shortcuts for some features
111
120
112
121
## Contributing
113
122
@@ -121,4 +130,6 @@ A more complete contributing file will arrive soon...
121
130
* 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
122
131
* 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
123
132
* 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
124
135
* 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