• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 03:35
CEST 09:35
KST 16:35
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Serral wins EWC 202542Tournament Spotlight: FEL Cracow 202510Power Rank - Esports World Cup 202580RSL Season 1 - Final Week9[ASL19] Finals Recap: Standing Tall15
Community News
Weekly Cups (Jul 28-Aug 3): herO doubles up5LiuLi Cup - August 2025 Tournaments3[BSL 2025] H2 - Team Wars, Weeklies & SB Ladder10EWC 2025 - Replay Pack4Google Play ASL (Season 20) Announced55
StarCraft 2
General
Serral wins EWC 2025 Clem Interview: "PvT is a bit insane right now" TL Team Map Contest #5: Presented by Monster Energy Would you prefer the game to be balanced around top-tier pro level or average pro level? Weekly Cups (Jul 28-Aug 3): herO doubles up
Tourneys
WardiTV Mondays $5,000 WardiTV Summer Championship 2025 Sparkling Tuna Cup - Weekly Open Tournament LiuLi Cup - August 2025 Tournaments Sea Duckling Open (Global, Bronze-Diamond)
Strategy
Custom Maps
External Content
Mutation # 485 Death from Below Mutation # 484 Magnetic Pull Mutation #239 Bad Weather Mutation # 483 Kill Bot Wars
Brood War
General
BW General Discussion How do the new Battle.net ranks translate? Nobody gona talk about this year crazy qualifiers? [G] Progamer Settings Help, I can't log into staredit.net
Tourneys
[ASL20] Online Qualifiers Day 2 [Megathread] Daily Proleagues Cosmonarchy Pro Showmatches [ASL20] Online Qualifiers Day 1
Strategy
Simple Questions, Simple Answers [G] Mineral Boosting Muta micro map competition Does 1 second matter in StarCraft?
Other Games
General Games
Stormgate/Frost Giant Megathread Total Annihilation Server - TAForever Nintendo Switch Thread Beyond All Reason [MMORPG] Tree of Savior (Successor of Ragnarok)
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
Things Aren’t Peaceful in Palestine European Politico-economics QA Mega-thread US Politics Mega-thread 9/11 Anniversary Possible Al Qaeda Attack on 9/11
Fan Clubs
INnoVation Fan Club SKT1 Classic Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread [\m/] Heavy Metal Thread Korean Music Discussion
Sports
2024 - 2025 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Gtx660 graphics card replacement Installation of Windows 10 suck at "just a moment" Computer Build, Upgrade & Buying Resource Thread
TL Community
TeamLiquid Team Shirt On Sale The Automated Ban List
Blogs
[Girl blog} My fema…
artosisisthebest
Sharpening the Filtration…
frozenclaw
ASL S20 English Commentary…
namkraft
The Link Between Fitness and…
TrAiDoS
momentary artworks from des…
tankgirl
from making sc maps to makin…
Husyelt
Customize Sidebar...

Website Feedback

Closed Threads



Active: 629 users

Customising Dota 2 - Page 14

Forum Index > The Tavern
Post a Reply
Prev 1 12 13 14 15 16 17 Next All
YourGoodFriend
Profile Blog Joined June 2010
United States2197 Posts
May 02 2014 18:50 GMT
#261
I saw a different setting look on joindota stream. Does anyone know how to do that? Image of what I am talking about in spoiler

+ Show Spoiler +
[image loading]
anonymous is the most famous author that anyone can be
ahswtini
Profile Blog Joined June 2008
Northern Ireland22208 Posts
May 02 2014 19:51 GMT
#262
On May 03 2014 03:50 YourGoodFriend wrote:
I saw a different setting look on joindota stream. Does anyone know how to do that? Image of what I am talking about in spoiler

+ Show Spoiler +
[image loading]

It was updated to that in the latest patch 6.81
"As I've said, balance isn't about strategies or counters, it's about probability and statistics." - paralleluniverse
YourGoodFriend
Profile Blog Joined June 2010
United States2197 Posts
May 02 2014 20:23 GMT
#263
On May 03 2014 04:51 ahswtini wrote:
Show nested quote +
On May 03 2014 03:50 YourGoodFriend wrote:
I saw a different setting look on joindota stream. Does anyone know how to do that? Image of what I am talking about in spoiler

+ Show Spoiler +
[image loading]

It was updated to that in the latest patch 6.81


Awesome! Thanks! havent gotten on since the new patch
anonymous is the most famous author that anyone can be
Jutranjo
Profile Joined October 2010
Slovenia140 Posts
May 13 2014 13:09 GMT
#264
I'm having problems getting something in my autoexec.cfg working. It's a .cfg , not .txt in dota 2 beta\dota\cfg and the content is this:

bind “F6” “dota_camera_setpos -2273.898682 1232.745483 982.072876”
bind “F7” “dota_camera_setpos 3035.773438 -2972.680176 966.072937”

I think the game has F6 default to "jpeg" command, but even if I switch the two binds to - and = it doesn't work. If I enter it manually in the console in game it works fine though.
ReignSupreme.
Profile Blog Joined September 2012
Australia4123 Posts
Last Edited: 2014-05-13 13:23:14
May 13 2014 13:14 GMT
#265
I personally use:

//Top Rune Bind
alias "+runetop" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
alias "-runetop" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "z" "+runetop"

//Bottom Rune Bind
alias "+runebot" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
alias "-runebot" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "x" "+runebot"


You could just subsitute "z" and "x" for the key's you want to use.
The // lines do nothing, they are just comments and the +/- just makes it so when I release those keys the camera moves back to my hero.
Jutranjo
Profile Joined October 2010
Slovenia140 Posts
May 13 2014 13:32 GMT
#266
On May 13 2014 22:14 ReignSupreme. wrote:
I personally use:

Show nested quote +
//Top Rune Bind
alias "+runetop" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
alias "-runetop" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "z" "+runetop"

//Bottom Rune Bind
alias "+runebot" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
alias "-runebot" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "x" "+runebot"


You could just subsitute "z" and "x" for the key's you want to use.
The // lines do nothing, they are just comments and the +/- just makes it so when I release those keys the camera moves back to my hero.

Thank you, these work now. Only problem is I can't get F6 to be bound, it's always bound to the jpeg command.
tauon
Profile Blog Joined January 2012
Australia1278 Posts
May 13 2014 13:36 GMT
#267
It's a pity I can't edit the OP anymore, It would be really good to add this:
On March 06 2014 09:40 DeltruS wrote:
dota_minimap_creep_scale 2
dota_minimap_hero_size "1065"
dota_unit_use_player_color "1";
dota_friendly_color_b "0"; dota_friendly_color_g ".45"; dota_friendly_color_r "1";
dota_enemy_color_b "1"; dota_enemy_color_g ".6"; dota_enemy_color_r "0";


Makes the minimap look amazing. I fiddled with the colors for a long time to get them perfect. The enemy creeps have colors that contrast against their color scheme.
+ Show Spoiler +
[image loading]

Road to 6sange
ReignSupreme.
Profile Blog Joined September 2012
Australia4123 Posts
May 13 2014 13:52 GMT
#268
You can ask a mod to enable the OP for re-editing (or at least, you could back in the motherland (TL)).
Jutranjo
Profile Joined October 2010
Slovenia140 Posts
May 13 2014 14:38 GMT
#269
It turns out what I'm actually having trouble with is unbinding certain keys I set in the config.cfg that aren't in the options menu in-game or it's being synced with the steam cloud, maybe? Once I got rid of 6 being bound to control group 6 I could use it in the autoexec but not before.
tauon
Profile Blog Joined January 2012
Australia1278 Posts
May 13 2014 16:25 GMT
#270
On May 13 2014 22:52 ReignSupreme. wrote:
You can ask a mod to enable the OP for re-editing (or at least, you could back in the motherland (TL)).

I asked Firebolt and he unlocked it. I'll add some more stuff in this week-end.
Road to 6sange
Yoshi-
Profile Joined October 2008
Germany10227 Posts
May 13 2014 16:26 GMT
#271
On May 13 2014 22:32 Jutranjo wrote:
Show nested quote +
On May 13 2014 22:14 ReignSupreme. wrote:
I personally use:

//Top Rune Bind
alias "+runetop" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
alias "-runetop" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "z" "+runetop"

//Bottom Rune Bind
alias "+runebot" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
alias "-runebot" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "x" "+runebot"


You could just subsitute "z" and "x" for the key's you want to use.
The // lines do nothing, they are just comments and the +/- just makes it so when I release those keys the camera moves back to my hero.

Thank you, these work now. Only problem is I can't get F6 to be bound, it's always bound to the jpeg command.


try "unbind F6"
Jutranjo
Profile Joined October 2010
Slovenia140 Posts
May 13 2014 19:17 GMT
#272
On May 14 2014 01:26 Yoshi- wrote:
Show nested quote +
On May 13 2014 22:32 Jutranjo wrote:
On May 13 2014 22:14 ReignSupreme. wrote:
I personally use:

//Top Rune Bind
alias "+runetop" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
alias "-runetop" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "z" "+runetop"

//Bottom Rune Bind
alias "+runebot" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
alias "-runebot" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "x" "+runebot"


You could just subsitute "z" and "x" for the key's you want to use.
The // lines do nothing, they are just comments and the +/- just makes it so when I release those keys the camera moves back to my hero.

Thank you, these work now. Only problem is I can't get F6 to be bound, it's always bound to the jpeg command.


try "unbind F6"

Tried adding to autoexec, didn't work. Tried using in game and then restarting, it's still back on "jpeg" though it does nothing after I unbind it via console.
Maaasta
Profile Joined April 2010
61 Posts
May 28 2014 04:25 GMT
#273
Does someone know how i can rebind map ping when i use "dota_remap_alt key x"?
tebotebo
Profile Joined May 2014
7 Posts
May 28 2014 22:51 GMT
#274
Awesome thread! Thanks man.
Fumanchu
Profile Blog Joined February 2008
Canada669 Posts
Last Edited: 2014-06-14 16:45:10
June 14 2014 16:44 GMT
#275
I just set up my own file a week ago. I also added kill thresholds for the ults of axe, lina, lion, and sniper. I also made one for dagon. Of course this is only helpful as long as they don't have extra magic resistance. But I play axe a lot, and now I never mistime an ult.
Easy doesnt fit into grownup life.
H3rN4n_11
Profile Joined June 2014
Spain3 Posts
June 17 2014 20:44 GMT
#276
Hi, I want a simple thing but I can't achieve just yet.
I want to swap Tab key with left Shift key.
In windows I did it with the program AutoHotKeys but in linux I change de keycodes of the keys but Dota don't use the X keymapping.

I think that with the console I could do it.

Any help?
Lots of thanks, sorry for my English.
rmfame[emw]
Profile Joined November 2010
Germany7 Posts
June 19 2014 12:44 GMT
#277
On May 13 2014 22:14 ReignSupreme. wrote:
I personally use:

Show nested quote +
//Top Rune Bind
alias "+runetop" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
alias "-runetop" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "z" "+runetop"

//Bottom Rune Bind
alias "+runebot" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
alias "-runebot" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "x" "+runebot"


You could just subsitute "z" and "x" for the key's you want to use.
The // lines do nothing, they are just comments and the +/- just makes it so when I release those keys the camera moves back to my hero.

Hey, since today, the latest DotA update, these binds do not work anymore?
Any ideas? im not really into scripting and stuff. thanks a lot!
makmeatt
Profile Blog Joined June 2011
2024 Posts
June 19 2014 12:58 GMT
#278
On June 19 2014 21:44 rmfame[emw] wrote:
Show nested quote +
On May 13 2014 22:14 ReignSupreme. wrote:
I personally use:

//Top Rune Bind
alias "+runetop" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
alias "-runetop" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "z" "+runetop"

//Bottom Rune Bind
alias "+runebot" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
alias "-runebot" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "x" "+runebot"


You could just subsitute "z" and "x" for the key's you want to use.
The // lines do nothing, they are just comments and the +/- just makes it so when I release those keys the camera moves back to my hero.

Hey, since today, the latest DotA update, these binds do not work anymore?
Any ideas? im not really into scripting and stuff. thanks a lot!


From Reddit:
2 hours ago Skomski wrote:
It still works. They just changed the dota_camera_setpos command to only accept 2 arguments.

You now need to specify only the x and y coordinate and add 566 to the y coordinate from dota_camera_getpos.

bind "F4" "dota_camera_setpos -2273 1800" // Top Rune

bind "F5" "dota_camera_setpos 3035 -2350" // Bot Rune

"Silver Edge can't break my hope" - Kryptt 2016 || "Chrono is not a debuff, you just get rekt" - Guru 2016
rmfame[emw]
Profile Joined November 2010
Germany7 Posts
June 19 2014 13:11 GMT
#279
thats it! works now again. thanky man <3
Chewits
Profile Joined September 2006
Northern Ireland1200 Posts
Last Edited: 2014-06-19 20:33:46
June 19 2014 20:27 GMT
#280
On June 19 2014 21:58 makmeatt wrote:
Show nested quote +
On June 19 2014 21:44 rmfame[emw] wrote:
On May 13 2014 22:14 ReignSupreme. wrote:
I personally use:

//Top Rune Bind
alias "+runetop" "dota_camera_setpos -2273.898682 1232.745483 982.072876"
alias "-runetop" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "z" "+runetop"

//Bottom Rune Bind
alias "+runebot" "dota_camera_setpos 3035.773438 -2972.680176 966.072937"
alias "-runebot" "+dota_camera_follow;+dota_camera_follow;-dota_camera_follow"
bind "x" "+runebot"


You could just subsitute "z" and "x" for the key's you want to use.
The // lines do nothing, they are just comments and the +/- just makes it so when I release those keys the camera moves back to my hero.

Hey, since today, the latest DotA update, these binds do not work anymore?
Any ideas? im not really into scripting and stuff. thanks a lot!


From Reddit:
Show nested quote +
2 hours ago Skomski wrote:
It still works. They just changed the dota_camera_setpos command to only accept 2 arguments.

You now need to specify only the x and y coordinate and add 566 to the y coordinate from dota_camera_getpos.

bind "F4" "dota_camera_setpos -2273 1800" // Top Rune

bind "F5" "dota_camera_setpos 3035 -2350" // Bot Rune



When I tried this, it goes to the rune, but it does not go back to the hero. Any ideas ???
Whats the altitude?
Prev 1 12 13 14 15 16 17 Next All
Please log in or register to reply.
Live Events Refresh
OSC
00:00
Elite Rising Star #16 - Day 1
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech39
StarCraft: Brood War
ggaemo 2114
Pusan 350
Leta 232
Light 177
PianO 122
Noble 63
Backho 51
GoRush 40
NaDa 30
HiyA 24
[ Show more ]
Bale 14
Sharp 6
Dota 2
ODPixel115
XcaliburYe17
League of Legends
JimRising 682
Counter-Strike
Stewie2K1109
shoxiejesuss310
allub47
Super Smash Bros
Westballz32
Other Games
summit1g8639
Tasteless241
Pyrionflax78
SortOf65
NeuroSwarm53
Organizations
Other Games
gamesdonequick1168
StarCraft: Brood War
UltimateBattle 61
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH383
• davetesta31
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt471
• HappyZerGling179
Other Games
• Scarra1000
Upcoming Events
OSC
2h 25m
WardiTV Summer Champion…
3h 25m
WardiTV Summer Champion…
7h 25m
PiGosaur Monday
16h 25m
WardiTV Summer Champion…
1d 3h
Stormgate Nexus
1d 6h
uThermal 2v2 Circuit
1d 8h
The PondCast
2 days
WardiTV Summer Champion…
2 days
Replay Cast
2 days
[ Show More ]
LiuLi Cup
3 days
uThermal 2v2 Circuit
3 days
RSL Revival
3 days
RSL Revival
4 days
uThermal 2v2 Circuit
4 days
CSO Cup
4 days
Sparkling Tuna Cup
5 days
uThermal 2v2 Circuit
5 days
Wardi Open
6 days
RotterdaM Event
6 days
Liquipedia Results

Completed

ASL Season 20: Qualifier #2
FEL Cracow 2025
CC Div. A S7

Ongoing

Copa Latinoamericana 4
Jiahua Invitational
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
HCC Europe
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025

Upcoming

ASL Season 20
CSLPRO Chat StarLAN 3
BSL Season 21
BSL 21 Team A
RSL Revival: Season 2
Maestros of the Game
SEL Season 2 Championship
WardiTV Summer 2025
uThermal 2v2 Main Event
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
Roobet Cup 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.