From 902d2bfb32c22572ee11b30d5056d2c564d2ea32 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GUN6LKG\\Makaren0" Date: Mon, 18 Dec 2023 21:28:15 +0100 Subject: [PATCH] Updated binds --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 799131c..6f33a96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rust Facepunch performance config ### Steam Launch Options -```-high -headlerp 100 ``` +```-gc.buffer 1024 -cpu_priority high -client.headlerp_inertia false -headlerp 100 ``` ### In-Game Config
@@ -25,10 +25,15 @@ Inside ```\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image ### Custom User CFG #### Binds -``` input.autocrouch true ``` -``` bind y forward;sprint ``` -``` bind c +graphics.fov 90;graphics.fov 70 ``` -``` bind f1 consoletoggle;combatlog ``` -``` bind h "craft.add -2072273936 1" ``` autocraft x1 bandage -``` bind [leftshift+k] kill ``` autokill with ```LEFT SHIFT``` + ```K``` -``` bind [leftshift+h] pool.clear_assets;pool.clear_memory;pool.clear_prefabs ``` Improve FPS one time per server join using ```K``` \ No newline at end of file +``` input.autocrouch true ```
+``` bind y forward;sprint ```
+``` bind c +graphics.fov 90;graphics.fov 70 ```
+``` bind f1 consoletoggle;combatlog ```
+``` bind h "craft.add -2072273936 1" ``` autocraft x1 bandage
+``` bind [leftshift+k] kill ``` autokill with ```LEFT SHIFT``` + ```K```
+``` bind [leftshift+h] pool.clear_assets;pool.clear_memory;pool.clear_prefabs ``` Improve FPS one time per server join using ```K```
+ +### 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