Autoexec: Difference between revisions
Jump to navigation
Jump to search
Craziestdan (talk | contribs) mNo edit summary |
Zhongyi1225 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{otherlang2|zh-cn=Autoexec:zh-cn}} | |||
Autoexec is a [[CFG]] file for launching a game with set [[convar]]s that will get automatically executed on launch. | Autoexec is a [[CFG]] file for launching a game with set [[convar]]s that will get automatically executed on launch. | ||
Revision as of 07:07, 23 January 2013
Template:Otherlang2 Autoexec is a CFG file for launching a game with set convars that will get automatically executed on launch.
To create an autoexec create a text document named 'autoexec' and save it with a .cfg extension. Place it inside your game / mod's cfg folder. Place all the convars inside the file with each convar on a seperate line. For example:
cl_showfps 1 maxplayers 1 sv_cheats 1