• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

I need help editing the Welfare of this Assembly-CSharp.dll for 20 of life

These values need to be changed

EntityStats:

- MinWellness - one value (70 -> 20)

- Tick - one value (70 -> 20)

EntityAlive:

- SetAlive - one value (70 -> 20)

EntityPlayer:

- SetAlive - one value (70 -> 20)

 
Did not find the right program for edit, do you have a link so that I can download it?

in order as you mentioned I found all but I do not have the right program to edit

MinWellness.jpg

Tick.jpg

EntityAlive.jpg

EntityPlayer.jpg

 
Can you edit with dnSpy without breaking things? I thought that due to the fact that the .dlls are still partially obfuscated that trying to edit and recompile would make things go boom?

 
Can you edit with dnSpy without breaking things? I thought that due to the fact that the .dlls are still partially obfuscated that trying to edit and recompile would make things go boom?
DnSpy works perfectly for directly editting CIL code.

Cheers

 
Back
Top