krotkits.blogg.se

How to make an autoexec
How to make an autoexec









cl_crosshairgap_useweaponvalue "0" // Enable/disable different crosshairgap per weapon/s you're using ie.cl_crosshairgap "-2" // The amount of space in the center of the crosshair.

how to make an autoexec

cl_crosshairdot "0" // The dot in the center of the crosshair.Mouse Settings (sensitivity, color, crosshair styles)sensitivity.

HOW TO MAKE AN AUTOEXEC INSTALL

++tip: if you're using an alternate (or 'smurf') account on the same PC, your autoexec will be used as long as your CS:GO install lives within the \common\ directory as shown above in the image

  • For the common CS:GO launch options (disable video, open console, 128tick local server, force monitor refresh rate etc.) use: -console -novid -high -threads 4 +exec autoexec.cfg -tickrate 128 -refresh 144.
  • Paste the following: +exec autoexec.cfg.
  • Right click on Counter Strike: Global Offensive.
  • There are also folks who say you need to use startup commands with CS:GO to run the autoexec.cfg so, if you'd like to go down that road, simply enter the following commands into your launch options for CS (I've also included the common performance commands as well). cfg file placed into the directory I've listed above. To use an autoexec.cfg all a user needs to do is have the. Setting these things manually with your config is a way to get the fine tuned game experience you want. Other values, such as fps_max, aren't always available via the in-game menus. Things such as sensitivity for your mouse, for example, are easier to change manually because you may fine tune them more with a numerical value (ie. The autoexec file itself is just a configuration that CS:GO will pull settings from that are either too cumbersome to mess with via in-game menus, or users would like to set in numerical values rather than attempt to use the menu-based options. cfg into: C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg It mary vary a bit per user, but generally speaking you'll want to place your. cfg, fps configs, scripts, etc.) live in your \cfg\ directory for CSGO on your local machine.

    how to make an autoexec

    A text file generated (or saved) by the user, that tells the game which specific settings the user would like to use while they play.Īutoexec.cfg's (often referred to as configs. Using autoexec.An autoexec.cfg is quite literally an automatically executed config. cfg file but autoexec.cfg gets automatically loaded at startup. echo is a command to write any text (value here is "autoexec loaded") into the ingame console so you can see that your autoexec was loaded.įurthermore if you changed your autoexec.cfg and you do not want to restart the game you can use the exec command like exec autoexec.cfg. The remaining lines contain a command and a corresponding value. If you use autoexec and start the game on the desktop resolution it will overwrite the net_graph position and adjust it for you since you defined it previously in the autoexec. Without usage of autoexec it will be saved in the cloud and overwrite your desktop configuration forcing you to adjust the net_graph position to your 1920x1080 desktop resolution again. Using autoexec enables you to specify settings for your local machine that will not be overwritten if changed by another machine.įor example imaging changing the net_graph position for your laptop resolution. So the config will be rewritten on every startup without the burden of changing the config itself every time. However the autoexec itself is not touched by the source-engine, only read.

    how to make an autoexec

    This is not necessary for settings that have no binding at all like con_enable 1 To circumvent this you need to unbind all keys from the ingame menu and set it once manually in the autoexec. If you open the settings via ingame menu you will still see the old values because those consumerfriendly settings have higher priority resulting in another rewrite of the config. There is no autoexec.cfg file per default so it needs to be created in the same folder as config.cfg (For example DotA2: …\Steam\SteamApps\common\dota 2 beta\dota\cfg\, some games have it's cfg folder one directory up). AutoexecĪutoexec does execute commands and settings on startup after the cloud sync and rewrites the config. That's why changing the config directly might work for one startup but will be reset after the game closes because the game rewrites the config too at this point. However if you change the settings via ingame menu - let's say controls for example - the config file will be rewritten from scratch. After that the config is loaded into the game but not into the settings. First we need to clarify what happens when you start a source-engine game from steam.Īt startup steam - if activated - loads a config from the cloud and checks back with the local config.

    how to make an autoexec

    If you edit the config.cfg or use the ingame console directly the settings will only stay until you closed the game. It is used because it preserves your configuration.









    How to make an autoexec