updated
This commit is contained in:
parent
902d2bfb32
commit
43b950dafa
14
README.md
14
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.
|
||||

|
||||
|
||||
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
|
||||
BIN
REDME/img/pl-1.png
Normal file
BIN
REDME/img/pl-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Loading…
Reference in New Issue
Block a user