This commit is contained in:
DESKTOP-GUN6LKG\Makaren0 2023-12-23 01:56:56 +01:00
parent 902d2bfb32
commit 43b950dafa
2 changed files with 14 additions and 2 deletions

View File

@ -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
https://discord.gg/tacularr

BIN
REDME/img/pl-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB