Difference between revisions of "Vtest"
3majsie1995 (talk | contribs) |
3majsie1995 (talk | contribs) |
||
Line 1: | Line 1: | ||
{{otherlang2 | {{otherlang2 | ||
|DISPLAYTITLE:.vtest | |DISPLAYTITLE:.vtest | ||
− | |pl= | + | |pl=vtest:pl |
}} | }} | ||
'''.vtest''' is a format of Source Engine test scripts. It is the same as .[[cfg]]. | '''.vtest''' is a format of Source Engine test scripts. It is the same as .[[cfg]]. |
Latest revision as of 15:23, 15 October 2019
.vtest is a format of Source Engine test scripts. It is the same as .cfg.
They can be used to run in-game tests or to automate processes without using .cfg files.
.vtest files must be placed in ModName\testscripts directory and can be runned by launching the engine with -testscript [filename]
command line argument (with .vtest extension).
Several working examples of testscripts can be found in the leaked -4 build of Half-Life 2.