Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.58 KB | None | 0 0
  1. {
  2.     "general": {
  3.  
  4.     },
  5.     "home": {
  6.         "headline": {
  7.             "name": "Manta Config Engine App",
  8.             "text": "A web-application to generate {<0}advanced configuration files{0>} for {<1}Dota 2{1>}."
  9.         },
  10.         "usage": {
  11.             "list": {
  12.                 "click": "Click on the keys you want to customize",
  13.                 "layout": "Consider customizing additional layouts",
  14.                 "download": "Click download",
  15.                 "copy": {
  16.                     "text": "Copy the files in the zip to your autoexec folder{0}",
  17.                     "tooltip": "See Below"
  18.                 },
  19.                 "restart": "Restart Dota 2 or type {0} into the console"
  20.             },
  21.             "tip": {
  22.                 "label": "Tip:",
  23.                 "text": "You need to remove the ingame-keybinds{0}",
  24.                 "tooltip": "Manta {<b}can't use keys bound in the Dota 2 settings{b>}.\nTo unset a key in Dota, just go to the ingame settings,\nclick the keybind you need to remove and hit {0}\nIf you don't have {0} just press {1}Any Key{1}.\nRepeat this for every key you need to unbind."
  25.             }
  26.         },
  27.         "folders": {
  28.             "headline": "Default Autoexec Folders",
  29.             "windows": {
  30.                 "headline": "Windows",
  31.                 "text": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\dota 2 beta\\game\\dota\\cfg"
  32.             },
  33.             "osx": {
  34.                 "headline": "Mac OS X",
  35.                 "text": "/Users/YourUserName/Library/Application Support/Steam/steamapps/common/dota 2 beta/game/dota/cfg"
  36.             },
  37.             "ubuntu": {
  38.                 "headline": "Ubuntu",
  39.                 "text": "/home/YourUserName/.steam/steam/steamapps/common/dota 2 beta/game/dota/cfg"
  40.             }
  41.         },
  42.         "features": {
  43.             "headline": "Features",
  44.             "quickcast": {
  45.                 "headline": "Awesome QuickCast",
  46.                 "content": "Use QuickCast without losing the ability to SelfCast by binding {0} to SelfCast and {1} to QuickCast. Included in the default preset of Manta."
  47.             },
  48.             "layouts": {
  49.                 "headline": "Multiple Layouts",
  50.                 "content": "You can create as many layouts as you want. That allows you to use nearly unlimited keyboard shortcuts. Call {0} with {1} & more."
  51.             },
  52.             "settings": {
  53.                 "headline": "Advanced Settings",
  54.                 "content": "The {<0}Settings{0>} section of Manta allows you to customize nearly everything, including hidden settings and features like {<b}Force Movement Direction{b>}{1} or {<b}Auto-Repeat Right-Mouse{b>}{2}",
  55.                 "tooltips": {
  56.                     "1": "Turn your hero before moving when pressing {0}.\nUseful for hitting Shadow Raze or Forcestaff.",
  57.                     "2": "Repeats move and attack commands when you hold your right mouse button."
  58.                 }
  59.             },
  60.             "portable": {
  61.                 "headline": "Portable Configuration",
  62.                 "content": "You can {<b}use the same configuration everywhere you go{b>}, since you only need your autoexec. It's also possible to {<b}share a computer with multiple players{b>}, while everyone can use their own settings."
  63.             },
  64.             "everybody": {
  65.                 "headline": "Customization For Everybody",
  66.                 "content": "Manta attempts to be the {<b}easiest way to get a customized Dota experience{b>}. The configuration files it creates are designed to be {<0}human-readable{0>}."
  67.             },
  68.             "chatwheels": {
  69.                 "headline": "Unlimited Chatwheels",
  70.                 "content": "The default layout of Manta has two Chatwheels. One bound to {0} and one bound to {1}. You can customize them in the {<2}Chatwheel Manager{2>}."
  71.             }
  72.         },
  73.         "about": {
  74.             "headline": "About Manta",
  75.             "categories": {
  76.                 "app": "App",
  77.                 "engine": "Engine",
  78.                 "command-line-interface": "CLI",
  79.                 "other": "Other"
  80.             },
  81.             "links": {
  82.                 "documentation": "Documentation",
  83.                 "github": "GitHub Repo",
  84.                 "feature": "Request Feature",
  85.                 "npm": "View On NPM",
  86.                 "gitter": "Gitter Chatroom",
  87.                 "changelog": "Changelog",
  88.                 "license": "License"
  89.             }
  90.         }
  91.     }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement