Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
articles:gaming:20211206-half-life-and-the-backwards-walking-running-mechanic [2021/12/06 09:21] tom [The Problem Solved] |
articles:gaming:20211206-half-life-and-the-backwards-walking-running-mechanic [2021/12/11 15:11] (current) tom ↷ Page moved from gaming:20211206-half-life-and-the-backwards-walking-running-mechanic to articles:gaming:20211206-half-life-and-the-backwards-walking-running-mechanic |
===== The Problem Described ===== | ===== The Problem Described ===== |
| |
jontuckerum has Half-Life: Source Jul 5, 2014 @ 1:23pm | <blockquote>jontuckerum has Half-Life: Source Jul 5, 2014 @ 1:23pm |
| |
A Solution to the Ridiculous Running Speed? | A Solution to the Ridiculous Running Speed? |
I remember the original Half-Life having an option to turn 'Always Run' off, but it seems when they ported the Half-Life 2 menus over to Half-Life through source that option was left out. In this state, without a controller, it is unplayable for me and I feel like I wasted $4. That sucks because I love this game (though I've never beaten it because I suck). | I remember the original Half-Life having an option to turn 'Always Run' off, but it seems when they ported the Half-Life 2 menus over to Half-Life through source that option was left out. In this state, without a controller, it is unplayable for me and I feel like I wasted $4. That sucks because I love this game (though I've never beaten it because I suck). |
| |
Is there any current workaround for Mac? I've seen some solutions that involve editing the userconfig.cfg file, but so far I haven't been able to locate it in Finder. | Is there any current workaround for Mac? I've seen some solutions that involve editing the userconfig.cfg file, but so far I haven't been able to locate it in Finder.</blockquote> |
| |
===== The Problem Solved ===== | ===== The Problem Solved ===== |
| |
Mijo Jul 8, 2014 @ 12:18pm | <blockquote>Mijo Jul 8, 2014 @ 12:18pm |
Half life (the original) doesn´t have a "always run" toggle either. As you already said, you'll need to edit the config file to alter the "walk" key (usually shift) behaviour. You'll need these lines on the cfg file to revert shift function (run while pressed, instead of the opposite): | Half life (the original) doesn´t have a "always run" toggle either. As you already said, you'll need to edit the config file to alter the "walk" key (usually shift) behaviour. You'll need these lines on the cfg file to revert shift function (run while pressed, instead of the opposite): |
| |
alias "runoff" "+speed;alias togglerun runon" | alias "runoff" "+speed;alias togglerun runon" |
runoff | runoff |
| bind X togglerun |
</code> | </code> |
| |
| Editor's Note: Replace X with CAPSLOCK to use CAPSLOCK as your togglerun key. |
| |
| Those will enable autorun when capslock is on. When crouched, walking movement is awfully slow, and unless you're on a vent shaft, you'll need your "pinkie" to keep crouching. That's when this option comes in handy. |
| |
| As for the location of the "userconfig.cfg" file, it should be where "config.cfg" is located. Look at your installation folder and there should be a folder "hl1". Inside is located the config file. If there is no "userconfig" file there, you'll need to create one and add the config lines I posted. Now add "exec userconfig.cfg" at the end of the config file and save (after saving changes, you'll want to change config.cfg to "read only" to stop it from resetting and deleting your lines). |
| |
| I hope that helps.</blockquote> |
| |
| This worked like a champ, but it will say that <code>exec userconfig.cfg</code> was already at the end of my config.cfg file so I don't think that marking the file as readonly since Steam is presumably adding the line at present and if Steam wants to update config.cfg for some reason ((Like it adds a feature to the game and turns that feature on via the config.cfg file.)) it won't be able to. |
| |
| |
| |