VScript: Difference between revisions
Jump to navigation
Jump to search
m (Removed Insurgency, as the VScript system has been completely removed or disabled.) |
(Added the List of ND Script Functions page link, and cleaned up the page a little.) |
||
Line 15: | Line 15: | ||
===[[Squirrel]]=== | ===[[Squirrel]]=== | ||
;{{game link|Left 4 Dead 2}} | ;{{game link|Left 4 Dead 2}} | ||
:[[L4D2 Vscripts|Scripting | :[[L4D2 Vscripts|Scripting]] | ||
:[[L4D2_Director_Scripts | Director Scripts]] | :[[L4D2_Director_Scripts|Director Scripts]] | ||
:[[L4D2 Vscript Examples|Script | :[[L4D2 Vscript Examples|Script Examples]] | ||
:[[List of L4D2 Script Functions |List of | :[[List of L4D2 Script Functions|List of Script Functions]] | ||
;{{game link|Nuclear Dawn}} | ;{{game link|Nuclear Dawn}} | ||
:[[List of ND Script Functions|List of Script Functions]] | |||
;{{game link|Alien Swarm}} | ;{{game link|Alien Swarm}} | ||
;{{game link|Portal 2}} | ;{{game link|Portal 2}} | ||
:[[List of Portal 2 Script Functions]] | :[[List of Portal 2 Script Functions|List of Script Functions]] | ||
;{{game link|Counter-Strike: Global Offensive}} | ;{{game link|Counter-Strike: Global Offensive}} | ||
:[[List_of_Counter-Strike:_Global_Offensive_Script_Functions|List of | :[[List_of_Counter-Strike:_Global_Offensive_Script_Functions|List of Script Functions]] | ||
:[[CSGO_Vscript_Examples| | :[[CSGO_Vscript_Examples|Script Examples]] | ||
;{{game link|Contagion}} | ;{{game link|Contagion}} | ||
:[[List of Contagion Script Functions]] | :[[List of Contagion Script Functions|List of Script Functions]] | ||
;{{game link|Titanfall}} | ;{{game link|Titanfall}} | ||
Line 40: | Line 40: | ||
;{{game link|Dota 2}} | ;{{game link|Dota 2}} | ||
:[[Dota_2_Workshop_Tools/Scripting| Scripting | :[[Dota_2_Workshop_Tools/Scripting|Scripting]] | ||
:[[Dota_2_Workshop_Tools/Scripting/API| Scripting API]] | :[[Dota_2_Workshop_Tools/Scripting/API|Scripting API]] | ||
;[[Destinations]] | ;[[Destinations]] | ||
:[[Destinations/Scripting| Scripting | :[[Destinations/Scripting|Scripting]] | ||
:[[Destinations/Scripting/API| Scripting API]] | :[[Destinations/Scripting/API|Scripting API]] | ||
;General Source 2 | ;General Source 2 |
Revision as of 16:11, 1 November 2017
Template:Otherlang2 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, the following scripting languages are, or could be supported in the near future:
Script files are placed and executed in scripts/vscripts/
inside the game folder.
Implementations
Squirrel
Lua
Portal 2 (Client/UI only)
- General Source 2
- Source 2 Animation System VScript API
Scripting Fundamentals
Main article Vscript Fundamentals