
Getting Started - ModDota
When download is finished, launch Dota 2 In Steam and select Launch Dota 2 - Tools. Step #1: Creating a New Addon From A Template To start off on a good foot, you’re going to want to create a new addon from a template. You have two options to choose from: Option 1: The TypeScript Addon Template Contains: Dota 2 API type declarations, that ...
Scripting Introduction - ModDota
Part 2 of Getting Started With Dota 2 Modding, this tutorial is meant to explain the basics of programming Dota 2 custom mods. Scripting So now you have your freshly created gamemode running and have played around the map editor a bit, it’s time to move into the programming realm of Dota 2 custom maps. Go into your <addonName>/scripts/ folder.
Introduction | ModDota
ModDota is an English-speaking community for Dota 2 Custom Game developers. This website collects tutorials made by it's community, that would help you to make your own custom game.
Typescript Introduction - ModDota
Typescript is a powerful tool that we can use to improve our ability to properly script files for Dota 2. Using tstl (Typescript-to-Lua), it automatically generates a Lua file for the game to use for each file you're working on - this process is completely automatic from the moment it starts up.
Custom Sounds - ModDota
2 - Copy/Move the file to the content folder Sound files to be compiled by Source2 dota need to be placed in the content\dota_addons\ADDON_NAME\sounds folder. If you don't have it, create one. Folder structure: 3 - The Custom Sounds Valve Event Also inside the content folder of your addon, there should be an soundevents folder:
Setting Up Your Addon For Collaboration | ModDota
Talking to dota 2 mod developers, or just software developers in general, you will often hear the words 'repositories', 'version control' and 'git'. The reason these are such popular topics is that version control is a very important topic within software development, and if you are working on a piece of software you SHOULD use it. In this article, I will try to clarify firstly what version ...
Importing custom models - ModDota
Importing custom models. Many people probably have the idea of using custom models into the map but having a hard time with importing models into the engine, importing animation for the models, importing texture for the model, creating up your hero without cosmetic problem, and especially, doing this with .mdx format which is originally from Warcraft 3 since many people seems to want to port ...
Lua Item Tutorial - ModDota
Now all we need to do is make localization for the item. In your 'dota 2 beta\game\dota_addons{addon name}\resource' folder you should have addon_english.txt If you are using some different language you might use differently named file. But all languages defaults to english if others fail. Open it up and lets add following lines to the mix.
Custom Minimap Icons - ModDota
Step 2: Edit the files PSD Image Use a graphic editor such as Photoshop or GIMP to edit the PSD file. In the example source file, I quickly made this transparent image from this source: The suggested image size is 64x64. If you want to use a different image size it …
MDL to VMDL Conversion - ModDota
This guide will go through the process of making a .vmdl file (Source 2 Model) from a .mdl file and other model-related files from Source 1. The Wyvern Hatchling courier will be used as example, but the same process applies to heroes, buildings and any Valve Dota model.