Перейти к публикации
  • Сейчас на странице   Всего пользователей: 1   (0 пользователей, 1 гость)

Jackie Estacado

[Dota 2 Patch] Dota 2 Reborn

Рекомендованные сообщения

до 13 лвл можно играть в реборне? или опыт не идет


:hohol:

Поделиться сообщением


Ссылка на сообщение

до 13 лвл можно играть в реборне? или опыт не идет

можно по-моему, но опыта за игры не дает

Поделиться сообщением


Ссылка на сообщение

ну типа я не докачаюсь до 13 лвл в реборне?


:hohol:

Поделиться сообщением


Ссылка на сообщение

ну и нахуй выпускать реборн если он корявый ? теперь даже норм дота не запускается пиздато что

Это разрабы в вольво насмотрелись на игры с ранним доступом и вдуплили что иметь бесплатных тестеров выгоднее чем держать тех же тестеров в штате.

но все нормальные люди пойдут играть в другие игры

нормальные люди не играют в комп игры задрот ебан :petro:

ты даун ?:D

Поделиться сообщением


Ссылка на сообщение

норм люди играют, но 6 часов в неделю.

в остальное время они занимаются более важными вещами (офк если они не геймдевелоперы)

Поделиться сообщением


Ссылка на сообщение

кому-нибудь удалось сыграть в петросянов в реборне? они вообще работают?

Поделиться сообщением


Ссылка на сообщение

да нихуя там неработает

Поделиться сообщением


Ссылка на сообщение

Свежий апдейт

 

June 30

- Fixed various memory issues leading to crashes on 32-bit operating systems

- Fixed the game not launching on older nVidia video cards circa 2005/2006

- Automatically-created custom game lobbies will now choose a host based on hardware specifications

- Fixed bug in animation blending where the bone position wasn't always being blended properly

- Added a ConVar "dota_chat_enable_whispers" which lets you disable receiving Steam messages as whispers

- Adjusted various juke paths in the Dota map

- Fixed bug where fog of war did not display correctly for some trees in the dire base

- Fixed various hard-coded English strings to be properly localizable

- Fixed a bug where the Watch button would be visible for unwatchable games

- Fixed a bug where you couldn't accept a match in certain scenarios

- Fixed a performance problem relating to Tinker's Immortal and March of the Machines

- Fixed an additional case where cheats could be enabled in public Custom Game lobbies

- Added a -vconsole command line parameter that determines whether the game connects to VConsole

- Fixed a tools mode crash on Windows N machines

- Fixed various bugs around the "Friends ready to play" feature

- Updated the processing on Slark's voice, including a pitch fix

- Fixed a bug where the Anti-Mage immortal Basher Blades bundle appeared as a checkerboard in the armory

- Fixed issue where the camera starts in the middle of the map for a few seconds upon initial connect when spectating

- Fixed various visual bugs relating to the chat window

- Fixed a bug where Nyx Assassin wouldn't play splash effects when using burrow and unburrow in the water

- Fixed bot-controlled units (such as pets) not playing their swimming animations in the river

- Fixed bug where selection glows didn't appear when the 'Additive Light Pass' option in the video settings was disabled

- Fixed a visual bug where Visage's teeth were not animating

- Fixed non-maxed-out abilities not transferring after using Equip New item in Hero Demo mode

- Fixed bad camera view bounds being displayed in the minimap when using the showcase camera

- Mac/Linux: Fixed a bug where the minimap would go invisible after changing resolution

- Mac/Linux: Added a "Default Device" option to the list of sound devices

- Mac/Linux: Fixed a crash when trying to play videos on systems that are currently missing support

- Mac: Fixed a bug with Command+C/Command+V cut/paste

- Panorama: Enabled tooltips, popups, and context menus in Custom Game UI

- Panorama: Added a new panel type for ability images: DOTAAbilityImage

- Panorama: Added Abilities.ExecuteAbility() which attempts to execute the specified ability

- Panorama: Added Abilities.PingAbility() which pings the specified ability

- Panorama: Added Player.GetLocalPlayerPortraitUnit() which returns the local player's current portrait unit

- Panorama: Exposed ABILITY_TYPES and SPELL_IMMUNITY_TYPES enums to Javascript

- Panorama: Added the ability to create client-side console commands via Javascript

- Panorama: Added a monospaced numbers/symbols variant of the Radiance font, used by adding the MonoNumbersFont class to any label

- Panorama: Fixed bug where 'cl_panorama_script_help' would print all enums in addition to whatever you asked for

- Panorama: Fixed a crash when Panorama APIs expecting a function were called with a different type

- Panorama: Added Game.PrepareUnitOrders() which issues orders on behalf of the local player (see dotaunitorder_t)

- Panorama: Added Abilities.CreateDoubleTapCastOrder() which attempts to self-cast/double-tap the specified ability

- Panorama: Added Abilities.GetKeybind() which returns the keybind for the specified ability

- Panorama: Exposed PlayerOrderIssuer_t enum to Javascript

- Panorama: Added support for pseudo-selector ":enabled"

- Custom Games: Fixed fOriginalDamage being empty in events other than OnTakeDamage

- Custom Games: Exposed C_DOTA_Item to client Lua scripts, and added more client and server item script bindings

- Custom Games: Added GetRespawnsDisabled/SetRespawnsDisabled to disable respawning of the hero through script

- Custom Games: Added an enum corresponding to Dota item and stash slots, named DOTAScriptInventorySlot_t

- Custom Games: Added a function SwapItems on Dota NPCs, allowing you to swap the contents of any two item slots

- Custom Games: Added two functions, CanSellItems, and SetCanSellItems, for controlling whether NPCs can sell items

- Custom Games: OnUnequip no longer gets called when items are removed from the stash

- Custom Games: MODIFIER_PROPERTY_ABILITY_LAYOUT now works with data-driven modifiers

- Custom Games: Fixed a bug causing ability layout to not refresh properly until the unit was re-selected

- Custom Games: Added FindAllModifiers/FindAllModifiersByName/FindModifierByNameAndCaster to the NPC Lua API

- Custom Games: Fixed a bug causing ability_lua to not refresh intrinsic modifiers properly

- Custom Games: Fixed a non-multiple modifier bug in the case where the modifier is provided by a data-driven item

- Custom Games: ShowRecent now properly cycles back to your forced selection if one is set

- Custom Games: Added CastFilterRejectCaster to data driven items and abilities, to automatically filter out the caster

- Custom Games: Custom games now only auto surrender when all real players are disconnected

- Custom Games: Setting the selection override entity now prevents querying units

- Custom Games: An OnEndTouch event will now be generated if a npc dies while touching a trigger

- Custom Games: Fixed custom loading screens not displaying on the first load of a custom game when in tools mode

- Custom Games: Added ApplyDataDrivenThinker for ability_datadriven and item_datadriven

- Custom Games: Script DamageFilter now passes in the Dota damage type instead of the deprecated damagebits value

- SFM: Fixed bug where Set Color Tint was making translucent and alpha-tested models invisible

- SFM: Improved SFM bone groupings for many heroes

- SFM: Warn if the user’s graphics card or render settings aren’t high enough for SFM lighting

 

Поделиться сообщением


Ссылка на сообщение

а кто то плеит в дотку из этого клиента?

я запустил один раз а там дико графон глаза резал, фиксанули эту хуйню?


275053.png

Поделиться сообщением


Ссылка на сообщение

а кто то плеит в дотку из этого клиента?

я запустил один раз а там дико графон глаза резал, фиксанули эту хуйню?

Запускал сразу как только всё вышло, всё нормально было с графикой. Как собственно и сейчас. :hmm:

Поделиться сообщением


Ссылка на сообщение

а кто то плеит в дотку из этого клиента?

я запустил один раз а там дико графон глаза резал, фиксанули эту хуйню?

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

 

с графоном все норм

Поделиться сообщением


Ссылка на сообщение

Конфа в скайпе для кастом каток, В ОСНОВНОЙ КОНФЕ БЕЗ ВОЙСА(20 человек) заехало пару годных кастомок, думаю кому то будет интересно Добавляйтесь в skype Randomm37


 

Гайд по безопасности в сети

"Для начала убедись что у тебя не винда. Тут два варианта, либо линукс (желательно не ubuntu и ее прообразы) либо freebsd. При установке обязательно используй шифрование диска (dm-crypt или luks). Пароли подбирай по принципу - чем длиннее тем лучше (да длина имеет значение). Желательно минимум 15-20 символов. Естественно пароль не должен быть связан с тобой. В зависимости от установленной ОС выпиливай демоны которые шлют отчеты об ошибках. Можно посмотреть установленные пакеты и снифнуть трафик через wireshark. VPN тут только один вариант, либо брать у друга которому ты доверяешь, либо поднимать самому. Но для этого надо найти абузоустойчивый хостинг. Что сделать не так то просто, придется изучать интернеты, форумы, отзывы. Ищи стандартно где-то в нидерландах. Поднять open vpn не трудно. Не пытайся даже использовать pptp. Open VPN придется настраивать, мануалы гугли, ибо по дефолту он не сильно безопасен. Пароль от сервера тоже должен быть длинным, плюс можно использовать двойную авторизацию, через TOTP или HOTP. Не забывай коннектится через тор и отключить все логи. Пароли держи либо в голове, либо используй keepass2, пароль от него и от ОС придется все равно хранить в голове. Keepass можешь настроить еще на использования файла-ключа и хранить его на флешке. Компьютер желательно использовать с открытым биосом. Вариант старый thinkpad с прошитым биосом libreboot. С этого момента тебе придется забыть о своей личности. Забудь друзей, родных, адрес продоты и соц сетей. Забудь как тебя зовут. Забудь какой юзер-агент у твоего браузера. Ты теперь преступник, ты мразь, ты конченный человек который дрочит на рисованных девочек. Спустя несколько лет ты будешь всей душой надеяться, что отдел К тебя ищет, и когда-нибудь найдет. Это станет смыслом всей твоей жизни. Дороги назад нет."

Поделиться сообщением


Ссылка на сообщение
Гость prahsa
(изменено)

зашел поиграть, а в главном меню гпу греется пиздец, а в игре норм. у кого нибудь есть такие траблы?


Изменено пользователем prahsa

Поделиться сообщением


Ссылка на сообщение

ммр ввели уже там ?

Поделиться сообщением


Ссылка на сообщение

ммр ввели уже там ?

nein.gif

Поделиться сообщением


Ссылка на сообщение

Можно-ли как-нибудь скачать реборн, но без ебучей доты 2?

Поделиться сообщением


Ссылка на сообщение

Можно скачать фрозен трон, но без ебучего варкрафт3?


 

Гайд по безопасности в сети

"Для начала убедись что у тебя не винда. Тут два варианта, либо линукс (желательно не ubuntu и ее прообразы) либо freebsd. При установке обязательно используй шифрование диска (dm-crypt или luks). Пароли подбирай по принципу - чем длиннее тем лучше (да длина имеет значение). Желательно минимум 15-20 символов. Естественно пароль не должен быть связан с тобой. В зависимости от установленной ОС выпиливай демоны которые шлют отчеты об ошибках. Можно посмотреть установленные пакеты и снифнуть трафик через wireshark. VPN тут только один вариант, либо брать у друга которому ты доверяешь, либо поднимать самому. Но для этого надо найти абузоустойчивый хостинг. Что сделать не так то просто, придется изучать интернеты, форумы, отзывы. Ищи стандартно где-то в нидерландах. Поднять open vpn не трудно. Не пытайся даже использовать pptp. Open VPN придется настраивать, мануалы гугли, ибо по дефолту он не сильно безопасен. Пароль от сервера тоже должен быть длинным, плюс можно использовать двойную авторизацию, через TOTP или HOTP. Не забывай коннектится через тор и отключить все логи. Пароли держи либо в голове, либо используй keepass2, пароль от него и от ОС придется все равно хранить в голове. Keepass можешь настроить еще на использования файла-ключа и хранить его на флешке. Компьютер желательно использовать с открытым биосом. Вариант старый thinkpad с прошитым биосом libreboot. С этого момента тебе придется забыть о своей личности. Забудь друзей, родных, адрес продоты и соц сетей. Забудь как тебя зовут. Забудь какой юзер-агент у твоего браузера. Ты теперь преступник, ты мразь, ты конченный человек который дрочит на рисованных девочек. Спустя несколько лет ты будешь всей душой надеяться, что отдел К тебя ищет, и когда-нибудь найдет. Это станет смыслом всей твоей жизни. Дороги назад нет."

Поделиться сообщением


Ссылка на сообщение

Новый апдейт подъехал

  • Fixed a crash when equipping taunts in the in-game hero loadout screen
  • Fixed the wrong games being selected in the Watch Live panel when you'd loaded more games
  • Fixed some games being stuck on "Waiting for Game Data" in the Watch Live panel
  • Taskbar will now flash on Match Ready
  • Fixed problems with mod2x shaders on SM3 hardware [nVidia 6000 + 7000 series, for example] which made the textures look like bright squares
  • Fixed many particles not appearing on shader model 3 cards [for example, nVidia 6000 and 7000 series].
  • Fixed a bug wherein-game portraits weren't updating correctly when selecting new units on low-end graphic settings and low framerates
  • Fixed bug where cutting down a tree did not properly update fog of war rendering on the client
  • Ember Spirit's Sleight of Fist, Juggernaut's Omnislash and Zeus' Thundergod's Wrath will now damage invisible units that have been revealed
  • Fixed client side replay recording. They are recorded with the 'record <filename>' console command
  • Fix bug causing connect/disconnect button to show as “reconnect” immediately after connection attempt starts, until initial communication is received from gameserver
  • Added and updated several language localizations
  • Fixed a bunch of issues in 5:4 aspect ratios (1280x1024)
  • Sounds in hero loadout now immediately stop when switching away to another hero or item set
  • Fixed various terrain issues
  • Custom Games: Exposed GameUI.GetClickBehaviors() to get the modal state of the mouse
  • Custom Games: AddedGameUI.SelectUnit( int nEntityIndex, bool bAddToGroup ) to the Panorama exposedAPIs
  • Custom Games: Game.PrepareUnitOrders() now may take a ShowEffects boolean that can be used to hide the interaction effectsof the order
  • Custom Games: Fixed bug where SetCustomGameForceHero() did not work correctly for players assigned to custom teams
  • Custom Games: Added GameUI.SetMouseCallback( func ) to allow filtering of mouse commands before the main game window eats them
  • Custom Games: Added Abilities.IsDisplayedAbility() whether the ability shows up on the action bar
  • Custom Games: Abilities.GetKeybind() now works for items
  • Custom Games: Added Items.ShouldDisplayCharges()
  • Custom Games: Added Items.ShowSecondaryCharges()
  • Custom Games: Added Items.GetSecondaryCharges()
  • Custom Games: Added Game.DropItemAtCursor() which creates a 'drop item' command
  • Custom Games: Fixed bug where incorrect ability keybinds would be reported for abilities beyond the first 6
  • Custom Games: Fixed bug where towers assigned to custom teams would not attack unless - "TeamCount" was specified in the addonInfo.txt of the game game
  • Custom Games: "TeamCount" no longer needs to be specified in the addonInfo.txt file of a custom game that wants to use more than 2 teams
  • Custom Games: Fixed a problem with dropping Datadriven items that have passive modifiers with MODIFIER_ATTRIBUTE_MULTIPLE
  • Custom Games: Exposed BaseNPC's GetAggroTarget and SetAggroTarget functions to Lua script
  • Panorama: Added new UI example implementing some inventory functionality in Panorama, and demonstrating drag and drop
  • Panorama: New panel type: DOTAItemImage
  • Panorama: Added Panel2D.SetDraggable() and IsDraggable()
  • Panorama: DOTAAbilityImage panel supports the ability itself as context entity
  • SFM: fixed multi-second hang when dragging manipulator along surface
  • SFM: fixed particle systems not updating when their control points are manipulated or their visibility is toggled
  • SFM: fixed hang during simulation of particles that perform ray traces (for example, Tusk's Snowball particle effect)
  • SFM: Auto-Attach Rig is now more robust


Barbara Palvin

nmzGoDb.gif1XIPLXD.gifF6OYOcx.gifoaTEv4o.gif

Поделиться сообщением


Ссылка на сообщение

вольво прям тонну багов каждый день исправляет :pray: :pray:

Поделиться сообщением


Ссылка на сообщение
Гость
Эта тема закрыта для публикации сообщений.

×
×
  • Создать...