Ru/VScript: Difference between revisions
< Ru
Jump to navigation
Jump to search
(Created page with "{{otherlang2 |en=VScript }} '''VScript''' представляет собой виртуальную машину для выполнения сценариев, которы...") |
m (Multipage removal) |
||
(17 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar|title = VScript}} | ||
| | |||
}} | |||
{{finishtranslation}} | |||
'''VScript''' представляет собой виртуальную машину для выполнения сценариев, которые действуют между движком Source и внешних скриптов.Начиная с {{Game link|Alien Swarm SDK}}, поддерживаются, или будут поддерживаться такие языки программирования, как: | |||
Файлы скриптов размещаются в <code>scripts/vscripts/</code> и выполняются в папке с игрой. | * [[Squirrel]] {{en}} | ||
* [https://ru.wikipedia.org/wiki/Lua Lua] | |||
* [https://ru.wikipedia.org/wiki/GameMonkey Gamemonkey] | |||
* [https://ru.wikipedia.org/wiki/Python Python] | |||
Файлы скриптов размещаются в <code>/scripts/vscripts/</code> и выполняются в папке с игрой. | |||
==Реализации== | ==Реализации== | ||
{| | |||
|- style=vertical-align:top | |||
|style=padding-right:2em| | |||
==={{L|Squirrel}} {{sq}}=== | |||
;{{l4d2|4}} | |||
:[[L4D2 Vscripts|Скриптинг]] {{en}} | |||
:[[L4D2_Director_Scripts | Скрипты создателей]] {{en}} | |||
:{{L|L4D2 Vscript Examples|Примеры скриптов}} | |||
:[[Left 4 Dead 2/Script Functions | Список функций]] {{en}} | |||
;{{as|4}} | |||
;{{ | |||
;{{ | ;{{Portal2|4}} | ||
:{{L|List of Portal 2 Script Functions|Список функций}} | |||
;{{ | ;{{Sfm|4}} | ||
:{{tf2}} Only exists on the SFM build of TF2. No TF2 or SFM specific API. Unused. | |||
;{{ | ;{{csgo|4}} | ||
:[[ | :{{L|List of Counter-Strike: Global Offensive Script Functions|Список функций}} | ||
:[[Listening to Game Events in CS:GO]]{{en}} | |||
:{{L|CSGO VScript Examples|Примеры скриптов}} | |||
;{{ | ;{{con|4}} | ||
:[[ | :[[List of Contagion Script Functions|Список функций]] {{en}} | ||
;{{ | ;{{nd|4}} | ||
:[[Список функций | :[[List of ND Script Functions|Список функций]] {{en}} | ||
;{{ | ;{{Titanfall|4}} | ||
;{{ | ;{{asrd|4}} | ||
:[[List of Reactive Drop Script Functions|Список функций]] {{en}} | |||
===Lua=== | {{mapbase|4}} (Custom implementation) | ||
;{{ | :[https://github.com/mapbase-source/source-sdk-2013/wiki/VScript-in-Mapbase Scripting] {{en}} | ||
:[https://github.com/mapbase-source/source-sdk-2013/tree/master/sp/src/vscript GitHub] {{en}} | |||
| | |||
===Lua {{lua}}=== | |||
;{{Portal2|4}} (Только Client/UI) | |||
;{{ | ;{{Dota2|4}} | ||
: | :{{L|Dota 2 Workshop Tools/Scripting|Скриптинг}} | ||
:{{L|Dota 2 Workshop Tools/Scripting/API|Scripting API}} | |||
; | ;{{vRHome|4}} | ||
: | :{{L|SteamVR/Environments/Scripting|Скриптинг}} | ||
: | :{{L|SteamVR/Environments/Scripting/API|Scripting API}} | ||
:{{L|SteamVR/Environments/Scripting/Custom Tool Creation|Scripted Tool Creation}} | |||
:{{L|SteamVR/Environments/Scripting/Flashlight Tool Tutorial|Scripted Flashlight Tool Tutorial}} | |||
{{hla|4}} | |||
:{{L|Half-Life:_Alyx_Workshop_Tools/Lua_Scripting|Скриптинг}} | |||
:{{L|Half-Life: Alyx Workshop Tools/Scripting API|Scripting API}} | |||
;{{Source2|4}} | |||
:[[Source 2 Animation System VScript API|Система анимации в VScript]] {{en}} | |||
| | |||
===Python=== | |||
;{{sfm|4}} | |||
:[[SFM/Scripting_with_Python|Scripting/Rigging]] {{en}} | |||
|} | |||
==Смотрите также== | ==Смотрите также== | ||
*[[ | *{{L|Vscript Fundamentals}} | ||
* | *[[Entity Scripts]] {{en}} | ||
*{{ent|logic_script}} | |||
{{ACategory|VScript}} | |||
{{ACategory|Technical}} | |||
{{ACategory|Scripting}} |
Latest revision as of 12:03, 12 July 2024

This page has not been fully translated.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
You can help by finishing the translation.
If this page cannot be translated for some reason, or is left untranslated for an extended period of time after this notice is posted, the page should be requested to be deleted.
Also, please make sure the article complies with the alternate languages guide.
VScript представляет собой виртуальную машину для выполнения сценариев, которые действуют между движком Source и внешних скриптов.Начиная с Alien Swarm SDK , поддерживаются, или будут поддерживаться такие языки программирования, как:
Файлы скриптов размещаются в /scripts/vscripts/
и выполняются в папке с игрой.
Реализации
Squirrel
|
Lua
|
Python |