VScript: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Reordered in ascending maturity)
(Added Nuclear Dawn to list of games with VScript support.)
Line 8: Line 8:
VScript is currently implemented in Squirrel for these games:
VScript is currently implemented in Squirrel for these games:
:{{game link|Left 4 Dead 2}}
:{{game link|Left 4 Dead 2}}
:{{game link|Nuclear Dawn}}
:{{game link|Alien Swarm}}
:{{game link|Alien Swarm}}
:{{game link|Portal 2}}
:{{game link|Portal 2}}

Revision as of 16:20, 18 September 2012

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:

Left 4 Dead 2 Left 4 Dead 2
Nuclear Dawn Nuclear Dawn
Alien Swarm Alien Swarm
Portal 2 Portal 2

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

See also