• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:57
CEST 10:57
KST 17:57
  • 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
BGE Stara Zagora 2025: Info & Preview27Code S RO12 Preview: GuMiho, Bunny, SHIN, ByuN3The Memories We Share - Facing the Final(?) GSL46Code S RO12 Preview: Cure, Zoun, Solar, Creator4[ASL19] Finals Preview: Daunting Task30
Community News
[BSL20] ProLeague: Bracket Stage & Dates8GSL Ro4 and Finals moved to Sunday June 15th12Weekly Cups (May 27-June 1): ByuN goes back-to-back0EWC 2025 Regional Qualifier Results26Code S RO12 Results + RO8 Groups (2025 Season 2)3
StarCraft 2
General
BGE Stara Zagora 2025: Info & Preview The SCII GOAT: A statistical Evaluation Magnus Carlsen and Fabi review Clem's chess game. Jim claims he and Firefly were involved in match-fixing GSL Ro4 and Finals moved to Sunday June 15th
Tourneys
Bellum Gens Elite: Stara Zagora 2025 SOOPer7s Showmatches 2025 Master Swan Open (Global Bronze-Master 2) $5,100+ SEL Season 2 Championship (SC: Evo) Cheeseadelphia 2025 - Open Bracket LAN!
Strategy
[G] Darkgrid Layout Simple Questions Simple Answers [G] PvT Cheese: 13 Gate Proxy Robo
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 476 Charnel House Mutation # 475 Hard Target Mutation # 474 Futile Resistance Mutation # 473 Cold is the Void
Brood War
General
Will foreigners ever be able to challenge Koreans? [BSL20] ProLeague: Bracket Stage & Dates BGH auto balance -> http://bghmmr.eu/ BW General Discussion I made an ASL quiz
Tourneys
[ASL19] Grand Finals [Megathread] Daily Proleagues [BSL20] ProLeague Bracket Stage - Day 2 [BSL20] ProLeague Bracket Stage - Day 1
Strategy
I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
Stormgate/Frost Giant Megathread What do you want from future RTS games? Path of Exile Nintendo Switch Thread Mechabellum
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
LiquidLegends to reintegrate into TL.net
Heroes of the Storm
Heroes of the Storm 2.0 Simple Questions, Simple Answers
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Vape Nation Thread European Politico-economics QA Mega-thread
Fan Clubs
Maru Fan Club Serral Fan Club
Media & Entertainment
Korean Music Discussion [Manga] One Piece
Sports
2024 - 2025 Football Thread Formula 1 Discussion NHL Playoffs 2024
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Cleaning My Mechanical Keyboard
TL Community
The Automated Ban List
Blogs
Cognitive styles x game perf…
TrAiDoS
StarCraft improvement
iopq
Heero Yuy & the Tax…
KrillinFromwales
I was completely wrong ab…
jameswatts
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Poker
Nebuchad
Customize Sidebar...

Website Feedback

Closed Threads



Active: 26100 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
Next event in 3m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
ProTech69
EnDerr 36
StarCraft: Brood War
Mong 1097
Hyuk 863
Killer 269
EffOrt 265
actioN 250
TY 250
Mind 188
Aegong 84
Leta 74
soO 35
[ Show more ]
Pusan 33
Sharp 12
[sc1f]eonzerg 7
Bale 4
Dota 2
XcaliburYe564
Fuzer 202
XaKoH 87
Counter-Strike
Stewie2K1537
Heroes of the Storm
Khaldor273
Other Games
summit1g5943
Happy543
SC2_NightMare2
Organizations
StarCraft: Brood War
UltimateBattle 45
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
Dota 2
PGL Dota 2 - Main Stream0
StarCraft: Brood War
sctven
[ Show 11 non-featured ]
StarCraft 2
• LUISG 27
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt586
Upcoming Events
SOOP
3m
Classic vs GuMihoLIVE!
sooper7s
Sparkling Tuna Cup
1h 3m
AllThingsProtoss
2h 3m
Fire Grow Cup
6h 3m
BSL: ProLeague
9h 3m
HBO vs Doodle
spx vs Tech
DragOn vs Hawk
Dewalt vs TerrOr
Replay Cast
15h 3m
Replay Cast
1d 15h
Replay Cast
2 days
WardiTV Invitational
2 days
WardiTV Invitational
2 days
[ Show More ]
GSL Code S
3 days
Rogue vs GuMiho
Maru vs Solar
Replay Cast
3 days
GSL Code S
4 days
herO vs TBD
Classic vs TBD
The PondCast
4 days
Replay Cast
4 days
GSL Code S
5 days
WardiTV Invitational
5 days
Korean StarCraft League
5 days
CranKy Ducklings
6 days
WardiTV Invitational
6 days
Cheesadelphia
6 days
Cheesadelphia
6 days
Liquipedia Results

Completed

CSL Season 17: Qualifier 1
BGE Stara Zagora 2025
Heroes 10 EU

Ongoing

JPL Season 2
BSL 2v2 Season 3
BSL Season 20
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL Season 17: Qualifier 2
2025 GSL S2
BLAST.tv Austin Major 2025
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
ECL Season 49: Europe
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025
BLAST Open Spring 2025

Upcoming

CSL 17: 2025 SUMMER
Copa Latinoamericana 4
CSLPRO Last Chance 2025
CSLPRO Chat StarLAN 3
K-Championship
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
Murky Cup #2
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
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.