Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```