GithubHelp home page GithubHelp logo

nitkanikita21 / dota2customgametemplate Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 38 KB

nitkanikita21 template for Dota 2 Custom Games built with modern technologies.

License: MIT License

CSS 87.31% TypeScript 4.88% SCSS 0.03% JavaScript 3.05% Lua 4.73%

dota2customgametemplate's Introduction

nitkanikita21 Dota2CustomGame template

A template for Dota 2 Custom Games built with modern technologies. Forked from TypeScriptAddonTemplate

Getting Started

  1. Clone this repository or, if you're planning to have a repository for your custom game on GitHub, create a new repository from this template and clone it instead.
  2. Open the directory of your custom game and change name field in package.json file to the name of your addon name.
  3. Open terminal in that directory and run npm i to install dependencies. You also should run npm update once in a while to get tool updates.

After that you can press Ctrl+Shift+B in VSCode or run npm run dev command in terminal to compile your code and watch for changes.

Run npm run launch for launch Dota2 Workshop Tools

Contents:

Modules:

  • [modules/common]: TypeScript .d.ts type declaration files with types that can be shared between Panorama and VScripts
  • [modules/vscripts]: TypeScript code for Dota addon (Lua) vscripts. Compiles lua to game/scripts/vscripts.
  • [modules/panorama]: TypeScript code for panorama UI. Compiles js to content/panorama/scripts/custom_game

Game dirs:

  • [game/*]: Dota game directory containing files such as npc kv files and compiled lua scripts.
  • [content/*]: Dota content directory containing panorama sources other than scripts (xml, css, compiled js)

Build scripts:

  • [scripts/*]: Repository installation scripts

dota2customgametemplate's People

Contributors

nitkanikita21 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.