VScript: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (typo)
Line 16: Line 16:
*[[L4D2 Vscripts|Scripting in L4D2 with Squirrel]]
*[[L4D2 Vscripts|Scripting in L4D2 with Squirrel]]
*[[L4D2 Vscript Examples|Script examples for L4D2 with Squirrel]]
*[[L4D2 Vscript Examples|Script examples for L4D2 with Squirrel]]
* {{l4d2}} [[List of Left 4 Dead 2 Script Functions]]
* {{portal2}} [[List of Portal 2 Script Functions]]
*[[Logic_script|logic_script]]
*[[Logic_script|logic_script]]


[[Category:Technical]]
[[Category:Technical]]
[[Category:Scripting]]
[[Category:Scripting]]

Revision as of 06:04, 28 September 2011

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