Ru/Dota 2 Workshop Tools/Unofficial Tools: Difference between revisions
< Ru | Dota 2 Workshop Tools
		
		
		
		Jump to navigation
		Jump to search
		 (Undo revision 186285 by Justincase (talk))  | 
				m (Using L template for links)  | 
				||
| (19 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
{{Dota 2Tools topicons}}  | |||
{{Lang|Dota 2 Workshop Tools/Unofficial Tools}}  | |||
{{Subpage|{{L|Dota 2 Workshop Tools|Инструменты мастерской Dota 2}}}}  | |||
[[Category:Dota 2 Workshop Tools]]  | |||
Эти инструменты были созданы сообщестом мододелов и не поддерживаются Valve.  | |||
== Файлы KeyValue ==  | |||
:::   | * [https://github.com/cris9696/DotaCustomFilesJoiner DotaCustomFilesJoiner]  | ||
:::   | * [https://github.com/TischelDota/KVFilesBuilder KVFilesBuilder]  | ||
* [https://github.com/bhargavrpatel/dota_kv Syntax highlighting and snippets for Sublime Text 2/3]  | |||
* [https://github.com/royawesome/kvlib KVLib: A C# Key-Value parser and library]  | |||
* [https://github.com/kindkiss/KVCpp/tree/KVCpp KVLib: A C++ Key-Value parser and library]  | |||
* [https://github.com/kroltan/dota2lua#dotakv dotakv: parse and load KV ingame, save and load files]  | |||
* [https://github.com/TischelDota/UpgradeableItemsKVBuilder UpgradeableItemsKVBuilder]  | |||
* [https://github.com/jhckragh/keyval-mode.el keyval-mode.el: An Emacs major mode for editing KeyValue files]  | |||
==   | == Связанное с API ==  | ||
* [https://github.com/hex6/dota-lua-vscript-sublime/ API snippets for Sublime Text 2/3]  | |||
* [http://www.reddit.com/r/Dota2Modding/comments/2d8t09/dota2_lua_api_stub_classes/ Lua API stub classes]  | |||
* [https://github.com/DarkSupremo/VConsoleLib.python VConsole2 Lib:  PoC library for working with the VConsole2 network protocol]  | |||
== Редакторы ==  | |||
* [https://github.com/Oplkill/Simple-Dota-2-Editor Simple Dota 2 Editor: Open source Dota 2 Mod Editor]  | |||
* [https://github.com/RoyAwesome/WorldSmith WorldSmith: Open source Dota 2 Mod Editor]  | |||
== Lua Библиотеки & Фреймворки ==  | |||
* [https://github.com/bmddota/barebones Barebones]  | |||
* [https://github.com/Myll/Dota-2-Building-Helper Building Helper Library]  | |||
* [https://github.com/bmddota/PlayerSay Player Say: Scaleform Lua for chat]  | |||
== Другое ==  | |||
* [https://github.com/Myll/Dota-2-ModKit D2 ModKit: A GUI comprised of useful tools to help with Dota 2 modding]  | |||
* [https://github.com/ToraxXx/source_2_resource_decompiler Source 2 Resource Decompiler]  | |||
* [https://github.com/pingzing/dota2-sound-editor Dota2 Sound Editor] Note: This project is dead and is no longer being developed.  | |||
* [https://github.com/MNoya/KVUP KVUP: Tool for aiding with the porting of WC3 Models to Dota2]  | |||
* [https://github.com/ModDota/ModDotaLib ModDota Lib: A Flash library for Dota 2 custom gamemodes]  | |||
* [https://steamdatabase.github.io/ValveResourceFormat/ Source 2 resource file format parser and decompiler]  | |||
Есть множество созданных сообществом сайтов, там вы также можете получить помощь.  | Есть множество созданных сообществом сайтов, там вы также можете получить помощь.  | ||
=== Русскоязычные сайты ===  | === Русскоязычные сайты ===  | ||
* [http://customgames.ru customgames.ru] | [https://customgames.ru/tutorials/ Уроки] | [http://customgames.ru/forum/ Форум]  | |||
* [http://dota2.ru/forum/forums/dota-2-workshop-tools.142 dota2.ru]  | * [http://dota2.ru/forum/forums/dota-2-workshop-tools.142 dota2.ru]  | ||
* [http://  | * [http://war3mapeditor.ucoz.org/publ/dota_2_workshop_tools/stati_po_hamer_editor/12 Статьи по Hammer Editor]  | ||
=== Англоязычные сайты ===  | === Англоязычные сайты ===  | ||
| Line 19: | Line 53: | ||
* [http://www.moddota.com moddota]  | * [http://www.moddota.com moddota]  | ||
* [http://docs.d2modd.in/en/latest/ d2modd.in docs]  | * [http://docs.d2modd.in/en/latest/ d2modd.in docs]  | ||
* [http://steamcommunity.com/workshop/discussions/?appid=570 Обсуждение Dota 2 Workshop в Steam]  | |||
== IRC ==  | == IRC ==  | ||
*   | * {{L|Dota_2_Workshop_Tools/Community/IRC|Использование IRC}}  | ||
*   | * {{L|Dota_2_Workshop_Tools/Community/IRC/lebot|Using Lebot}}, the api documentation bot  | ||
Latest revision as of 06:23, 11 July 2024
Эти инструменты были созданы сообщестом мододелов и не поддерживаются Valve.
Файлы KeyValue
- DotaCustomFilesJoiner
 - KVFilesBuilder
 - Syntax highlighting and snippets for Sublime Text 2/3
 - KVLib: A C# Key-Value parser and library
 - KVLib: A C++ Key-Value parser and library
 - dotakv: parse and load KV ingame, save and load files
 - UpgradeableItemsKVBuilder
 - keyval-mode.el: An Emacs major mode for editing KeyValue files
 
Связанное с API
- API snippets for Sublime Text 2/3
 - Lua API stub classes
 - VConsole2 Lib: PoC library for working with the VConsole2 network protocol
 
Редакторы
Lua Библиотеки & Фреймворки
Другое
- D2 ModKit: A GUI comprised of useful tools to help with Dota 2 modding
 - Source 2 Resource Decompiler
 - Dota2 Sound Editor Note: This project is dead and is no longer being developed.
 - KVUP: Tool for aiding with the porting of WC3 Models to Dota2
 - ModDota Lib: A Flash library for Dota 2 custom gamemodes
 - Source 2 resource file format parser and decompiler
 
Есть множество созданных сообществом сайтов, там вы также можете получить помощь.
Русскоязычные сайты
Англоязычные сайты
IRC
- Использование IRC
 - Using Lebot, the api documentation bot