Advertisement
Tezur0

You Are Empty sprint% set-up

Apr 7th, 2014
971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. Sprint% is second big speedrun category for You Are Empty. It runs with modified game files, and still can accept changes (sprint speed).
  2. Right now I use doubled sprint speed.
  3. How to set it up:
  4. Changes\additions to the files in order to enable it:
  5.  
  6. You Are Empty\gameres\scripts\you_are_empty\prot­otypes\actors\actor_player\actor_player_­design.lua
  7.  
  8. { "walk_forward_speed", 400.0 },
  9. { "walk_backward_speed", 400.0 },
  10. { "walk_strafe_speed", 400.0 },
  11. { "run_forward_speed", 200.0 * 1},
  12. { "run_backward_speed", 200.0 * 1},
  13. { "run_strafe_speed", 200.0 * 1},
  14.  
  15. You Are Empty\gameres\scripts\you_are_empty\ui\u­i_keyboard_bindings.lua
  16.  
  17. { "RUN", "*move_accelerate", "Z" },
  18.  
  19. You Are Empty\gameres\scripts\you_are_empty\ui_s­trings.txt
  20.  
  21. RUN "Run"
  22.  
  23. After that there will be new entry, "Run" in the key bindings options menu. Bind a key in the menu (I used "Shift" key) and you'll be able to run. As you probably noticed, you can set the run speed faster or slower than mine in the script file.
  24.  
  25. This is made with help of EmoLevelDesigner
  26.  
  27. Also If you get error, when entering options menu you should copy You Are Empty\gameres\scripts\you_are_empty\ui\russian.lang somewhere on your PC, then make a new file with your notepad and name it russian.lang. You should put everything that there is in original file and in the end you should add this:
  28. RUN "Бег"
  29.  
  30. This is basically it. right now sprint speed is walk_speed*2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement