Reading data directly from UT, CS, Quake?

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Braqua
LCD!
Posts: 17
Joined: Wed Jan 02, 2002 4:00 pm
Location: Bergen, Norway

Post by Braqua »

Does anyone know of a way to read LIVE data from any of these games? The Qstat-support is not good enough for LIVE data, i.e. frag count, health, armour etc etc. There are some indications of this coming in lcddriver 2.0, but can anyone guide me as to how to program this myself? Where can these data be read?

After I wrote this, I saw the suggestion in another thread about catching the events sent to the dll. Any chance of you letting us know how you plan on doing it, Uller?

<font size=-1>[ This Message was edited by: Braqua on 2002-01-30 12:37 ]</font>

Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3002
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

LCDSmartie does some of this stuff...
Henry J.
President
Matrix Orbital

relix
Uber Slave
Uber Slave
Posts: 222
Joined: Wed Nov 14, 2001 4:00 pm
Location: Knokke, Belgium
Contact:

Post by relix »

as you're posting this, you've prolly heard of mods. Well, in the mod SDK there are sources of the multiplayer dll, in which everythin happens. So, whenever you shoot, get hit, kill someone, die, pick up armor, move forware, chat, reload, ... these events are sent to the DLL. As the sources for this dll are in the SDK, you can reprogram this. So, you just built your own DLL that does something with this stuff (like displaying it to an LCD) and then you forward these events to the original DLL, so it can handle things properly.
I'm not saying it's easy (I'm not capable of doing this, you must first learn c++ for example), but there is a way...

Braqua
LCD!
Posts: 17
Joined: Wed Jan 02, 2002 4:00 pm
Location: Bergen, Norway

Post by Braqua »

Relix: Thanks. I'll have a look into it. Perhaps this is the way LCDDriver 2 is going, or maybe the C.S. system works differently.
I would really appreciate a comment from the man of the hour on this...Uller?

Creepy
LCD?
Posts: 6
Joined: Thu Jan 24, 2002 4:00 pm
Contact:

Post by Creepy »

On 2002-01-30 13:26, Henry wrote:
LCDSmartie does some of this stuff...


It does.. but with the help of QStat.

specialk
LCD Guru
Posts: 75
Joined: Mon Jan 14, 2002 4:00 pm

Post by specialk »

On 2002-01-30 16:51, Braqua wrote:
Relix: Thanks. I'll have a look into it. Perhaps this is the way LCDDriver 2 is going, or maybe the C.S. system works differently.
I would really appreciate a comment from the man of the hour on this...Uller?
LCDriver V2.0 uses QStat to get its information. Unfortunatly, no magical hocus-pocus as far as I know.

-special [k]

relix
Uber Slave
Uber Slave
Posts: 222
Joined: Wed Nov 14, 2001 4:00 pm
Location: Knokke, Belgium
Contact:

Post by relix »

Jo is doing this stuff. He has posted a pic of an LCD showing he was killed in CS, and more...

jodynicH
Case Guy
Case Guy
Posts: 82
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by jodynicH »

Jo is also mia the last i hear

relix
Uber Slave
Uber Slave
Posts: 222
Joined: Wed Nov 14, 2001 4:00 pm
Location: Knokke, Belgium
Contact:

Post by relix »

mia?

jodynicH
Case Guy
Case Guy
Posts: 82
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by jodynicH »

missing in action

relix
Uber Slave
Uber Slave
Posts: 222
Joined: Wed Nov 14, 2001 4:00 pm
Location: Knokke, Belgium
Contact:

Post by relix »

oh right, Henry told me some time ago too...

Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3002
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Post by Henry »

He took time off... according to his website LCDCenter 2.0 is not being updated anymore nor is he supporting it. I don't know about any of the other software he was working on...
Henry J.
President
Matrix Orbital

Braqua
LCD!
Posts: 17
Joined: Wed Jan 02, 2002 4:00 pm
Location: Bergen, Norway

Post by Braqua »

Anything serious we should know about, or just plain programming-apathy?

-Worried

relix
Uber Slave
Uber Slave
Posts: 222
Joined: Wed Nov 14, 2001 4:00 pm
Location: Knokke, Belgium
Contact:

Post by relix »

sometimes I would want to walk away from it all too, and just get in an anime world and fight with swords... but the 2 last ones will probably be never accomplished :wink:

Braqua
LCD!
Posts: 17
Joined: Wed Jan 02, 2002 4:00 pm
Location: Bergen, Norway

Post by Braqua »

I do believe the term is "Go Postal". :-)

Post Reply