Dota 2 tooltips beta не работает

Твитч дропс из доты

07 Oct 2021 в 10:11

07 Oct 2021 в 12:15 #51

ну очевидно, что один день 1 сундук. надеюсь к плейоффу будут покруче мб чет.

но больше и не надо, реально куда вам сток сундуков, там сетов всего 8 или скок.

07 Oct 2021 в 12:18 #52

где смотреть % у меня их нигде нету. аккаунт связал со стимом и твичем,смотрю с игры

07 Oct 2021 в 12:23 #53

а как подключить?

так уже норм подключает,в настройках твича.

з.ы только с браузера

07 Oct 2021 в 12:57 #54

так уже норм подключает,в настройках твича.

з.ы только с браузера

упал сундук. Только % я всеравно не вижу. А сколько сундуков может упасть?

07 Oct 2021 в 12:57 #55

Если смотреть игры TI 10 из доты то будут давать шмотки?

Мне сундук упал, с сетом для акса золотым

07 Oct 2021 в 12:59 #56

упал сундук. Только % я всеравно не вижу. А сколько сундуков может упасть?

Столько же, сколько и аккаунтов

07 Oct 2021 в 13:00 #57

Столько же, сколько и аккаунтов

вот ты абузер) сколько акков то завёл))

07 Oct 2021 в 13:11 #58

Столько же, сколько и аккаунтов

энивей на 1 и тот же стим не кидает сундук

07 Oct 2021 в 13:19 #59

На твиче все готово, сундук не падает(

07 Oct 2021 в 13:28 #60

на 1 акк стима вроде только 1 сундук можно

надеюсь это в день, а не за весь турнир

На твиче все готово, сундук не падает(

ты акк стима подключил?

07 Oct 2021 в 13:39 #61

а кто знает,я купил 4 бандла команд,и чтобы очки падали,надо их прожать или они афк приносят за каждую победу?

07 Oct 2021 в 13:43 #62

Пока выпала 1 трежерка,второй и не пахнет.

Кста выпал Акс,тазашо

жиза, вонючий акс
До этого ам

Понятное дело всем нужна лега и боник, ну и луна(ага размечтались)

07 Oct 2021 в 13:48 #63

да эти сундуки копейки будут стоить, чего жопу так рвёте?

07 Oct 2021 в 14:28 #64

Так, у меня большой вопрос: а как включить расширение Dota 2 Tooltips Twitch Extension? Чтобы можно было прогнозы на твиче делать, а то чет в падлу заходить в доту ради этого

07 Oct 2021 в 14:31 #68

Походу 1 раз дают 1 сундук и все. Я 1 сундук получил, и больше плашки что мол смотрите и получите дропсы в твиче нет. Но мб потом во время игр появится

у меня такая же тема

07 Oct 2021 в 14:31 #69

сундук выпал, подключил стим, а в доте сундука нет, че делать?

07 Oct 2021 в 14:33 #70

Как я понял, там все сеты — реколор уже существующих помойных сетов.
+ достать эти сундуки не так уж сложно. Щас челы пофармят со 100-200 твич акков, забьют тп стима этим говном. Я думаю, даже стартовая цена будет около 50 российских рупий. Если не дешевле.

— сеты дерьмо
— ничего не стоят

Гобен, моё уваЖеня

07 Oct 2021 в 14:59 #71

открывать можно ток с комендиумом?

Источник

Dota 2 — tools (скриптинг)

17 May 2016 в 20:13

17 May 2016 в 20:13 #1

Здравствуйте. У меня возникла одна проблема в скриптинге. Я создаю предметы в Costum Game (npc_items_custom), но как только захожу на карту предмет не имеет названия, описания, и функций (пример: +10 к хп). 3 дня мучаюсь, не как не пойму, что делаю не так. Сами функцию (модификации) работают, но опять же описания предмета нет и название какое-то не такое. Может нужно создать какой-то отдельный файл в котором будут названия, описания и модификации предметов?

Пожалуйста помогите, я на вас надеюсь. Заранее спасибо!

17 May 2016 в 20:34 #2

Нужно создать файл с локализацией по пути game/dota_addons/. /resource/addon_english.txt, где будет перевод всех строк.

«DOTA_Tooltip_Ability_item_itemname» «Item» //название предмета
«DOTA_Tooltip_Ability_item_itemname_Description» «Описане» //описание предмета, можно использовать переменные из блока AbilitySpecial в виде %duration%.
«DOTA_Tooltip_Ability_item_itemname_Lore» «Легенда.» //серый текст под предметом
//Дальше — переменные из блока AbilitySpecial
«DOTA_Tooltip_Ability_item_itemname_bonus_health» «+$health» //если в процентах в начале ставим %, есть заготовленные переменные от valve (чтобы +10 к хп не переводить постоянно)
>
>

Вот пример описания предмета и способности из barebones: https://github.com/bmddota/barebones/blob/source2/game/dota_addons/barebones/resource/addon_english.txt
Ещё в Dota 2 ModKit есть полезная функция — Generate Tooltips, которая создает описание к предметам, абилкам и юнитам (простое, по типу bonus_health = «BONUS HEALTH:», но всё равно это удобная вещь).

18 May 2016 в 08:01 #3

«DOTA_Tooltip_Ability_item_itemname» «Item» //название предмета
«DOTA_Tooltip_Ability_item_itemname_Description» «Описане» //описание предмета, можно использовать переменные из блока AbilitySpecial в виде %duration%.
«DOTA_Tooltip_Ability_item_itemname_Lore» «Легенда.» //серый текст под предметом
//Дальше — переменные из блока AbilitySpecial
«DOTA_Tooltip_Ability_item_itemname_bonus_health» «+$health» //если в процентах в начале ставим %, есть заготовленные переменные от valve (чтобы +10 к хп не переводить постоянно)
>
>

Спасибо! Сейчас попробую

У меня к вам еще один вопрос, вот к примеру
bonus_health
bonus_armor
bonus_manaregen
Где я могу увидеть полный список этих бонусов?

18 May 2016 в 11:04 #4

«dota_ability_variable_health» «Health» // $health
«dota_ability_variable_mana» «Mana» // $mana
«dota_ability_variable_armor» «Armor» // $armor
«dota_ability_variable_damage» «Damage» // $damage
«dota_ability_variable_str» «Strength» // $str
«dota_ability_variable_int» «Intelligence» // $int
«dota_ability_variable_agi» «Agility» // $agi
«dota_ability_variable_all» «All Attributes» // $all
«dota_ability_variable_attack» «Attack Speed» // $attack
«dota_ability_variable_hp_regen» «HP Regeneration» // $hp_regen
«dota_ability_variable_mana_regen» «Mana Regeneration» // $mana_regen
«dota_ability_variable_move_speed» «Movement Speed» // $move_speed
«dota_ability_variable_evasion» «Evasion» // $evasion
«dota_ability_variable_spell_resist» «Spell Resistance» // $spell_resist
«dota_ability_variable_selected_attrib» «Selected Attribute» // $selected_attribute
«dota_ability_variable_attack_range» «Attack Range (Ranged Only) » // $attack_range
«dota_ability_variable_cast_range» «Cast Range» // $cast_range

18 May 2016 в 17:18 #5

«dota_ability_variable_health» «Health» // $health
«dota_ability_variable_mana» «Mana» // $mana
«dota_ability_variable_armor» «Armor» // $armor
«dota_ability_variable_damage» «Damage» // $damage
«dota_ability_variable_str» «Strength» // $str
«dota_ability_variable_int» «Intelligence» // $int
«dota_ability_variable_agi» «Agility» // $agi
«dota_ability_variable_all» «All Attributes» // $all
«dota_ability_variable_attack» «Attack Speed» // $attack
«dota_ability_variable_hp_regen» «HP Regeneration» // $hp_regen
«dota_ability_variable_mana_regen» «Mana Regeneration» // $mana_regen
«dota_ability_variable_move_speed» «Movement Speed» // $move_speed
«dota_ability_variable_evasion» «Evasion» // $evasion
«dota_ability_variable_spell_resist» «Spell Resistance» // $spell_resist
«dota_ability_variable_selected_attrib» «Selected Attribute» // $selected_attribute
«dota_ability_variable_attack_range» «Attack Range (Ranged Only) » // $attack_range
«dota_ability_variable_cast_range» «Cast Range» // $cast_range

Нет, нет. Вы не поняли. Вы мне можете дать список таких модификаций для предмета как например эти:

  • «MODIFIER_PROPERTY_STATS_AGILITY_BONUS»
  • «MODIFIER_PROPERTY_PREATTACK_BONUS_DAMAGE»
  • «MODIFIER_PROPERTY_ATTACKSPEED_BONUS_CONSTANT»
  • «MODIFIER_PROPERTY_EVASION_CONSTANT»
  • «MODIFIER_PROPERTY_MOVESPEED_BONUS_UNIQUE»

Так и сразу еще 1 вопрос. Не могли бы вы назвать все Wearable для персонажа, то есть все кости.
Например «Wearable1» //Оружие, «Wearable2» //Шлем и т.д. Буду благодарен

Источник

SUNSfan

Dota 2 Tooltips Twitch Extension

My good friend bukka and I have recently launched a Twitch extension that you may have already seen being beta tested called Dota 2 Tooltips. If enabled by the streamer, it allows the viewers to check out cool information from the game, including but not limited to Hero skills, Aghs, Shards, and items. The tooltips will also show recent changes made via Dota patches.

Who is this for?

Our target audience for this tool is streamers. When enabled by a streamer, viewers will be able to use the extension instantly. This is very helpful for both newer players and veterans alike. Keeping up with all the Aghs, Shards, and general changes feels impossible these days. We hope this extension will allow viewers to get the information they seek with very little effort.

This version of the extension is NOT intended for tournaments. If you are a tournament and would like to use a specialized version of this extension, please contact us.

Is this free?

For the viewers, all the base features of this extension will always be free. For the streamers, we are keeping it free for now so we can get a better idea as to how much servers will cost to maintain an extension of this kind. We may keep it free, but we also might add a subscription fee for bigger streamers. At the moment it is impossible for us to know. If you have any ideas for a good way we can make additional revenue without ruining the experience, please let us know via twitter.

At this time, we are not allowing this extension to be used for free by tournaments. If you are a tournament organizer and would like to use this, please contact us.

How does it work?

Streamers will install the extension, along with a GSI (Game State Integration) file in their Steam folder. GSI is officially supported by Valve, and if you have any RGB peripheral, chances are there is already an existing file in your folder. Depending on the mode, this GSI file allows the extension to see limited information from the game.

You may have seen similar extensions for some tournaments. Keep in mind that they have someone physically in the lobby, so ALL information is available to them.

For us, it’s not that easy. We use the GSI file to see what is available, but also periodically scan the Twitch thumbnail in order to recognize what heroes are in your actual game.

What are the different modes included?

An indicator will pop up on screen when the streamer enters a different state of the game.

Spectating Mode is enabled when the streamer is spectating a game via DotaTV or Replay. In this mode, we gain the most information. The top bar becomes available right away and the bottom hud works for all heroes.

Gaming Mode is enabled when the streamer enters a game themselves. Information is more limited here. The top bar works after a delay (up to 3 min) and the bottom hud will only work for the hero they are playing.

Basic Mode is not recommended as only the top bar will work (with a delay). This mode simply means the streamer has not setup their GSI file properly.

This graphic shows the differences between modes:

What devices will this work on?

This works on Desktop & Android devices. IOS will come soon. The Desktop version is an interactive overlay, while mobile is more of a side panel available when the chat window is open. On mobile you are not able to mouse over the spells like on desktop. Instead, we’ve provided UI showing the 10 heroes in the game and their general information.

I’m a viewer, how do I install this?

You don’t need to! Feel free to poke your favorite streamers to remind them you want to use this.

I’m a streamer, how do I enable this for my stream?

This following graphic explains the installation process. Visit the extension page here.

What additional features are you planning for the future?

We have quite a bit planned for the future. The following are some things we have on our radar:

  • Support for ios devices
  • Item Shop
  • Current items for top bar in Spectating Mode
  • Hero Skill Video integration
  • Ability Draft support
  • Much faster scan recognition
  • Pro Player MMR (similar to twitch bots you see)
  • Facecam info!
  • More customization
  • Custom hero support for POG (Path of Guardians)
  • Non English language localization
  • …and much more!

Anything else?

Nope, but thanks for reading and supporting us! We hope to make Dota more approachable with this extension. Any changelogs will be posted on my twitter (@SUNSfanTV).

Источник

Читайте также:  Оборвало тросик как починить
Оцените статью