VScript

From Valve Developer Community
Revision as of 07:19, 30 July 2011 by Barracuda (talk | contribs) (typo)
Jump to navigation Jump to search

VScript is a virtual machine for scripting that acts as an abstract binding layer between the Source engine and external scripts. According to the Alien Swarm SDK, following scripting languages are, or could be supported in near future:

VScript is currently implemented in Squirrel for these games:

Portal 2 Portal 2
Alien Swarm Alien Swarm
Left 4 Dead 2 Left 4 Dead 2

Script files are placed and executed in scripts/vscripts/ inside the game folder.

See also