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
relevant info is timeless.
just make sure when editing if it is a value like
some.string.text = 32f
it keeps the 'f' (means float iirc)
changing the above to
some.string.text = 18
missing the trailing 'f' is going to cause problems, in most cases, if it's expecting a float (trailing 'f'). it will tell you if you screwed up when you hit 'compile'.
Enjoy!
If you didn't follow the prep-step of making a copy of the .dll, go ahead and copy the .dll now.
this will be your edited .dll. place it somewhere accessible, then verify the files using steam.
once it's done verifying; rename, move, or copy/paste (this creates a second .dll named "Assembly-CSharp.dll - Copy". this is a copy. yeah, really.) this fresh .dll.
move it to a safe place, or rename it, or delete it AFTER copy/pasting...lol.
Move your edited .dll back and fire up the game.
You want the info in "DEFAULT_STACK_SIZE : int @040028FF"
https://steamcommunity.com/sharedfiles/filedetails/?id=2807176612
Right-Click that entry and 'Edit Class (C#)...'
In the new window, make your edits.
https://steamcommunity.com/sharedfiles/filedetails/?id=2807176716
(You can also just Edit Class on the SlotStorage in step 2, then scroll down to the bottom 3rd of the file till you see the same area of code. edit class on the default_stack_size entry just skips to that section in the edit window.)
I use dnSpy
Open Assembly-CSharp.dll with dnSpy
click/expand as OP did in Step 1:
https://steamcommunity.com/sharedfiles/filedetails/?id=2807176023
and Step 2:
https://steamcommunity.com/sharedfiles/filedetails/?id=2807176534
What in the newbiest of noobie nonsense have I done
https://github.com/icsharpcode/ILSpy/releases/download/v6.2.1/ILSpy_binaries_6.2.1.6137.zip
https://github.com/sailro/Reflexil/releases/download/v2.5/reflexil.for.Reflector.2.5.AIO.bin.zip
copy Reflexil.ILSpy.Plugin.dll from reflexil.for.ILSpy.2.5.AIO.bin folder to ILSpy_binaries_6.2.1.6137 folder. Run ILSpy.exe