Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reclassnet/reclass.net-frostbiteplugin
A ReClass.NET plugin which displays type infos of Frostbite classes and adds the WeakPtr node.
https://github.com/reclassnet/reclass.net-frostbiteplugin
battlefield frostbite generator hacktoberfest reclass weakptr
Last synced: about 1 month ago
JSON representation
A ReClass.NET plugin which displays type infos of Frostbite classes and adds the WeakPtr node.
- Host: GitHub
- URL: https://github.com/reclassnet/reclass.net-frostbiteplugin
- Owner: ReClassNET
- License: mit
- Created: 2016-10-27T11:52:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T20:20:34.000Z (about 3 years ago)
- Last Synced: 2023-10-20T22:47:54.013Z (about 1 year ago)
- Topics: battlefield, frostbite, generator, hacktoberfest, reclass, weakptr
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 37
- Watchers: 4
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ReClass.NET Frostbite Plugin
=================================A ReClass.NET plugin which displays type infos of Frostbite classes and adds the WeakPtr node.
INSTALLATION
-----
- Download from https://github.com/KN4CK3R/ReClass.NET-FrostbitePlugin/releases
- Copy the dll files in the appropriate Plugin folder (ReClass.NET/x86/Plugins or ReClass.NET/x64/Plugins)
- Start ReClass.NET and check the plugins form.![alt tag](https://abload.de/img/reclassnet_frostbite2zhuq0.jpg)
Compiling
-----
If you want to compile the ReClass.NET Frostbite 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.```
..\ReClass.NET\
..\ReClass.NET\ReClass.NET\ReClass.NET.csproj
..\ReClass.NET-FrostbitePlugin
..\ReClass.NET-FrostbitePlugin\FrostbitePlugin.csproj
```