VScript: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (typo) |
||
Line 1: | Line 1: | ||
'''VScript''' is a virtual machine for | '''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: | ||
* [http://en.wikipedia.org/wiki/GameMonkey_Script Gamemonkey] | * [http://en.wikipedia.org/wiki/GameMonkey_Script Gamemonkey] |
Revision as of 07:19, 30 July 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.