This repository contains the community tutorial project as explained in SirActionSlacks' video.
If you want to contribute you can join the discussion in the SirActionSlacks discord.
- Make sure you have Node.js installed.
- Create a fork of this repository and clone it.
- Open terminal in that directory and run
npm install
to install dependencies. - To compile the code run
npm run dev
in a terminal, or if you are using VSCode you can pressCtrl+Shfit+B
. This will start a watcher that automatically compiles any code changes you make as long as it's running. - Open the dota workshop tools for the
dota_tutorial
addon and open Console from the asset browser. - Start the map with
dota_launch_custom_game dota_tutorial dota
. Once the map is running you can reload the script withscript_reload
and clear console withclear
.
Anyone can contribute by submitting a pull request to this repository with proposed changes, we will review your changes to make sure everything is in line with the project and then merge it.
Please use the discord to coordinate on what to do or if you need some help.