VScript: Difference between revisions
Jump to navigation
Jump to search
ThaiGrocer (talk | contribs) m (→See also) |
ThaiGrocer (talk | contribs) m (Reordered in ascending maturity) |
||
Line 7: | Line 7: | ||
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|Alien Swarm}} | |||
:{{game link|Portal 2}} | :{{game link|Portal 2}} | ||
Script files are placed and executed in <code>scripts/vscripts/</code> inside the game folder. | Script files are placed and executed in <code>scripts/vscripts/</code> inside the game folder. |
Revision as of 06:07, 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:
Script files are placed and executed in scripts/vscripts/
inside the game folder.