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
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
-Right clic, new key, name it : "Last Epoch.exe" (without the quotes, warning it's case sensitive)
-Right clic on it, new DWORD 32 value, name it "AffinityMask"
-The value check the link explaining the mask part :
https://www.how2shout.com/how-to/how-to-permanently-set-cpu-affinity-for-a-program-in-windows-11-or-10.html
-You can use windows calculator, use the top left menu (3 bars) to set it to programmer mode :
You will see "hex, dec, oct, bin"
-Clic on "bin" enter your mask
Exemples :
a) with 8 core if you want them all except the 0:
Mask : 1111 1110
Dec : 254
Hex i: FE
b) all cores except 0 and 1 :
Mask : 1111 1100
Dec : 252
Hex : FC
-So, according to that, double clic on the new key "AffinityMask" make sure you select DEC or HEX with the radio buttons, and if you want to enter the decimal/hex value pick the type accordingly. Press ok.