diff --git a/README.md b/README.md index 6f33a96..c882b58 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,18 @@ Import "[RUST.nip](https://git.drmackiver.es/Makaren0/games-configs/src/branch/r > [nvidia-profile-inspector (Download)](https://github.com/Orbmu2k/nvidiaProfileInspector/releases) ### Windows settings +#### (Highly effective) ProcessLassso - Disable CPU-Core-0 on demant single core process +Rust lacks thread/multiprocess optimization, to prevent it from colliding with the CPU-Core-# that manages your OS (normally 0) it is advisable to disable the use of the application specifically to the main core, thus using the CPU-Core-1 that does not handle the main processors. +![processlasso-cfg](https://git.drmackiver.es/Makaren0/games-configs/raw/branch/rust-fp/REDME/img/pl-1.png?raw=true) + +La optimización es prácticamente instantánea. + #### High priority -Inside ```\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\RustClient.exe\PerfOptions``` instance ```CpuPriorityClass``` with value ```3``` to set "high priority mode" +Add ```-cpu_priority high``` in Launch Arguments on Steam + +**or** + +Inside Registry Editor and ```\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\RustClient.exe\PerfOptions``` instance ```CpuPriorityClass``` with value ```3``` to set "high priority mode" ### Custom User CFG #### Binds @@ -35,5 +45,7 @@ Inside ```\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image ### Sources of knowledge https://www.youtube.com/watch?v=zkEec-xlEck + https://www.youtube.com/watch?v=z-ceehhsMQE -https://discord.gg/tacularr \ No newline at end of file + +https://discord.gg/tacularr diff --git a/REDME/img/pl-1.png b/REDME/img/pl-1.png new file mode 100644 index 0000000..baa2a92 Binary files /dev/null and b/REDME/img/pl-1.png differ