NEOTOKYO°

NEOTOKYO°

Not enough ratings
How to enable lean toggle
By Emmemad
Edit bind scripts to enable lean toggle
   
Award
Favorite
Favorited
Unfavorite
Start
For easy setup you can download files here[mega.nz] or create it manually following the guide below.
Find directory
  1. You can do it using Steam: NEOTOKYO -> "Properties" -> "Browse local files"


    Or just go to \Steam\steamapps\common\NEOTOKYO\


  2. Then, find \NeotokyoSource\cfg folder


    NeotokyoSource folder


    cfg folder


    Inside the cfg folder

  3. Now you can just copy files from archive (link above) or proceed and create files manually
Creating files
  1. You should create autoexec.cfg file in cfg folder
    (if you have that file, go to the next step)

    Just create autoexec.txt
    \

  2. Edit it to have line
    exec my_scripts.cfg



    Save it, and rename to autoexec.cfg



  3. Now you should create my_scripts.cfg

    Create my_scripts.txt


  4. Paste this script in the file

    echo Scripts is active! alias leanlon "leanroff; wait; wait; wait; wait; +leanl; alias leanl leanloff" alias leanloff "-leanl; alias leanl leanlon" alias leanl "leanlon" bind q "leanl" alias leanron "leanloff; wait; wait; wait; wait; +leanr; alias leanr leanroff" alias leanroff "-leanr; alias leanr leanron" alias leanr "leanron" bind e "leanr" alias +mysprint "+sprint; leanroff; leanloff" alias -mysprint "-sprint" bind SHIFT +mysprint


  5. Now save my_scripts.txt and rename it to my_scripts.cfg



  6. Check it working
    If you did eveything correct you should see Scripts is active! in the console at the game startup


This is it!
Feel free to contact me if you have questions!