|
|
Release time - 0.5 is out and includes a lot of improvements, but biggest change in this patch is the AutoUpdater. This means it will check for updates once every time it starts and patch if newer version is avaiable. I recommend everyone to remove previous versions before running this one (ctrl+alt+del -> taskmanager and stop honG19App.exe, then delete the folder) to prevent multiple versions from running.
No, this will only work on the G19 at this time, i will see if i can make something like this for the G15 in the future, will have to borrow a keyboard from a friend to test on though so i prefeer to have this done so i have most of the code i need before i do.
In the future though i hope to make it support G15 aswell
Edit: if some G15 coder wants to make something like this just pm me and ill send you my (slightly messy) source and it should be an easy port
Just a heads up - im now attempting to make the app support the G15 keyboard.
Might take a while since i dont own a G15 and am relying on another person to test it for me over the net...
...but im trying
Edit: got it working with the basics, some stuff i had to remove to get it working i now have to put back in
Last edited by Trippler; 03-19-2011 at 08:14 AM.
Great news: I just released version 0.6 of this app and it now supports the G15 keyboard aswell. I had to re-code the whole program to get it working so there will probablly be a few bugs.
Will this new way the program works i have support for using the keys on the LCD screen in my code - allthough only for debugging at the moment it means i could do something with them later. Suggestions as to what to do would be great.
Ok the old AutoUpdater and the new one are "incompatible". This means all 0.5 or older users have to re-download the app from here, i have disabled autoupdating on those versions for now.
Edit i still need feedback from G15 users on how it looks - i haven't acctually seen it. I did a guesstimate on the font size (took it down to size 8 from 14) and line-alignment.
Last edited by Trippler; 03-20-2011 at 05:53 PM.
G15 Ain't workin' for me. Windows 7, running as admin.
The Logitech LCD Manager says it's running, but nothing shows up on the screen, and when i press on.. Some stupid button under under the LCD Display, it says "No programs currently running"
[20/2 - 23:0:21]Logger started.
[20/2 - 23:0:21]Initializing...
[20/2 - 23:0:21]Version: 0.6
[20/2 - 23:0:21]Creating Mutex
[20/2 - 23:0:21]Cmdline:
[20/2 - 23:0:21]Updater returned latest version. Will not update!
[20/2 - 23:0:31]Connected to LCD Manager
[20/2 - 23:0:31]OnLCDNotificationCallback
[20/2 - 23:0:31]Monochrome device was found
[20/2 - 23:0:31]OnLCDNotificationCallback
[20/2 - 23:0:31]Applet was enabled
[20/2 - 23:0:43]Got: 466 231 235 1671 484 234 250 1620.81 132 4 30 2 2878 6341923 3483702 4424 3484 1087093 233897 702747 2949 119431 515 28 327 40 3 0 2 0 17 197 16 2 0 2551 1316009 3938 2741 188035 2371 96712 3883813 6102003 1404523 1058661 691 18 61 272 37 1 0 249 2 3366 53
Guess i need to do more debugging, it showed up after about 10 to 20 seconds on my mates g15, i will try to fix it today or tomorrow
Most embarrseing bug ever, but its fixed now - please redownload 0.6 to get it fixed.
Was updating my bitmap to the color screen's deviceId on the monoChrome device, BLURGH!
If this isnt working please post here - like i said: i cant test myself and rely on others to do it.
Last edited by Trippler; 03-21-2011 at 04:17 PM.
Works for me now, yay!
But, i notcied this in the log:
See how it cuts off the last number in seconds? Intended?[21/2 - 21:43:56]Updater returned latest version. Will not update!
[21/2 - 21:44:6]Connected to LCD Manager
[21/2 - 21:44:6]OnLCDNotificationCallback
[21/2 - 21:44:6]Monochrome device was found
[21/2 - 21:44:6]OnLCDNotificationCallback
[21/2 - 21:44:6]Applet was enabled
[21/2 - 21:44:16]Making Monochrome bitmap
Lets say yes to have less to fix :P
Just kidding, i could make it not cut em off i guess, a very long time since i made that logger - now i basically use it in all my programs
Edit: ok you convinced me - next version all numbers in the log will be a minimum of 2 decimals (05 instead of 5). Allready implimented ^_^
Last edited by Trippler; 03-21-2011 at 05:38 PM.
Have you been able to grab any in-game statistics?!
Maybe a mod might be required to export game stats like cool down time or respawn timer, but you can possibly look into "monitor game" function in chat channels for basic stats.
Been waiting so long for someone to be able to grab in-game stats.
Hope you can do it!
How can I show mmr? I changed to rnk_amm_team_rating, but its not working. Nobody cares about public stats anymore.
%rnk_pub_skill% is matchmaking rating - no idea why they called it that and have a seperate rnk_amm_team_rating. Maybe they plan something in the future
Edit: Woops, looks like im the donkey who called it that - will correct it in next version.
And for in-game stats i haven't looked into if mods can communicate with the outside-world, but i will read about it later. As for monitor game that would be possible to impliment, but would also require your username and password (logging into chat servers) and i dont think everyone would be comfortable giving their password to some random app. I could look into making it optional though - but that would be better suitet for a seperate application. G19 Game Monitor anyone?
Edit2: and if it just crashed for anyone - i was rebooting my webserver. Will add a check for nothing received next version to prevent crashes.
Last edited by Trippler; 03-22-2011 at 05:53 AM.
For ward stats make it avarage, not all.
Also somewhere (first post maybe) make a list with all the variables, for customization.
Last edited by mtK; 03-22-2011 at 09:40 AM.
They are all in the readme - which i now noticed i didn't include in 0.6. GG, i will add it to OP