|
|
hi
i really want to see some ingame stuff on my screen.
is it posible to get HoN ingame stat when i play ?
i will be really thenkfull if u can help me !
( ehem.. maybe bad enlish, but i tried !)
Practice makes master
But unfortunately, no, at this time there is no way to get in-game stats, only the stats i get from one of HoN's server. It will probably never be possible.
--------------In norwegian since i think ur from here-------------------
Det går desverre ikke ann å få tak i in-game info fra spillet nå. Det var en som jobbet med det, men han sluttet hon S2, og så vidt jeg vet er det ingen planer om å ta det prosjektet opp igjen.
Hi! I just recently downloaded you app and when I open HoN the log loops "Making Monochrome bitmap" every 10 seconds and my LCD turns mostly black. What am I doing wrong here?
Ok, i haven't posted an update in a while and there is a good reason for that. I am really busy with university at the moment and dont really want to mantain this project any more. I will be releasing its source soon (Just need some time to clean it up first).
PM if this is of interest and i could get you a pre-cleaned up copy
~Trippler
Lots of bugs unfortunetly, or just me being a retard who knows.
I'm testing it and using the original "settings" in the .txt document for my G15 and it show my mmr is 267, wards: 1203106, games 643 (not correct) etc. I saw your post about not wanting continuing this project but if you could answer me I would be pleased)
It is not you, It has bugs for everyone. Mine shows Wards ratio "inf", I should mark it in the main thread I guess. Sorry for your inconveniance.
Is this app dead? i would really like one that just showed the score board.
S2; Your patches and view points on game balance, always make me wonder if you're joking. If not, do you even play this game?
-----
1% of the BRs control 99% of the HoN rage. #occupyS2
It is dead. Then someone came and beat it up a bit more. Then it got slammed with ban's hammer.
Jokes aside though: it is dead, and I do not currently have the time to revive it.
The s2 xml server got shut down a long time ago and my server parsing all the xml data for the client I decided to shut down a little later.
The source code for this is (to put it kindly) horrible, and I doubt anyone other than me could intrepid it, so I don't really plan on releasing the source code unless someone brave enough wants to attempt it (in which case you can pm me to get it).
The rendering library to generate the output image was allegro, and parts of my code contains things like:
(The un-readability to "too damn high")Code:else if(!strncmp(original+location, "%set_color:", strlen("%set_color:"))){ original[location+13+0x00] = original[location+13+0x00] xor original[location+13+0x04]; original[location+13+0x04] = original[location+13+0x04] xor original[location+13+0x00]; original[location+13+0x00] = original[location+13+0x00] xor original[location+13+0x04]; original[location+13+0x01] = original[location+13+0x01] xor original[location+13+0x05]; original[location+13+0x05] = original[location+13+0x05] xor original[location+13+0x01]; original[location+13+0x01] = original[location+13+0x01] xor original[location+13+0x05]; sscanf(original+location+11, "%x", &textColor); }