SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: Valentin_'s DotaKeys

Page 1 of 3 123 LastLast
Results 1 to 20 of 52
  1. #1
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234

    Valentin_'s DotaKeys

    Valentin_'s DotA HotKeys (v1.5) (updated 10/16/09)

    What it does: This Mod will allow you to have the same hot keys as the heroes in DotA
    for those heroes that are ported in HoN, and similar hotkeys for HoN only heroes.


    Creator: Valentin_

    Screenshot:




    Instalation

    Option 1

    Download this file, copy and place into the C:\Program Files\Heroes of Newerth\game\ directory (or wherever your game is installed.)

    http://www.mediafire.com/download.php?dztdyvzdjzy (version 1.3 - sz version, works ON GAME PATCH 0.1.49.0!)

    Download and Installation - Mod Manager (v1.0)

    http://www.mediafire.com/download.php?ngdzcd3wezm (version 1.5 - HoNMOD version)


    Mods (*.honmod files) go into the game\mods sub-directory of your HoN install (which will be created when you first launch the program). Any mod files in that directory that are compatible will automatically show up in the program.

    The default locations for this directory are:
    Windows: C:\Program Files\Heroes of Newerth\game\mods
    Linux: /home/<username>/HoN/game/mods
    Mac:
    1. Press Finder
    2. Press Applications
    3. Right click 'Heroes of Newerth', and press Show containing files
    4. Open Game folder
    5. Open mods folder
    6. Move *.honmod files here

    Last edited by Valentin_; 10-17-2009 at 12:21 AM.

  2. #2
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234
    Changelog

    1.0 - First version
    1.1 - Fixed a few bugs, nicer visual output
    1.2 - Fixed pyromancer, added credits
    1.3 - Fixed scout not having a key for his ward skill
    1.4 - Fixed queen of pain hotkey
    1.5 - Fixed scout not having a key for silencing closes ward
    Last edited by Valentin_; 10-17-2009 at 12:22 AM.

  3. #3
    Offline
    Account Icon
    Join Date
    Jul 2009
    Location
    WI
    Posts
    411
    Very well done and put together

    heres my ideas for the mod
    1: toggle wut heroes you want to have the hot keys for (some people prefer the DotA keys for certain heroes but not all)

    and if i come up with anything else ill edit this post or make a new
    in loving memory of Rikimaru

  4. #4
    You shouldn't make it TeamChat, do GameMessage.
    Quote Originally Posted by Eccentrikit View Post
    How to use ALT + F4 to RAGE QUIT HoN:
    1) Open Console (Ctrl + F8)
    2) Type in "Bind ALT+F4 Quit"
    -Alternatively, you can use "Disconnect" instead of "Quit" to disconnect from current game.
    3) press ALT + F4 to RAGE QUIT!
    -Note: This will NOT work if you have a chatbox focused. (Escape to unfocus a chatbox)
    **If you have any questions about keybinds in HoN, feel free to ask and I'll try my best to help.

  5. #5
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234
    Okay. But I still have the problem with the reloading of the code. Thus the message is displayed over and over again. I want it displayed only once.

    I was thinking of putting an extra condition in the If Statement, but I'm not sure how to read a variable.

    Basically what I was thinking was. Set up a global variable, call it dotaKeys_hero. Initially it is empty. When I evaluate the active name, I also compare this to the dotakeys_hero. The first time when I rebind the keys I also write the DotaKeys_hero variable, so next time that piece of code is executed, it will get stuck in the If condition.

    Problem is I dont know how to write / read a variable inside that if statement. The watch attribute only lets me have a parameter so ...

  6. #6
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234
    ADI: GameMessage won't let me do colors. It won't let me do spaces either

  7. #7
    Code:
    CreateBool(dotaKeys_hero', true);
    	If (dotaKeys_hero, Split(
    		Insert code here
    		Set(dotaKeys_hero, false)
    	))
    Btw the name's Eccentrikit, or KIT... ADI is my clan tag lol
    Quote Originally Posted by Eccentrikit View Post
    How to use ALT + F4 to RAGE QUIT HoN:
    1) Open Console (Ctrl + F8)
    2) Type in "Bind ALT+F4 Quit"
    -Alternatively, you can use "Disconnect" instead of "Quit" to disconnect from current game.
    3) press ALT + F4 to RAGE QUIT!
    -Note: This will NOT work if you have a chatbox focused. (Escape to unfocus a chatbox)
    **If you have any questions about keybinds in HoN, feel free to ask and I'll try my best to help.

  8. #8
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234
    I'm working on it. Actually I need something better than that, I'm just having problems now with concatenating two strings.

    I'm declaring a string variable, then I want to display it something in the lines of

    Code:
    TeamChat('Version ' + dotakeys_version );
    but I only get something like 1.10000 displayed ... any ideas? I've tried FtoA function (although the variable dotakeys_version is declared as a string ... ) ... maybe I'm not using the correct synthax to concatenate?

  9. #9
    Try:
    Code:
    TeamChat('Version ' # dotakeys_version);
    Quote Originally Posted by Eccentrikit View Post
    How to use ALT + F4 to RAGE QUIT HoN:
    1) Open Console (Ctrl + F8)
    2) Type in "Bind ALT+F4 Quit"
    -Alternatively, you can use "Disconnect" instead of "Quit" to disconnect from current game.
    3) press ALT + F4 to RAGE QUIT!
    -Note: This will NOT work if you have a chatbox focused. (Escape to unfocus a chatbox)
    **If you have any questions about keybinds in HoN, feel free to ask and I'll try my best to help.

  10. #10
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Jul 2009
    Location
    Ottawa, Canada, Earth, Sol Sector, Alpha Quadrant, Milky Way, Local Group, Universe
    Posts
    5,408
    I suggest you claim a number in the repository, then I'll add this to the .honmod repository.

  11. #11
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234
    Alright I'll claim 060 then Mod updated to 1.1, all bugs fixed should be good to go now.

  12. #12
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Jul 2009
    Location
    Ottawa, Canada, Earth, Sol Sector, Alpha Quadrant, Milky Way, Local Group, Universe
    Posts
    5,408
    Warchamp7 is the one that deals with the number claims, post the request in the repository.

  13. #13
    Jerk, no credits to people who helped you... xD
    Quote Originally Posted by Eccentrikit View Post
    How to use ALT + F4 to RAGE QUIT HoN:
    1) Open Console (Ctrl + F8)
    2) Type in "Bind ALT+F4 Quit"
    -Alternatively, you can use "Disconnect" instead of "Quit" to disconnect from current game.
    3) press ALT + F4 to RAGE QUIT!
    -Note: This will NOT work if you have a chatbox focused. (Escape to unfocus a chatbox)
    **If you have any questions about keybinds in HoN, feel free to ask and I'll try my best to help.

  14. #14
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234
    Haha, will add them in 1.2

  15. #15
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234
    PS It actually works better than I thought! If someone disconnects (read Rage Quits :P ) then if I control the hero, it changes the hotkeys. Select my hero back, it changes them back. G.G.

  16. #16
    Exactly, thats the point of ActiveName
    Quote Originally Posted by Eccentrikit View Post
    How to use ALT + F4 to RAGE QUIT HoN:
    1) Open Console (Ctrl + F8)
    2) Type in "Bind ALT+F4 Quit"
    -Alternatively, you can use "Disconnect" instead of "Quit" to disconnect from current game.
    3) press ALT + F4 to RAGE QUIT!
    -Note: This will NOT work if you have a chatbox focused. (Escape to unfocus a chatbox)
    **If you have any questions about keybinds in HoN, feel free to ask and I'll try my best to help.

  17. #17
    Offline
    Account Icon
    Join Date
    Jul 2009
    Location
    Juazeiro, BA, Brasil
    Posts
    1,042
    You need to make .s2z to get a number, or am I wrong?
    [suggestion]Implement SmartCast keys:
    http://forums.heroesofnewerth.com/sh...d.php?t=384829

  18. #18
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Jul 2009
    Location
    Ottawa, Canada, Earth, Sol Sector, Alpha Quadrant, Milky Way, Local Group, Universe
    Posts
    5,408
    Yes, but I'll eventually add mods without numbers to the list.

  19. #19
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Sep 2009
    Location
    California
    Posts
    234
    Alright, mod updated to 1.2, a bug with Pyromancer fixed, also added credits for [ADI]Eccentrikit

    Updated the dl link, added the resources999.sz created (no other mods were enabled when this was created.)

  20. #20
    Quote Originally Posted by Valentin_ View Post
    Alright, mod updated to 1.2, a bug with Pyromancer fixed, also added credits for [ADI]Eccentrikit

    Updated the dl link, added the resources999.sz created (no other mods were enabled when this was created.)
    rofl, I was really just kidding >.<
    Quote Originally Posted by Eccentrikit View Post
    How to use ALT + F4 to RAGE QUIT HoN:
    1) Open Console (Ctrl + F8)
    2) Type in "Bind ALT+F4 Quit"
    -Alternatively, you can use "Disconnect" instead of "Quit" to disconnect from current game.
    3) press ALT + F4 to RAGE QUIT!
    -Note: This will NOT work if you have a chatbox focused. (Escape to unfocus a chatbox)
    **If you have any questions about keybinds in HoN, feel free to ask and I'll try my best to help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •