Skip to content

Commit fc3a7ec

Browse files
committed
Updated readme.
1 parent bcc72fe commit fc3a7ec

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: LoadBinaryPlugin.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
</EmbeddedResource>
8585
</ItemGroup>
8686
<ItemGroup>
87+
<None Include="README.md" />
8788
<None Include="Resources\icon.png" />
8889
</ItemGroup>
8990
<ItemGroup>

Diff for: README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
# ReClass.NET LoadBinaryPlugin
1+
# ReClass.NET LoadBinary Plugin
22
A plugin which allows ReClass.NET to load files from disk and use their contents.
33

44
## Installation
55
- Compile or download from https://github.com/KN4CK3R/ReClass.NET-LoadBinaryPlugin
66
- Copy the dll files in the appropriate Plugin folder (ReClass.NET/x86/Plugins or ReClass.NET/x64/Plugins)
77
- Start ReClass.NET and check the plugins form if the LoadBinary plugin is listed. Open the "Native" tab and switch all available methods to the LoadBinary plugin.
88
- The process selection will ask for a file to load.
9+
10+
## Compiling
11+
If you want to compile the ReClass.NET LoadBinary Plugin just fork the repository and create the following folder structure. If you don't use this structure you need to fix the project references.
12+
13+
```
14+
..\ReClass.NET\
15+
..\ReClass.NET\ReClass.NET\ReClass.NET.csproj
16+
..\ReClass.NET-LoadBinaryPlugin
17+
..\ReClass.NET-LoadBinaryPlugin\LoadBinaryPlugin.csproj
18+
```

0 commit comments

Comments
 (0)