ReClassNET / ReClass.NET-FrostbitePlugin

A ReClass.NET plugin which displays type infos of Frostbite classes and adds the WeakPtr node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FrostBite plugin

Xis-Ytneves opened this issue · comments

Thanks for the updated release. I copied over my plugins and am getting this error:

Method 'ReadNodeInfo' in type 'FrostbitePlugin.FrostBiteNodeInfoReader' from assembly 'FrostbitePlugin, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. (FrostbitePlugin)

Also still experiencing this issue. May I know what can be done to fix or bodge this?

commented

Same here

it happens to me

commented

All you do is compile it yourself (along with Reclass.NET project) and it works fine, this is because it's dependencies exist in the original ReClass repo. There are instructions in the README.md

image

I compiled it for you, working with latest dev build of ReClass.NET
ReClass.NET-FrostbitePlugin.zip

commented

After ticking the "Allow" checkbox in the DLL's properties in Windows Explorer, the plugin loads but it can't find a method when attaching to a process (in this case the game is Mirror's Edge Catalyst):
grafik

Any idea what could be going on here?

All you do is compile it yourself (along with Reclass.NET project) and it works fine, this is because it's dependencies exist in the original ReClass repo. There are instructions in the README.md

image

I compiled it for you, working with latest dev build of ReClass.NET
ReClass.NET-FrostbitePlugin.zip

not work, bro.....

commented
  1. Git clone the latest version of the main Reclass.NET repo
  2. Build it
  3. Git clone latest version of this repo
  4. Build it
  5. Combine them

Works fine for me

  1. Git clone the latest version of the main Reclass.NET repo
  2. Build it
  3. Git clone latest version of this repo
  4. Build it
  5. Combine them

Works fine for me

the latest version of this repo 100% not work.
image
aslo ,i test the PR #4

It work on BF4. not work on BFV.....

Huang is right. Something is wrong with last commit. @KN4CK3R please take a look at this.

image

Huang is right. Something is wrong with last commit. @KN4CK3R please take a look at this.

image

try this PR #4 It work