"exec" DVAR Non-Functional
-
Earlier today I hopped on and pressed my key bind I use for LodBias/Custom Settings and it didn't work for the first time ever. I thought I was crazy because it's worked like a charm every time. Tried everything from verifying files to putting the file in different folders than usual and even all folders in the directory and “%localappdata%/Plutonium” at one point, none of it worked.
I wanted to make it wasn't me so I hop on MW3 and WaW to test the exact same config file and voila, works like a charm on both games. Put the config file in storage - > IW5/T4 -> players. For testing purposes my config file had one line, cg_fov "100". It worked before the update to r3043, but not after, solely for BO2. Just wanted to see if there's a new way, it's a glitch, or at least bring it to someone's attention, in a non-complaining manner of course. Thanks in advance!
-
Ahrimdon
bind P "sv_cheats 1;noclip"
this works fine for me
Maybe the commands you bound aren't working or the syntax with ; is wrong? -
Resxt Thanks for the reply man! I used to bind DVAR's with that method but eventually switched over to my own dedicated config file. Executing the config file works for T4 and IW5, just not T6. I probably should've clarified a bit more that's my bad. I'll include pictures of exactly what I'm talking about. Basically, it has all my default settings in it for each game and it's titled main.cfg, with file extensions on. I use the command "/exec main.cfg" and bind it using the command bind 0 "exec main.cfg". It has been working for me fine for roughly a year now and just recently stopped for T6 with the implementation of r3043. I created a file with only cg_fov "100" tested the exec in all the games and my suspicions were confirmed. Have tried it in custom matches, solo and a dedicated server and it seems to only be an issue with T6. Appreciate your time!
-
Ahrimdon Afaik exec cfg is not supported on T6 but I could be wrong. If you use a key to exec your cfg you could as well bind all these dvars to your 0 key like
bind 0 "cg_fov 60;cg_fovScale 1.8"
etc.Also if you wanna have a certain fov use
cg_fov_default 100
so that it saves for the next times you boot up the game -
Resxt Wow thanks for the fast reply, I'll just stick to that and editing the default config! Didn't know about default FOV either, so thank you. Swear it was working for me before, but all I've read is exactly what you're saying, which is weird. Either way, appreciate your time!