1.9.1 • Published 8 years ago

dota2-manta-config-engine v1.9.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Manta Config Engine

Join the chat at https://gitter.im/dodekeract/manta-config-engine MIT License Code Climate NPM Downloads NPM Dependencies Code Documentation

Dota 2 configuration builder. Compiles JSON to autoexec. There also is a web-app to easily create presets and build your own autoexec. The app is hosted on my server, so you don't have to set it up to use it.

Table Of Contents

Documentation

The documentation files for this project can be found here.

CLI Installation

  • Install node.js
  • Run npm install -g dota2-manta-config-engine.
  • Execute manta-config-engine path-to-preset, where path-to-preset is a relative path.

Beware that the CLI will assume that your Dota 2 is installed in the default Steam location. Use --path to specify a different one.

Library Installation

  • Install node.js
  • Run npm install -g dota2-manta-config-engine
  • Require manta in your code var manta = require('dota2-manta-config-engine')

CLI options

  • --path=customPath set a custom output path

Library usage

manta.compile(preset, callback)

  • Expects a valid preset, see presets/default.json.
  • Calls callback with err and data. Data is an object containing the .cfg filenames and their compiled data.

manta.data

manta.data.positions

An object with all camera positions manta currently uses

manta.data.phrases

An object containing all current chatwheel phrases

manta.data.emoticons

An object containing most emoticons

manta.data.heroes

An object containing all current heroes

manta.parser

manta.parser.Layout

internally used class to parse layouts

manta.parser.Setting

internally used class to parse settings

manta.parser.Chatwheel

internally used class to parse chatwheels

manta.parser.Dependency

internally used class to resolve dependencies

Contribute Your Presets

  • Fork this project.
  • Create your own preset file.
  • Create a pull request.

Contribute Engine Changes

  • Fork this project.
  • Implement new features.
  • Create a pull request.

Special Thanks

License

MIT

Changelog

Changelog

1.9.1

8 years ago

1.9.0

8 years ago

1.8.5

8 years ago

1.8.4

8 years ago

1.8.3

8 years ago

1.8.2

8 years ago

1.8.1

8 years ago

1.8.0

8 years ago

1.7.3

8 years ago

1.7.2

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

1.6.7

8 years ago

1.6.6

8 years ago

1.6.5

8 years ago

1.6.4

8 years ago

1.6.3

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.7

8 years ago

1.5.6

8 years ago

1.5.5

8 years ago

1.5.4

8 years ago

1.5.3

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago