View Full Version : FPS/Ping v2.0
This mod adds two resizable movable panels. One for FPS and one for Ping.
FPS Panel:
http://www.shrani.si/f/2h/uD/3gbpyEkp/fps.jpg
Requirements
HoN Mod Manager (http://forums.heroesofnewerth.com/showthread.php?t=25883)
Changelog
v2.0
- Updated for HoN v2.0
v1.1
- Mod is now auto-updateable
- Ping can be shown automaticly
* in options, you can set if and how often ping will be shown
v1.0
- Initial release
DOWNLOAD HONMOD: http://dl.dropbox.com/u/10093959/HoNMods/FPS-Ping/fpsping.honmod
zunaguli
08-11-2010, 07:46 PM
nice work! :)
DarkZero901
08-11-2010, 08:34 PM
Cool stuff man.
ObeseSheep
08-11-2010, 08:57 PM
Fraps overlay can't move. you > fraps. GJ =D
NiGHTsC
08-12-2010, 12:38 AM
Can you make a ping panel that always shows the ping like FPS's beside a button to click?
Of course, set up an infrequent refresh rate, like 5s~10s
Thank you for such great mod, always wanted it.
TallHammer
08-12-2010, 02:47 AM
please make a way to remove the boarder..:)
Can you make a ping panel that always shows the ping like FPS's beside a button to click?
Of course, set up an infrequent refresh rate, like 5s~10s
Thank you for such great mod, always wanted it.
Like I said in the first post, there is no trigger for Ping like it's for FPS and I can't get the value of it. That's why I made button for quick solution. I will try to parse it from chat, but I need to upgrade my modding skills for that first. :D
please make a way to remove the boarder..:)
You mean that blue border on the picture? It's only on the picture, there is no border in game. You can see that mod in action here:
http://www.shrani.si/f/W/BB/22diZRk0/2/shot0009.jpg
NiGHTsC
08-12-2010, 11:54 PM
Like I said in the first post, there is no trigger for Ping like it's for FPS and I can't get the value of it. That's why I made button for quick solution. I will try to parse it from chat, but I need to upgrade my modding skills for that first. :DOh my bad, didn't read it at first, lol...
GoGo S2 :)
Thank you once again.
Witchking
08-13-2010, 06:08 AM
Until that Ping command is supported by S2, can't you just let the game automatically ping every 20 or 30 seconds and display the result? That'd be easier than hitting a button every time you want to know your ping.
I though about that, but then again you have spam on chat every 20 sec so I don't know if this is smart, maybe I will make it optional...
s3r1al1337
08-13-2010, 08:33 AM
Here, a mod i made that shows the ping in the box. I made it refresh when you move your mouse over it. It still writes the ping in the chat box, if I could somehow suppress the chat messages, and if i knew how to make a simple timer trigger then it would be perfect.
Chat messages could be suppressed by making a custom chat box, catching all messages from the default box, forwarding them to the custom chat box, and removing the "Current ping:" text. We could maybe somehow use Silv3ri's Chat Redone (http://forums.heroesofnewerth.com/showthread.php?t=124256#chat_redone) mod for suppressing the "Current ping" text.
Requires:
Movable Frames
Bang! lib Chat Parser
http://www.mediafire.com/?15cxfjvsaxez81h
Bangerz
08-13-2010, 01:13 PM
Here, a mod i made that shows the ping in the box. I made it refresh when you move your mouse over it. It still writes the ping in the chat box, if I could somehow suppress the chat messages, and if i knew how to make a simple timer trigger then it would be perfect.
Chat messages could be suppressed by making a custom chat box, catching all messages from the default box, forwarding them to the custom chat box, and removing the "Current ping:" text. We could maybe somehow use Silv3ri's Chat Redone (http://forums.heroesofnewerth.com/showthread.php?t=124256#chat_redone) mod for suppressing the "Current ping" text.
Requires:
Movable Frames
Bang! lib Chat Parser
http://www.mediafire.com/?15cxfjvsaxez81h
Bang! Buddy Hover Info does the trick you are looking for.
New version v1.1. See changelog.
You can now improve this mod and has it show ping in a movable box.
fatings
10-02-2010, 09:36 AM
yeah, update it pls :)
s3r1al1337
10-02-2010, 11:33 PM
Here, a mod i made that shows the ping in the box. I made it refresh when you move your mouse over it. It still writes the ping in the chat box, if I could somehow suppress the chat messages, and if i knew how to make a simple timer trigger then it would be perfect.
Chat messages could be suppressed by making a custom chat box, catching all messages from the default box, forwarding them to the custom chat box, and removing the "Current ping:" text. We could maybe somehow use Silv3ri's Chat Redone (http://forums.heroesofnewerth.com/showthread.php?t=124256#chat_redone) mod for suppressing the "Current ping" text.
Requires:
Movable Frames
Bang! lib Chat Parser
http://www.mediafire.com/?15cxfjvsaxez81h
Updated version of this mod: http://www.mediafire.com/?yz8psl88fkhokkb
- shows the ping in a small panel
- auto-refresh every 5 seconds
- starts working at 5 seconds match time
Of course, mtK should also update his mod, because this one I made is very simple, with no options, and it shows just the ping without the FPS panel.
NiGHTsC
10-03-2010, 12:03 AM
Love the new UI_CMD, love your updated version s3r1al1337 :)
s3r1al1337
10-03-2010, 09:58 AM
Love the new UI_CMD, love your updated version s3r1al1337 :)
thx dude :)
breezzz
01-26-2011, 11:46 PM
1. ctrl+f8
2. host_drawfps 1
3. ??????????
4. profit
NOT, it's not movable. Also no ping.
DinkDink
02-21-2011, 02:03 PM
host_drawfps 2 = ping
BUT still not movable and you CANNOT have both FPS and Ping at same time. Also they cause lag since they both poll too often. FPS less so cause it is all client side, but Ping defiantly does cause it was meant to debug only.
Kllash
04-30-2012, 11:07 PM
Link is broken, anyone got a new one?
HELLruler
05-12-2012, 03:29 PM
Link not working
Doylexan
10-01-2012, 12:32 PM
What UI mod are you using? I would like to try it myself
Doylexan
10-01-2012, 12:35 PM
Like I said in the first post, there is no trigger for Ping like it's for FPS and I can't get the value of it. That's why I made button for quick solution. I will try to parse it from chat, but I need to upgrade my modding skills for that first. :D
You mean that blue border on the picture? It's only on the picture, there is no border in game. You can see that mod in action here:
http://www.shrani.si/f/W/BB/22diZRk0/2/shot0009.jpg
Referring to this one ofc.
dodgers
10-03-2012, 10:19 AM
yo mtk why is ur mod not working anymore :( can you update it ?
fpsping does work, it just doesn't update any more. I linked it a few posts back
Fluffums
10-06-2012, 02:49 AM
Yeah would like this as MiniMods dont work.
Volko_Biatch
12-20-2012, 10:41 AM
Someone re-upload this mod plz
Bluemoon
03-22-2013, 09:49 PM
this mod turns your screen black after the newest patch :(
that's sad, since it worked very well so far until now
BigBlayz
03-23-2013, 11:33 AM
Someone update?
Marach
03-27-2013, 03:06 PM
Someone update?
I think someone did here:
https://forums.heroesofnewerth.com/showthread.php?488146-Fps-Ping-Mod&p=15628474&viewfull=1#post15628474
q8bohmed
04-06-2013, 05:07 AM
-Fixed fpsping.honmod (7 KB)
Two Links: same mod
http://bitly.com/fpspinghonmodMega
http://bitly.com/fpspinghonmodskydrive
After apply mod go to movable "in-game" reset FPSPING panel
manafo
04-08-2013, 03:54 AM
fpsping - Copy - Fix by q8bohmed.honmod (7 KB)
https://mega.co.nz/#!cJgjHD5b!LBxmkFrTZhIu1D-XNq2GHGuxrGwrd7nRUPgMl3Pjg5U (https://mega.co.nz/#%21cJgjHD5b%21LBxmkFrTZhIu1D-XNq2GHGuxrGwrd7nRUPgMl3Pjg5U)
After download rename the file to "fpsping.honmod"
After aplly mod go to movable in-game reset FPSPING panel
link expired
q8bohmed
04-08-2013, 10:01 AM
link expired
Check this new link: http://bitly.com/fpspinghonmodskydrive (https://skydrive.live.com/redir?resid=55B5F18C3459E38C!272&authkey=!ABOzbSBISjpXb3s)
N`Hydrolisk
04-27-2013, 01:13 AM
This mod appears to be causing problems for me: the dark grey filter that normally appears within the boxes of the FPS and Ping panels also obscures the entire game.
Serrrie
04-27-2013, 03:48 PM
You could give 'Mini info' (http://forums.heroesofnewerth.com/showthread.php?342942-MiniMods) a try.. That is one of the few ping mods that seems to work fine atm.
Wiggy_boy
04-28-2013, 02:55 AM
Or He could try using the search button, I prefer google tho, they both do the job really... http://forums.heroesofnewerth.com/showthread.php?488146-Fps-Ping-Mod