LoTekGhost wrote:Want!
Was wondering if anyone created an applet for the G15, just picked up one a couple weeks back.
Personally, as far as features go, I don't really care about seeing vitals (maybe of your target, if that's even possible). Perhaps some stuff like whether or not you have unread e-mail, how much inventory space you have left, how many spaces left in your Loading Archive storage, your current location read in coordinates, how much $info you currently have, and maybe even a MegaCity time display. I could never find much use for the health meters on the LCD, but other info like the stuff mentioned above could be nice.
Most of that is out of my power without it being actually written into the client (vitals are pushing it for my skillz), however, a MCT display is possible and an excellent idea and I will put that in. Any other random little features?
EDIT: Thinking about it, current target may be possible, I'd have to see.
EDIT 2:
I dove into the magical world of analyzing displayed pixels again and ran into some issues with some ideas.
*) The HP/IS reading is coming through. However, things like UI transparency will not be corrected for. It throws my screen pixel reading off.
*) Target Reading: First, the black background isn't black, but transparent. So there's no way for me to zip through it and convert anything non black to white to send to the LCD. However, target HP MAY be available, as it is a solid color system like HP and such.
*) I dove into my MxO clock code. I should be able to display it on the LCD.
So the current plan is the following:
-Determine pixel locations for reading, taking into account making it game resolution independant.
-Read pixels for information
-Algorithm to determine vitals of self and enemy.
-Import my MxO Clock code.
-Convert the above into a single image
-Send Image to LCD.
-Party.
EDIT 3: Enemy HP dumped. Too complicated since the target info isn't a static thing on the screen. The thing of main importance though is the small white area in the bottom left of this image

. Its 12:30am now, off to bed for work, since I'm probably gonna do a simple one for work, throwing our company logo on it if I can find me a image to work with.
