Page 1 of 1

[HELP] Soda Dungeon 2

Posted: Thu Jul 09, 2020 7:59 pm
by Jookeringa
Hi, so the new [Link] is out and I am trying to find its value (and I was able to find some but for gold and essence I've already tried all data types and I can't find any value...

Does anyone know what it could be?

Image

Re: [HELP] Soda Dungeon 2

Posted: Fri Jul 10, 2020 11:41 pm
by panraven
You can use a c# decompiler, eg dnspy, justDecompile, to look at
*\Soda Dungeon 2\SodaDungeon2_Data\Managed\Assembly-CSharp.dll
It will show what the gold/essence are.

btw, they are BigInteger, which is a composite data structure.

Re: [HELP] Soda Dungeon 2

Posted: Fri Jul 17, 2020 9:14 pm
by SunBeam
..or in newb terms "the values are encrypted"..