LCDInfo.com
http://forum.lcdinfo.com/

Suggestions / Features - in english this time
http://forum.lcdinfo.com/viewtopic.php?f=5&t=5
Page 1 of 4

Author:  Henri [ Sat May 11, 2002 13:53 ]
Post subject:  Suggestions / Features - in english this time

Here you can tell if there are some features that you'd like to see added to the program.

Todo:
-more speed
-network stats for win9x
-winamp spectrum analyzer
-counterstrike stats
-graphs
-animated icons
-easier configuration
-virtual lcd
-one version for both nt and w9x
-fullscreen digital clock
-support for lcd in USB port
...

Already done:
-minimize to system tray
-graphical icons for winamp play, pause, stop
-network stats (pdh for nt)
-cpu usage (mbm and pdh)

Author:  Chrizzz [ Sat May 11, 2002 16:59 ]
Post subject: 

A specdrum analyser for winamp would be nice, too...

And do you guys know Counterstrike?
What about various stats when you play it, eg. timeleft, mapname, Kill/Death Stats and Ratio...

Because up to now, nobody wanted to do that :(

Author:  Henri [ Sat May 11, 2002 20:24 ]
Post subject: 

Chrizzz wrote:
A specdrum analyser for winamp would be nice, too...

I think that only a plugin can read that info, and if I make my program to interact with a plugin it would be very slow. Does anyone have any ideas about this ?
Quote:
And do you guys know Counterstrike?
What about various stats when you play it, eg. timeleft, mapname, Kill/Death Stats and Ratio...

Do you know where that info could be read ?

--
This my second time trying to reply this. The first time when i pressed Submit my harddisk (IBM 75GXP, almost two years old) decided to crash and windows followed it. Looks like I'm going to buy a new HD next week :( At least I have backups of most of my important stuff (i hope).

I'll try to get my system up and running as soon as possible.

Author:  Chrizzz [ Sun May 12, 2002 17:14 ]
Post subject: 

Sorry, I dont :(

What about CPU usage?

Author:  Henri [ Sun May 12, 2002 21:13 ]
Post subject: 

Chrizzz wrote:
What about CPU usage?


I already tried to get that info from MBM but it didn't work. I'll have to try again some day.

Author:  Henri [ Tue May 14, 2002 21:13 ]
Post subject: 

Henri wrote:
This my second time trying to reply this. The first time when i pressed Submit my harddisk (IBM 75GXP, almost two years old) decided to crash and windows followed it. Looks like I'm going to buy a new HD next week :( At least I have backups of most of my important stuff (i hope).

I'll try to get my system up and running as soon as possible.

Just a little update...

Today I got new HD:s (2 * IBM 120GXP, didn't learn the first time... :) ). At the moment I'm testing them in RAID0 and they are fast (read speed in the beginning is over 80 MB/s, average 68 MB/s, in the end over 40 MB/s), but I'm thinking of using them just as two separate drives. I'll have to do some testing and soon I should have my system running and development can continue...

Author:  Chrizzz [ Wed May 15, 2002 15:29 ]
Post subject: 

This I call good news :D

Author:  Chrizzz [ Fri May 17, 2002 21:21 ]
Post subject: 

Anybody still alive here?
How is programming going on, Henri?
When can we expect a software update?

One more thing:

Try to get more information on on screen... I would like that better, like one screen that shows:

Cpu Speed, CPU Usage, CPU Temp, Network Traffic, uptime and the current time...

That'd be awesome, cuz that are the features i like most ;)

Author:  Guest [ Sat May 18, 2002 7:17 ]
Post subject: 

Why don't you do it yourself?


It's easy...

Author:  Henri [ Sun May 19, 2002 15:13 ]
Post subject: 

Chrizzz wrote:
Anybody still alive here?

I'm still alive :D

I haven't had any time for this project because of the HD crash and some school projects (java, php, mysql, opengl ...) and many other things.

You can configure the screens yourself using the ini file. You can disable screens you don't wan't to see and you can also skip some screen if winamp isn't running.

Author:  Chrizzz [ Sun May 26, 2002 14:45 ]
Post subject: 

Ok, back to the Counterstrike thingy...

All you have to do is reading out a log file. You create them pretty easy if you add the following two lines in your autoexec.cfg file in the CS folder:

log on
loglevel 3

Then CS will create a LOGS Folder, where you find various files.
Basically they look like this:


Code:
L 05/23/2002 - 18:08:27: Log file started (file "E:\Counter-Strike\cstrike\logs\L0523003.log") (game "cstrike") (version "45/1.0.0.4/2006")
L 05/23/2002 - 18:08:27: Loading map "auffe_omme_v"
L 05/23/2002 - 18:08:27: Server cvars start
L 05/23/2002 - 18:08:27: Server cvar "mp_logfile" = "1"
L 05/23/2002 - 18:08:27: Server cvar "deathmatch" = "1"
L 05/23/2002 - 18:08:27: Server cvar "coop" = "0"
L 05/23/2002 - 18:08:27: Server cvar "pausable" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_voiceenable" = "1"
L 05/23/2002 - 18:08:27: Server cvar "mp_consistency" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_contact" = ""
L 05/23/2002 - 18:08:27: Server cvar "sv_proxies" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_password" = ""
L 05/23/2002 - 18:08:27: Server cvar "sv_aim" = "0.000000"
L 05/23/2002 - 18:08:27: Server cvar "sv_gravity" = "800"
L 05/23/2002 - 18:08:27: Server cvar "sv_friction" = "4"
L 05/23/2002 - 18:08:27: Server cvar "edgefriction" = "2"
L 05/23/2002 - 18:08:27: Server cvar "sv_stopspeed" = "100"
L 05/23/2002 - 18:08:27: Server cvar "sv_maxspeed" = "320"
L 05/23/2002 - 18:08:27: Server cvar "mp_footsteps" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_accelerate" = "10"
L 05/23/2002 - 18:08:27: Server cvar "sv_stepsize" = "18"
L 05/23/2002 - 18:08:27: Server cvar "sv_clipmode" = "0"
L 05/23/2002 - 18:08:27: Server cvar "sv_bounce" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_airmove" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_airaccelerate" = "10"
L 05/23/2002 - 18:08:27: Server cvar "sv_wateraccelerate" = "10"
L 05/23/2002 - 18:08:27: Server cvar "sv_waterfriction" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_clienttrace" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_cheats" = "0"
L 05/23/2002 - 18:08:27: Server cvar "sv_allowupload" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_minrate" = "0"
L 05/23/2002 - 18:08:27: Server cvar "sv_maxrate" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_timelimit" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_friendlyfire" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_flashlight" = "0"
L 05/23/2002 - 18:08:27: Server cvar "decalfrequency" = "30"
L 05/23/2002 - 18:08:27: Server cvar "mp_allowmonsters" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_roundtime" = "5"
L 05/23/2002 - 18:08:27: Server cvar "mp_buytime" = "1.5"
L 05/23/2002 - 18:08:27: Server cvar "mp_freezetime" = "6"
L 05/23/2002 - 18:08:27: Server cvar "mp_c4timer" = "45"
L 05/23/2002 - 18:08:27: Server cvar "mp_ghostfrequency" = "0.1"
L 05/23/2002 - 18:08:27: Server cvar "mp_autokick" = "1"
L 05/23/2002 - 18:08:27: Server cvar "sv_restartround" = "0"
L 05/23/2002 - 18:08:27: Server cvar "sv_restart" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_limitteams" = "2"
L 05/23/2002 - 18:08:27: Server cvar "mp_autoteambalance" = "1"
L 05/23/2002 - 18:08:27: Server cvar "mp_tkpunish" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_hostagepenalty" = "13"
L 05/23/2002 - 18:08:27: Server cvar "mp_mirrordamage" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_logmessages" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_forcecamera" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_forcechasecam" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_mapvoteratio" = "0.66"
L 05/23/2002 - 18:08:27: Server cvar "mp_maxrounds" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_winlimit" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_logdetail" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_startmoney" = "800"
L 05/23/2002 - 18:08:27: Server cvar "mp_playerid" = "0"
L 05/23/2002 - 18:08:27: Server cvar "allow_spectators" = "1.0"
L 05/23/2002 - 18:08:27: Server cvar "mp_chattime" = "10"
L 05/23/2002 - 18:08:27: Server cvar "mp_kickpercent" = "0.66"
L 05/23/2002 - 18:08:27: Server cvar "mp_fragsleft" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_timeleft" = "0"
L 05/23/2002 - 18:08:27: Server cvars end
L 05/23/2002 - 18:08:27: Server cvar "sv_maxspeed" = "900"
L 05/23/2002 - 18:08:27: Server cvar "mp_timelimit" = "30.000000"
L 05/23/2002 - 18:08:27: Server cvar "mp_winlimit" = "0.000000"
L 05/23/2002 - 18:08:27: Server cvar "mp_maxrounds" = "0.000000"
L 05/23/2002 - 18:08:27: Server cvar "mp_roundtime" = "3.000000"
L 05/23/2002 - 18:08:27: Server cvar "mp_freezetime" = "1.000000"
L 05/23/2002 - 18:08:27: Server cvar "mp_buytime" = "0.500000"
L 05/23/2002 - 18:08:27: Server cvar "mp_startmoney" = "800.000000"
L 05/23/2002 - 18:08:27: Server cvar "mp_forcecamera" = "2"
L 05/23/2002 - 18:08:27: Server cvar "mp_tkpunish" = "1"
L 05/23/2002 - 18:08:27: Server cvar "mp_autokick" = "0"
L 05/23/2002 - 18:08:27: Server cvar "mp_hostagepenalty" = "5.000000"
L 05/23/2002 - 18:08:27: Server cvar "mp_flashlight" = "1"
L 05/23/2002 - 18:08:38: Server cvar "sv_accelerate" = "5.000000"
L 05/23/2002 - 18:08:38: Server cvar "sv_stopspeed" = "75.000000"
L 05/23/2002 - 18:08:40: Started map "auffe_omme_v" (CRC "-291218477")
L 05/23/2002 - 18:08:40: Server cvar "sv_aim" = "0"
L 05/23/2002 - 18:08:40: Server cvar "pausable" = "0"
L 05/23/2002 - 18:08:40: Server cvar "sv_maxspeed" = "320"
L 05/23/2002 - 18:08:40: Server cvar "mp_timelimit" = "45"
L 05/23/2002 - 18:08:40: "[P.U.S.S.Y.]Tr(- x -)per<1><4294967295><>" connected, address "loopback"
L 05/23/2002 - 18:08:45: "[P.U.S.S.Y.]Tr(- x -)per<1><4294967295><>" entered the game
L 05/23/2002 - 18:08:46: World triggered "Round_Start"
L 05/23/2002 - 18:08:51: Server cvar "sv_aim" = "0.000000"
L 05/23/2002 - 18:08:52: "[P.U.S.S.Y.]Tr(- x -)per<1><4294967295><>" joined team "CT"
L 05/23/2002 - 18:09:08: "[P.U.S.S.Y.]Tr(- x -)per<-1><><CT>" disconnected
L 05/23/2002 - 18:09:08: World triggered "Round_Draw" (CT "0") (T "0")
L 05/23/2002 - 18:09:08: World triggered "Round_End"
L 05/23/2002 - 18:09:08: Server shutdown
L 05/23/2002 - 18:09:08: Log file closed

Author:  Henri [ Sun May 26, 2002 16:20 ]
Post subject: 

Which variables should I try to read ? And how often should they be read ?

I don't have CS but I can try to do some code that may - with a little bit of luck :) - even work. Maybe you could send me a log file and I'll take a look some day.

Author:  Chrizzz_withozut_pw [ Tue Jun 11, 2002 23:54 ]
Post subject: 

Hi Henry,

good job on the new version of your program...
Now you need to at the network traffic under xp ;)
Then its finally awesome :D

Author:  Henri [ Wed Jun 12, 2002 11:03 ]
Post subject: 

Chrizzz_withozut_pw wrote:
Now you need to at the network traffic under xp ;)


I took a quick look at this and probably the best way I found would be to read the NT Performance Counters.

Any idea how things like this is usually made in other programs ?

Author:  Alexander [ Wed Jun 12, 2002 17:34 ]
Post subject: 

:idea:

Check this out,

http://www.samurize.tk

Page 1 of 4 All times are UTC + 2 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/