Author |
Thread Statistics | Show CCP posts - 0 post(s) |

martinand
Nordic Endeavour
|
Posted - 2008.01.05 22:56:00 -
[1]
Edited by: martinand on 05/01/2008 22:58:50 Got my new G15 keyboard the other day.. been working on a thing for the LCD. I know theres a few othersdone.. but hey.. thats not gonna stop me from having some fun coding... ;)
It uses this: http://www.avbrand.com/software/g15/
This is what i have so far (screenshots from the program transfering to LCD)
Showing character info:
Showing POS fuel left:
And my favourite:
The DPS stuff.. it reads the last log from the gamelogs and displays some info from it.
Gonna work on manufacturing jobs and sell orders and what else i might use myself... its basicly a small .exe program that reads .vbs scripts.. and i write one script for each function i want.
Atm.. with button 1 and 2 you switch between diffrent views.. right now its POS/Character/DPS.. and with button 3-4 you can scroll or switch within these views... like between characters.. or between posses... Ive also set it so the active view updates itself every minute.
Im hoping i can share it with you when its "ready" enough... and maybe you have some suggestions for functions? And if all goes well and i "release" it.. you can write your own scripts too if you want.... if you know vbs :)
Well thats about it.. just checking if theres any intrest for this ;)
/martin
|

martinand
Nordic Endeavour
|
Posted - 2008.01.09 18:33:00 -
[2]
Edited by: martinand on 09/01/2008 18:35:34 atm its only looking at the DPS logs every 1 minute.. but you could increase the frequency i guess.. and alert if scrambled within the last x seconds or smth... and im still working on this program yes. ;)
Trying to actually play eve too... so its not going superfast ;)
Only problem with increasing frequency of reading the gamelog.. is that if you have many gamelogs.. it needs to actually loop through all the files and check their creation date (atleast i havnt found any other solution for vbs via my trusty friend google) so if you have.. say like i had when i first tested this.. 10700 gamelogs.. it took 5-6 seconds for my highend machine to find the right file to read:P
trying to make it a bit more general and friendly to code in... but i will put it up here soon (tm) :)
|

martinand
Nordic Endeavour
|
Posted - 2008.01.09 22:12:00 -
[3]
Edited by: martinand on 09/01/2008 22:13:20 screens from the industry job thing ive been playing with this evening... :)
Menu for selecting what you want to view (invention is selected):
Scroll through invention (key 3-4 for up/down):
|

martinand
Nordic Endeavour
|
Posted - 2008.01.09 23:26:00 -
[4]
Edited by: martinand on 09/01/2008 23:26:35
Originally by: Max Kentarii Pretty nice application you've made there martinand :) All I have to do now is buy myself a G15 keyboard.
hehe... thanks for pointing out all the things to improve after having running it for 1 minute in "emulation mode" :P
|

martinand
Nordic Endeavour
|
Posted - 2008.01.11 21:30:00 -
[5]
Hey.. soo.. what do you think it should say when someone tries to scramble you? Might as well get it right from the start... even though you can fairly easily change it yourself once you have it :P See my original post for the text i put in for my testing.
|

martinand
Nordic Endeavour
|
Posted - 2008.01.12 19:45:00 -
[6]
Edited by: martinand on 12/01/2008 19:47:47 later today or tomorrow :)
|

martinand
Nordic Endeavour
|
Posted - 2008.01.14 14:06:00 -
[7]
Hey,
Thanks, nice to hear some feedback finally ;)
Yes most of the code or the part that matters is in the vbs files. Theres some bugs.. im listing them in the top post.. i'll try and get to them, also i dont like the memory usage of it... ill try to find why its using so much (Here at work its 11mb.. at home its 4-5mb)
/M
|

martinand
Nordic Endeavour
|
Posted - 2008.01.14 18:49:00 -
[8]
Originally by: Cassandra Wolf Hmm.. cant register the dll.. there is some Error.. maybe cause of Vista64 :/
Hey, yeah we solved this via ingame convo.. apparently you need to mention the full url.. regsvr32.exe c:\windows\syswow64\loglcd.dll
/Martin
|

martinand
Nordic Endeavour
|
Posted - 2008.01.18 07:20:00 -
[9]
Hi,
Shouldn't have anything to do with .NET. YAAP is built with good ol' Visual Basic 6. Not sure whats going on there.
I havnt gotten around to fixing the bugs in the current version (some of which are listed in OP) but hopefully i can do it soon.. :)
|

martinand
Nordic Endeavour
|
Posted - 2008.01.19 13:53:00 -
[10]
Edited by: martinand on 19/01/2008 13:55:13 Edited by: martinand on 19/01/2008 13:53:31
Originally by: Artemis Dragmire Any idea of how to fix the issues I am having with it?
Gonna look into it... maybe its because you are in NPC corp.. so you cannot check corp-stuff and i dont have anythign in code to handle that.. i just assume ppl are in player corps... *investigates*
UPDATE: yes i get the same problem when i switch to a character in NPC corp.. ill work on a new version this weekend
|

martinand
Nordic Endeavour
|
Posted - 2008.01.20 12:39:00 -
[11]
Edited by: martinand on 20/01/2008 12:41:23
Hey, i beleive my original post mentions you have to put it in syswow64 for 64-bit, glad you solved it.  For me in vista it was enough to do regsvr32.exe C:\windows\syswow64\loglcd.dll maybe its diffrent in xp 64 :)
|

martinand
Nordic Endeavour
|
Posted - 2008.01.21 11:30:00 -
[12]
Edited by: martinand on 21/01/2008 11:30:27 It is possible to change fontsize but im not sure on how well it will look.
You could try adding the line: LCD.FontSize = 7 in Public Function Startup (in startup.vbs)
i think the size is set to 6 by default... and i also thing anythign above 7 will look very strange.. from what i remember.
If you really know what you're doing you can probably change the font too.. by adding LCD.Font = <your font>
/Martin
|
|
|