Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Dota 2"

From PCGamingWiki, the wiki about fixing PC games
(Created page with "Category:Game")
 
m ("rumoured to..." anything is not worth listing; stick to facts ;3)
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[File:Dota2_logo.jpg|thumb|264px|Dota 2 Logo on Steam]]This game is currently in a closed beta testing phase and is not yet released to the public. Please report these on the [http://dev.dota2.com/ official dev forums]
 +
 +
== When and Where to Buy ==
 +
[http://store.steampowered.com/app/570/ Steam] - not yet freely available.
 +
 +
== Launch with console access ==
 +
From the Steam client - Dota 2 > Set Launch Options... > type -console
 +
 +
== List of Useful console Commands ==
 +
{| class="wikitable" style="text-align: left;"
 +
! scope="col" | Command || Notes
 +
|-
 +
| '''dota_minimap_hero_size 700''' || will make the size of the hero dot on the minimap as big as you want. Default = 600.
 +
|-
 +
| '''dota_disable_range_finder 0''' || by default you only see the range of spells when you hover your mouse on the spell icon. With this set to 0 it will show you the range when you actually click to use the spell on someone. Default = 1.
 +
|-
 +
| '''dota_always_show_player_names''' || 0 will disable, 1 will enable player name on top of health bars. Default = 0.
 +
|-
 +
| '''dota_hud_healthbars''' || 1 will make your health smoother without the lines you see on health bars (the blocks in the health that divides at around 200 life per block). 3 will enable it back on and 0 will make all health bars disappear, the others do nothing apparently. Default = 3.
 +
|-
 +
| '''dota_unit_use_player_color''' || As the command suggests, it colors it player either individually or an unified color by team. 1 Enables individual colors, 0 Team color. Default = 1.
 +
|-
 +
| '''dota_player_units_auto_attack''' || This is in the settings, but I find it too darn useful. 0 Will stop auto-attacking and only attacks IF you click to attack, whereas 1 will auto-attack at all possible times. Default = 1.
 +
|-
 +
| '''dota_health_per_vertical_marker 200''' || This will determine how much health you wish to divide the vertical lines by. In the demonstration value it will draw a line each 200 health, but you can choose your own value.
 +
|-
 +
| '''tv_nochat 1''' || Disable spectator chat, which can really be annoying some times.
 +
|}
 +
 +
Source: [http://www.reddit.com/r/DotA2/comments/ltiul/list_of_useful_console_commands_for_dota_2/ Comment on reddit by johnxreturn].
 +
 +
== Screenshot Mode ==
 +
 +
This script will allow you to remove all the UI features in Dota 2 (Works best in Spectator/Replays), Drive Mode will allow you to control the camera axis through your mouse (Only in replays).
 +
 +
bind "F10" "ssMode" 
 +
 +
bind "F11" "driveMode"
 +
 +
 +
 +
alias  "ssMode"        "fullui" 
 +
 +
alias  "fullui"        "sv_cheats 1; dota_sf_hud_actionpanel 1; dota_sf_hud_channelbar 1; dota_sf_hud_chat 1; dota_sf_hud_inventory 1; dota_sf_hud_top 1; dota_hud_healthbars 1; dota_no_minimap 0; cl_drawhud 1; dota_render_crop_height 166; dota_render_y_inset 31; alias ssMode noui" 
 +
 +
alias  "noui"          "sv_Cheats 0; dota_sf_hud_actionpanel 0; dota_sf_hud_channelbar 0; dota_sf_hud_chat 0; dota_sf_hud_inventory 0; dota_sf_hud_top 0; dota_hud_healthbars 0; dota_no_minimap 1; cl_drawhud 0; dota_render_crop_height 0; dota_render_y_inset 0; alias ssMode fullui"
 +
 +
 +
alias  "driveMode"    "driveon"
 +
 
 +
alias  "driveon"      "sv_cheats 1; demoui; thirdperson; alias driveMode driveoff" 
 +
 +
alias  "driveoff"      "sv_cheats 0; demoui; firstperson; alias driveMode driveon" 
 +
 +
 
[[Category:Game]]
 
[[Category:Game]]

Revision as of 17:54, 18 February 2012

File:Dota2 logo.jpg
Dota 2 Logo on Steam

This game is currently in a closed beta testing phase and is not yet released to the public. Please report these on the official dev forums

When and Where to Buy

Steam - not yet freely available.

Launch with console access

From the Steam client - Dota 2 > Set Launch Options... > type -console

List of Useful console Commands

Command Notes
dota_minimap_hero_size 700 will make the size of the hero dot on the minimap as big as you want. Default = 600.
dota_disable_range_finder 0 by default you only see the range of spells when you hover your mouse on the spell icon. With this set to 0 it will show you the range when you actually click to use the spell on someone. Default = 1.
dota_always_show_player_names 0 will disable, 1 will enable player name on top of health bars. Default = 0.
dota_hud_healthbars 1 will make your health smoother without the lines you see on health bars (the blocks in the health that divides at around 200 life per block). 3 will enable it back on and 0 will make all health bars disappear, the others do nothing apparently. Default = 3.
dota_unit_use_player_color As the command suggests, it colors it player either individually or an unified color by team. 1 Enables individual colors, 0 Team color. Default = 1.
dota_player_units_auto_attack This is in the settings, but I find it too darn useful. 0 Will stop auto-attacking and only attacks IF you click to attack, whereas 1 will auto-attack at all possible times. Default = 1.
dota_health_per_vertical_marker 200 This will determine how much health you wish to divide the vertical lines by. In the demonstration value it will draw a line each 200 health, but you can choose your own value.
tv_nochat 1 Disable spectator chat, which can really be annoying some times.

Source: Comment on reddit by johnxreturn.

Screenshot Mode

This script will allow you to remove all the UI features in Dota 2 (Works best in Spectator/Replays), Drive Mode will allow you to control the camera axis through your mouse (Only in replays).

bind "F10" "ssMode"

bind "F11" "driveMode"


alias "ssMode" "fullui"

alias "fullui" "sv_cheats 1; dota_sf_hud_actionpanel 1; dota_sf_hud_channelbar 1; dota_sf_hud_chat 1; dota_sf_hud_inventory 1; dota_sf_hud_top 1; dota_hud_healthbars 1; dota_no_minimap 0; cl_drawhud 1; dota_render_crop_height 166; dota_render_y_inset 31; alias ssMode noui"

alias "noui" "sv_Cheats 0; dota_sf_hud_actionpanel 0; dota_sf_hud_channelbar 0; dota_sf_hud_chat 0; dota_sf_hud_inventory 0; dota_sf_hud_top 0; dota_hud_healthbars 0; dota_no_minimap 1; cl_drawhud 0; dota_render_crop_height 0; dota_render_y_inset 0; alias ssMode fullui"


alias "driveMode" "driveon"

alias "driveon" "sv_cheats 1; demoui; thirdperson; alias driveMode driveoff"

alias "driveoff" "sv_cheats 0; demoui; firstperson; alias driveMode driveon"