updated
This commit is contained in:
parent
43b950dafa
commit
e305e08370
14
README.md
14
README.md
|
|
@ -1,6 +1,4 @@
|
||||||
# Rust Facepunch performance config
|
# Rust Facepunch performance config
|
||||||
### Steam Launch Options
|
|
||||||
```-gc.buffer 1024 -cpu_priority high -client.headlerp_inertia false -headlerp 100 ```
|
|
||||||
|
|
||||||
### In-Game Config
|
### In-Game Config
|
||||||
<details>
|
<details>
|
||||||
|
|
@ -24,16 +22,24 @@ Import "[RUST.nip](https://git.drmackiver.es/Makaren0/games-configs/src/branch/r
|
||||||
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.
|
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
|
#### Ways to enable High priority
|
||||||
Add ```-cpu_priority high``` in Launch Arguments on Steam
|
Add ```-cpu_priority high``` in Launch Arguments on Steam
|
||||||
|
|
||||||
**or**
|
**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"
|
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"
|
||||||
|
|
||||||
|
#### MSI Afterburner
|
||||||
|
> [Improve MSI Afterburner Settings (Link)](https://git.drmackiver.es/Makaren0/games-configs/branch/msi-afterburner)
|
||||||
|
|
||||||
|
It won't be very effective (depending on your hardware) since Rust is CPU demanding, and its graphics headroom is easily manageable by many modern cards. But you can even get a few more frames on high end gpus.
|
||||||
|
|
||||||
|
|
||||||
### Custom User CFG
|
### Custom User CFG
|
||||||
|
#### Steam Launch Options
|
||||||
|
```-gc.buffer 1024 -cpu_priority high -client.headlerp_inertia false -headlerp 100 ```
|
||||||
|
|
||||||
#### Binds
|
#### Binds
|
||||||
``` input.autocrouch true ```<br>
|
``` input.autocrouch true ```<br>
|
||||||
``` bind y forward;sprint ```<br>
|
``` bind y forward;sprint ```<br>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user