Help! How to edit BigNumber?

ArmorTage

Solid & Active Platinian
Original poster
Jul 26, 2020
83
50
18
26
Belarus
Hello everyone. I have a question. After I made a dump of the game and got dump.cs. I started looking for some methods to increase damage, etc. But what I was looking for uses a non-standard class, namely BigNumber. I tried changing it as int, but the game starts to slow down terribly, and then just freezes. Any ideas?

Here is this method (in fact, there are many such methods, but without this class (there is simply no void int float, all methods go through this class) there is nothing like this or it does not work

// RVA: 0x69F024 Offset: 0x69F024 VA: 0x69F024 Slot: 30
public override BigNumber GetDamage() { }
 

NepMods69

Inactive Approved Modder
Mar 6, 2022
122
5,074
193
Nepal
You should find A struct BigNumber in dump or il2cpp.h file. Maybe there must be something