Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Where have you put the file? It should be in steamapps/common/<Game Folder>/hl2/cfg/
Also, I don't know if HL2 (and by extension, HL2 Update) even has a viewmodel_fov command. It may be that your autoexec works just fine, but the command doesn't actually exist. Can you bring up the console and type the command manually? Does it work?
Do you have "hide extensions for known file types" turned off in windows explorer? It might be called autoexec.cfg.txt
But what you CAN do is bind a key to your autoexec file. Add these lines to your autoconfig:
alias run "exec autoexec" (in my testing you don't need the .cfg extension here)
bind tab run
i don't know if run is a reserved word already, so if that dosen't work just try a different alias. after you add these lines, all you have to do is remember to press tab every time a new map loads and you're in business!! no more messing around in the dev console breaking immersion :)
That make me think that it's probably either a cheat command, or it's being reset.
To test if it's a cheat, try typing the command manually in the console. If it says "sv_cheats must be enabled to use this command" or something similar, then you found your problem and should enable sv_cheats (doing this WILL disable achievements, so don't do it in your Lambda Locator run).
If it's not a cheat command, but gets reset every map, you should instead create a bind for it, I would bind it to the W key since that naturally gets pressed quite a lot.
The bind would look like this (add it to your autoexec instead of the viewmodel_fox line):
C:\Program Files (x86)\Steam\steamapps\common\Half-Life 2 Update\hl2\cfg
or it won't work.
If that's the case, why not do something like this in your autoexec
alias "+forward_fix" "+forward;viewmodel_fov 110"
alias "-forward_fix" "-forward"
bind "w" "+forward_fix"