INI Editing
From RoboBlitz Editor Wiki
INI Editing
INI files are outside the subject of editor itself, but there are many files that affect default gameplay behaviors. You can edit an INI file with any text editor, NotePad for example. (Warning: Rich Text editors such as 'Mircosoft Word' may add formatting which affect the outcome of your editing.)
Editing RoboInput.ini
"If you find the file RoboInput.ini, you can scroll down to the bottom and check out all timing for any combos. If you look for "dash" you'll see the line where the dash is set to some double taps, and you can adjust the timing. I think it's default to 0.25 seconds right now, so if you make it 0.5 it should be easier. [You can also look to the right at the key sequence. If you remove one of the key presses, so it says ...KeySequence=("StrafeLeft"),... instead of ...KeySequence=("StrafeLeft","StrafeLeft"),... it will enable you to dash by only pressing the key once, making it easier to dodge.]
Also note that Blitz can only Dash from a stationary position or when moving slowly- if you're already near top speed, he doesn't have any energy reserved for a dash. you can change the setting for this in the editor, one of the Archetypes for Blitz's parts in MISC_PostDefaultLoad (I forget which archetype, but if you look around, you'll find it.) You can actually tweak almost any of Blitz's params in either the editor or the ini's, so I'd suggest looking around if you're into that stuf" -Karl
