Jump to content

Reaping Knives and Novice's Suffering synergy


Recommended Posts

I really liked the way novice's suffering used to stack with the cipher power reaping knives. Unfortunately this was patched out with 3.02 I think.
I would really like to mod it back in :) I've gotten as far as opening px2_reaping_knives_weapon.unity3d in UABE. In the biggest MonoBehavior I found the value int WeaponType = 6. Could changing this to whatever value corresponds to unarmed attacks work? Does anyone know what that might be? Or am I way of base here? Any and all help would be greatly appreciated!

 

Edit:

I figured it out :) If you open px2_reaping_knives.unity3d in UABE there is a MonoBehavior Base with a size of 368 bytes. At the end of that monobase you will find the variable UInt8 Unarmed = 0. Setting that to 1 did the trick! I followed this excellent guide on how to go about changing the value.

Edited by OlleDenStore
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...