Aces High Bulletin Board
General Forums => Aces High General Discussion => Topic started by: BGBMAW on January 27, 2003, 09:03:40 PM
-
Does HTC ever release the Logs on who you or any other player has shot down in the last month???
It would be very interesting to see....
especailly these "extremly high score " guys...
Not pointing fingers(2nd account vulchers)..but i would be interested to see who shoots who and such...
These logs are secret HTC property??
Have they ever been available?
Salute..
BiGB
p.s. I only get Kill shooter kills...so if you se me killing my self alot..dont sweat it:D
-
i believe the logs ahve to be specifically turned on. and considering the vloume of MA traffic over a month, can we say it'll make a mass goon drop look like a teeny twitch?
-
I would like these logs available as well. It would be quite entertaining and informative.
-
yea i thought the the logs are something that have to be turned on by the admin?
-
It's all in the database. If you want to know for someone whose callsign you know, you can look it up on the score pages (player vs. player, select your and opponents callsign).
Logging doesn't have to be turned on, there just needs to be a web-page that reads this from the scoredatabase.
-
I would like to be able to dump all the console messages (even better - include option to select specific channels) into the plain text file. Would be very easy to write an parser for that "file".
IMHO this text dump save log feature would be a really easy and simple addition.
Edit:
This above mentioned idea would run on your FE so no SQL queries required. Result would be just plain TXT file ready to be parsed (maybe each line of this dump could start with your system time and date (tab or space delimited) for better parsing)
Edit Edit:
ehh... Just noticed that there is already similar thought in the forums.... oh well... :) But it is still a good thing to implement IMHO. just a simple dump... :D
-
There's a slight problem with installing this function. It requires a major search. Right now, HTC's database isn't the most efficient function on the face of the earth. If you run a querry every 10 seconds for something as simple as player stats you will cause warping in the arenas.
If you've ever had HiTech call you at 10 at night and ask if you were running querries, you'd know what I mean.
MiniD
-
That function has always been on the 'Stats' page BGB. Just go to scores/kill stats/pilot vs/pilot. I don't know alot about "netstuff" but I think the website and the game servers are separate.
-
Originally posted by BNM
That function has always been on the 'Stats' page BGB. Just go to scores/kill stats/pilot vs/pilot. I don't know alot about "netstuff" but I think the website and the game servers are separate.
heh then try to use it to find out who were the guys you have shot down and how many times you shot them down (or you was shot down by them).
You will soon realize that the function that is there on the stat page was NOT designed for getting such stats and using it for getting such stats is next to impossible ;)
-
Works for me :confused: I mean the way it's designed it is tedious to look up several but it is better than nothing...
-
Yep but there should be a simple way to track all your kills/deaths names during the tour... Even if only the console log (Channel 6 is it?) was dumped into a text file It would take me probably very short time to write application that would parse the file into a very readable statistics... could be interesting...
-
Ahhh .. I see what you're saying now. It would be nice, sounds like it could be incorporated into this...
http://www.hitechcreations.com/forums/showthread.php?s=&threadid=46919 (http://www.hitechcreations.com/forums/showthread.php?s=&threadid=46919)
-
Originally posted by BNM
Ahhh .. I see what you're saying now. It would be nice, sounds like it could be incorporated into this...
http://www.hitechcreations.com/forums/showthread.php?s=&threadid=46919 (http://www.hitechcreations.com/forums/showthread.php?s=&threadid=46919)
Exactly! as i inserted in the edit of my original reply, I noticed too late thta this almost very same idea has been brought up before by someone else... Well it is hard to be original when being surrounded by great minds... hehe :D
-
I dont see what possible value there is in knowing that its me that the top 10 people mostly shot down.
-
First of all I wouldn't worry top guys cheating. Look at rules Hitech said all kills and scores to be chk before money.
-
So you wish this?
select DiedGameID,count(DiedGameID) from Kills where KillerGameID = "BNM" group by DiedGameID;
and also this
select KillerGameID,count(KillerGameID) from Kills where DiedGameID = "BNM" group by KillerGameID;
?
HiTech
-
Originally posted by hitech
So you wish this?
select DiedGameID,count(DiedGameID) from Kills where KillerGameID = "BNM" group by DiedGameID;
and also this
select KillerGameID,count(KillerGameID) from Kills where DiedGameID = "BNM" group by KillerGameID;
?
HiTech
yeah... if i parsed that right
BMN: list of kills by id and count.
BNM: list of killed by id and count.
the feature is semi-present on the score pages, but it's awkward and 99% of the time we can't remember all the kills or killed by we've done over a tour. it'd be nice if we could see a listing of who we've killed (and how many times) and who we've been killed by (and how many times) in some list format.
no biggie, but....
of course it'd be even nicer if it was further broken down in what planes were used for those kills/kills in and deaths/died in by those lists.
eheh a stats weenie fantasyland of data to wallow in.
-
Originally posted by hitech
So you wish this?
select DiedGameID,count(DiedGameID) from Kills where KillerGameID = "BNM" group by DiedGameID;
and also this
select KillerGameID,count(KillerGameID) from Kills where DiedGameID = "BNM" group by KillerGameID;
?
HiTech
Hitech,
You lost me on the first step, "select KillerGameID".
I'm assuming that you first go to the scores page, and then what?
Player Vs. Player?
Do you actually type in, "select DiedGameID,count(DiedGameID)"?
Where do you type it in?
This sounds like a really cool feature that I would like to play with, but I don't have a clue what you are talking about.
Thanks,
eskimo
-
eskimo... hes talking about some type of scrpited database query i believe.. not positive but since thats what the thread is about (had to through that in :D).
but hes talking about afeature not available. to be able to look up who you shot down for the whole tour.
like if i put JB73 into the starting "gameID" field i would get a list of all the CIPD's that i shot down + who shot me down. my guess is that you could then sort it by name or something to see who really spanked u r arse more than once :D
oh well my 2¢
-
Originally posted by hitech
So you wish this?
select DiedGameID,count(DiedGameID) from Kills where KillerGameID = "BNM" group by DiedGameID;
and also this
select KillerGameID,count(KillerGameID) from Kills where DiedGameID = "BNM" group by KillerGameID;
?
HiTech
Actually... Yas and No :D But I think that BGBMAW was asking about above mentioned query...
I was thinking about something a bit different that would not add any excessive load to your database server/s ;)
-
lolol..HT...i have no idea what your saying..but thats ok..
I just wanted to know if there was an "easy" way to see who you killed..(there game id..like BGBMAW killed BiGMax 2 times) in the month of January
Rod i wasnt really caring about cheating..just wanted to see logs..
But it would defntly show this also...
BGBMAW killed 2weeker 460 times...in the month of Janaury
Salute to all
BiGB
xoxo
-
Are lyou sure that was HT? The spelling makes it awfully suspicious............:D
-
Originally posted by Shane
it's awkward and 99% of the time we can't remember all the kills or killed by we've done over a tour
Let me help you out on this one Shane. I've killed you 4 times this tour. You've killed me....mmmm...0!
Granted 3 times, you were in a GV, and the 4th in an A-20...
But I have to get my kills on you anyway I can.:D
-
:rolleyes: to be able to see who youve killed or been killed by should be as ez as maybe hitting .last kills or .last killers and maybe showing you the last 10 people,any more then that,who really wants to know LOL.