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
To install a plugin just copy it in the "Plugins" folder.
54
56
If you want to develop your own plugin just learn from the code of the [Sample Plugins](https://github.com/KN4CK3R/ReClass.NET-SamplePlugin) and [Frostbite Plugin](https://github.com/KN4CK3R/ReClass.NET-FrostbitePlugin) repositories. If you have developed a nice plugin, leave me a message and I will add it to the list above.
55
57
56
58
## Installation
57
-
Just download the [latest version](https://github.com/KN4CK3R/ReClass.NET/releases) and start the x86 / x64 version.
59
+
Just download the [latest version](https://github.com/KN4CK3R/ReClass.NET/releases) and start the x86 / x64 version or let the launcher decide.
58
60
59
61
## Tips
60
62
- Lots of elements have a context menu. Just right-click it and see what you can do there.
@@ -69,7 +71,7 @@ Just download the [latest version](https://github.com/KN4CK3R/ReClass.NET/releas
69
71
Valid operations are read ([..]), add (+), sub (-), mul (*) and div (/). Please note that all operations are integer calculations.
70
72
71
73
## Compiling
72
-
If you want to compile ReClass.NET just fork the repository and open the ReClass.NET.sln file.
74
+
If you want to compile ReClass.NET just fork the repository and open the ReClass.NET.sln file with Visual Studio 2017.
73
75
Compile the project and copy the dependencies to the output folder.
0 commit comments