Updated binds
This commit is contained in:
parent
79a6ca02b6
commit
902d2bfb32
21
README.md
21
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Rust Facepunch performance config
|
# Rust Facepunch performance config
|
||||||
### Steam Launch Options
|
### Steam Launch Options
|
||||||
```-high -headlerp 100 ```
|
```-gc.buffer 1024 -cpu_priority high -client.headlerp_inertia false -headlerp 100 ```
|
||||||
|
|
||||||
### In-Game Config
|
### In-Game Config
|
||||||
<details>
|
<details>
|
||||||
|
|
@ -25,10 +25,15 @@ Inside ```\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image
|
||||||
|
|
||||||
### Custom User CFG
|
### Custom User CFG
|
||||||
#### Binds
|
#### Binds
|
||||||
``` input.autocrouch true ```
|
``` input.autocrouch true ```<br>
|
||||||
``` bind y forward;sprint ```
|
``` bind y forward;sprint ```<br>
|
||||||
``` bind c +graphics.fov 90;graphics.fov 70 ```
|
``` bind c +graphics.fov 90;graphics.fov 70 ```<br>
|
||||||
``` bind f1 consoletoggle;combatlog ```
|
``` bind f1 consoletoggle;combatlog ```<br>
|
||||||
``` bind h "craft.add -2072273936 1" ``` autocraft x1 bandage
|
``` bind h "craft.add -2072273936 1" ``` autocraft x1 bandage<br>
|
||||||
``` bind [leftshift+k] kill ``` autokill with ```LEFT SHIFT``` + ```K```
|
``` bind [leftshift+k] kill ``` autokill with ```LEFT SHIFT``` + ```K```<br>
|
||||||
``` bind [leftshift+h] pool.clear_assets;pool.clear_memory;pool.clear_prefabs ``` Improve FPS one time per server join using ```K```
|
``` bind [leftshift+h] pool.clear_assets;pool.clear_memory;pool.clear_prefabs ``` Improve FPS one time per server join using ```K```<br>
|
||||||
|
|
||||||
|
### Sources of knowledge
|
||||||
|
https://www.youtube.com/watch?v=zkEec-xlEck
|
||||||
|
https://www.youtube.com/watch?v=z-ceehhsMQE
|
||||||
|
https://discord.gg/tacularr
|
||||||
Loading…
Reference in New Issue
Block a user