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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,4 +123,5 @@ Un fichier de contribution plus complet arrivera sous peu...
123
123
* Un merci aux forums [Guided Hacking](https://guidedhacking.com/threads/how-to-hack-unity-games-using-mono-injection-tutorial.11674/) et [Unknown Cheats](https://www.unknowncheats.me/forum/unity/285864-beginners-guide-hacking-unity-games.html) pour leurs tutoriels m'ayant permis de m'initier au développement de cheat sur Unity
124
124
* 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
125
* 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
+
* 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
126
127
* 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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,4 +120,5 @@ A more complete contributing file will arrive soon...
120
120
* Thanks to the [Guided Hacking](https://guidedhacking.com/threads/how-to-hack-unity-games-using-mono-injection-tutorial.11674/) and [Unknown Cheats](https://www.unknowncheats.me/forum/unity/285864-beginners-guide-hacking-unity-games.html) forums for their tutorials that gave me the basics to design an injectable cheat
121
121
* 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
122
* 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
+
* 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
123
124
* 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