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
Yeah that's what I used. I just can't seem to find the exact values for stats to be higher than 100. I'm using the Legends mod so can't use BBedit.
Now it is hex editing. 64 in hexadecimal (= base 16) is 6×16+4×1
(16 to the power of 0 is 1) = 100 in our familiar decimal system.
It is just a translation. Just math.
Now if you wanna know whats the hexadecimal for 150, thats the reverse operation.
Ask yourself, how many times can i put 16 in 150 at most? Its less than 16 times so it will fit in a two hex so it is feasible. So youll find that 150= 9x16 + 6x1 so the hex for 150 is 96.
Mathematically speaking, with a two hex number, you can go up to 15×16+15×1 which writes ff in hexadecimal and translates to 255 in decimal. But I'm not sure if the game can handle it. Alternatively if you have a migraine you can just use a hexadecimal<>decimal converter