Pages: [1] 2 :: one page |
|
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
|

Krauser
Caldari Armed Enterprises
|
Posted - 2008.01.05 23:24:00 -
[2]
Originally by: martinand .. just checking if theres any intrest for this ;)
/martin
Yes. There's interest for this  -- CEO of Armed Enterprises - A German Mining Corporation and Founder of C-P. One of the most active German Co |

Kashmar Akichu
Caldari The Vorlon Empire Skunk-Works
|
Posted - 2008.01.09 12:30:00 -
[3]
Originally by: martinand Well thats about it.. just checking if theres any intrest for this ;)
Check completed: 2 entries found.
I'd love to see this app too.. Will you ever release it? ------------------------------------- Bill Gates: What's that?!? Steve Jobs: It's an iHouse! Bill Gates: But there's no windows... Steve Jobs: EXACTLY! HAHAHAHA! |

Jean Havoc
|
Posted - 2008.01.09 14:17:00 -
[4]
I would love to see this mod. I use my G15 for everything.
|

Dr Slaughter
Rabies Inc.
|
Posted - 2008.01.09 15:25:00 -
[5]
Originally by: martinand the DPS stuff.. it reads the last log from the gamelogs and displays some info from it.
Not having looked at the logs for ages I'm probably going to ask a really dumb question....
Can you display a flashing warning when you're warp scrambled, and, who's doing it?
If that information is in the logs, having it winking at me right about F1,2,3... would be quite handy :)
CCP this is not the nerf you are looking for...
|

martinand
Nordic Endeavour
|
Posted - 2008.01.09 18:33:00 -
[6]
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) :)
|

Sothis Antares
Department of War
|
Posted - 2008.01.09 19:27:00 -
[7]
Edited by: Sothis Antares on 09/01/2008 19:32:21
Originally by: martinand Edited by: martinand on 09/01/2008 18:35:34 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
i am not sure in what language you code (vbs? i am not hoping this is that what i think :P). you could make use of a function which provides similar functionality like the scandir() function in c, which gives you great control over which file to find in a specific directory. just have a thread in background, which opens the last created file and checks if there is a new one in a loop. leave the file in opened mode and do a blocking (i.e. synchronious) read on it in a loop, so if new data arrives you will have it instantly.
edit: just re-read the op. so nvm about the language :P
|

Morgan Cats
Amarr Cogswell Cog Investing
|
Posted - 2008.01.09 22:07:00 -
[8]
i would definately try this out. I also like the idea about the warp scramble idea. that would be really helpfull.
|

martinand
Nordic Endeavour
|
Posted - 2008.01.09 22:12:00 -
[9]
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):
|

Max Kentarii
Nordic Endeavour
|
Posted - 2008.01.09 23:13:00 -
[10]
Pretty nice application you've made there martinand :) All I have to do now is buy myself a G15 keyboard. -----
Wreck Salvaging Database :: EVE Dashboard |
|

martinand
Nordic Endeavour
|
Posted - 2008.01.09 23:26:00 -
[11]
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
|

Dr Slaughter
Rabies Inc.
|
Posted - 2008.01.10 00:05:00 -
[12]
Originally by: Morgan Cats i would definately try this out. I also like the idea about the warp scramble idea. that would be really helpfull.
I can see the message now...
'shoot 'insert pilot' you idiot, they're scamming you!'
:)
CCP this is not the nerf you are looking for...
|

Sothis Antares
Department of War
|
Posted - 2008.01.10 07:17:00 -
[13]
Originally by: Dr Slaughter
Originally by: Morgan Cats i would definately try this out. I also like the idea about the warp scramble idea. that would be really helpfull.
I can see the message now...
'shoot 'insert pilot' you idiot, they're scamming you!'
:)
lol
|

martinand
Nordic Endeavour
|
Posted - 2008.01.11 21:30:00 -
[14]
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.
|

Sothis Antares
Department of War
|
Posted - 2008.01.11 22:02:00 -
[15]
well i like "shoot <insert pilot> you idiot, they're scamming you!" XD _________________________________________________
devblogs are boring. so is mine :P
|

Dr Slaughter
Rabies Inc.
|
Posted - 2008.01.12 01:26:00 -
[16]
Originally by: Sothis Antares well i like "shoot <insert pilot> you idiot, they're scamming you!" XD
Me too but I'm biased. 
CCP this is not the nerf you are looking for...
|

Cassandra Wolf
|
Posted - 2008.01.12 19:40:00 -
[17]
Release :O Please
|

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

Dr Slaughter
Rabies Inc.
|
Posted - 2008.01.14 13:07:00 -
[19]
Originally by: martinand Edited by: martinand on 13/01/2008 00:03:01 There its out.. check OP :)
Sweet. Got it working right away. Also, love, that you've left most of it effectively open source. I was able to change the warp scram. message to my version right away  CCP this is not the nerf you are looking for...
|

martinand
Nordic Endeavour
|
Posted - 2008.01.14 14:06:00 -
[20]
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
|
|

Cassandra Wolf
|
Posted - 2008.01.14 18:30:00 -
[21]
Hmm.. cant register the dll.. there is some Error.. maybe cause of Vista64 :/
|

martinand
Nordic Endeavour
|
Posted - 2008.01.14 18:49:00 -
[22]
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
|

Dr Slaughter
Rabies Inc.
|
Posted - 2008.01.15 01:23:00 -
[23]
Originally by: martinand 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.. /M
I've been running it all day today and am very happy. Don't do research or run POS at the moment but I'm using it instead of evemon's integration. Didn't really look at the memory, my machine is running MSDE, VmWare and a bunch of other stuff, but it's got 4Gb.
Looking forward to tinkering with the code when I get some time. The log files have finally become interesting again!
CCP this is not the nerf you are looking for...
|

Artemis Dragmire
Garoun Investment Bank
|
Posted - 2008.01.15 07:15:00 -
[24]
I'm getting an error when switching to the screen after DPS report:
Scripting Error:Subscript out of range: '[number: 3]' Line 48
This shows up 6 times, then I get:
Run time error '9':
Subscript out of range: '[number: 3]'
|

Maya Sollow
Gallente Product Number 3
|
Posted - 2008.01.17 23:33:00 -
[25]
Excellent tool, would love to be able to get it to work as im having problems with evemon recently.
But i get this error message when i click yaap.exe
Run-time error '429': ActiveX component can't create object
I havnt a clue what it means. Any ideas?
|

Maya Sollow
Gallente Product Number 3
|
Posted - 2008.01.18 00:24:00 -
[26]
Just something else, would this have to do with .net framework? Im using v3.0.
|

martinand
Nordic Endeavour
|
Posted - 2008.01.18 07:20:00 -
[27]
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.. :)
|

Dr Slaughter
Rabies Inc.
|
Posted - 2008.01.18 12:13:00 -
[28]
Originally by: martinand Hi, Shouldn't have anything to do with .NET. YAAP is built with good ol' Visual Basic 6. Not sure whats going on there.
Probably the DLL isn't registered properly (check it's in the location in the error and try using the regsrv to register it), check you're running the LCD manager application from logitech. I had a similar error when I didn't have it running...
It could potentially be a security issue with COM but I doubt it (you're not running as a restricted account, or have any group policy or local security policies running do you?)
CCP this is not the nerf you are looking for...
[a image was here once but it went away] |

Charlie Crocodile
Imperium Technologies
|
Posted - 2008.01.18 18:26:00 -
[29]
Works great on my XP pc.
Thanks!
CC Signature inappropriate for Teen rated forum. Mail us at [email protected] if you require further information - Valorem |

Maya Sollow
Gallente Product Number 3
|
Posted - 2008.01.18 23:38:00 -
[30]
Originally by: Dr Slaughter
Originally by: martinand Hi, Shouldn't have anything to do with .NET. YAAP is built with good ol' Visual Basic 6. Not sure whats going on there.
Probably the DLL isn't registered properly (check it's in the location in the error and try using the regsrv to register it), check you're running the LCD manager application from logitech. I had a similar error when I didn't have it running...
It could potentially be a security issue with COM but I doubt it (you're not running as a restricted account, or have any group policy or local security policies running do you?)
Hi,
Yes ist in the location i specify in the run cmd tried it with lcd manager running and open and closed still get the same error, all running as admin. No group or user policies running. i dont have IIS installed, could this be it?
Thanks again.
|
|
|
|
|
Pages: [1] 2 :: one page |
First page | Previous page | Next page | Last page |