Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
How ?
When you choose a morph potion, i was wondering if you can change change the rng of selectrion of potion (chosse want do you want)
Maybe something that is unlocked after beating the 3rd difficulty.
To be more specific I'm talking about having complete choice over potions, flowers, skills and basic attack upgrades.
When you are done it should look similar to this:
You can then change the values to your liking and even lock them at a specific value. The addresses remain the same in between runs, but you will have to do the whole process over again if you close the game.
Have fun doing your science.
Get a dnSpy Decompiler, and open the Assembly-CSharp.dll file under Wedding Witch_Data\Managed with it.
Under the {} namespace, you can find a class named PotionManager, under this class there's a function called GetSize,
Right click on it and choose Edit Method(C#)
Example:
Change the parameter in the Calculator.IsTrue(33) line to 100 or whatever number you like to manipulate RNG. After you've done, hit compile and use hotkey Ctrl+Shift+S to save everything to a seperate file. Backup your original Assembly-CSharp.dll file and replace it with the one you made, and it's done.
BTW, under Potion class there's a GetIncreaseAmout function that controls the amount of levels you gain by drinking potions. Play with it if you feel like it.