Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.08 KB

Dota Lua Snippet Package V 2.0

DEMO

An open source snippet package for Dota development. All the functions have been added, some minor tweaks will be done here and there.


Installation

Drag the Lua Dota folder into your Packages fodler

# Sublime text 2
> C:\Users\USERNAME\AppData\Roaming\Sublime Text 2\Packages\Lua Dota
# Sublime text 3 Method 1
> C:\Users\USERNAME\AppData\Roaming\Sublime Text 3\Packages
# Sublime text 3 Method 2
> C:\Users\USERNAME\AppData\Roaming\Sublime Text 3\Packages\User

Upcoming features

  • Global accesors - (viz - "GameRules", "Convars") I have the code setup to do that, but wasnt sure of all accesors at this point. Will add that in soon
  • KV Expansions - A fake language syntax that makes adding KVs much easier. (KV = .txt files in scripts\npc\npc_xyz_custom.txt)
  • Timers - I am considering adding BMD's barebones timers as snippets.

Contributors

Special thakns to Roy whois Database helped me shave off a lot of scraping.