You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Front Page > Downloads > Unreal Tournament > Admin

Reply
Thread Tools Display Modes
  #1  
Unread 15th June, 2004, 12:58 PM
Azazel's Avatar
Azazel Azazel is offline
Administrator
 
Join Date: Jul 2002
Location: UK
Posts: 2,408
Default Chat Log

Chat Log
Attached Files
File Type: zip ChatLog.zip (33.1 KB, 861 views)
__________________

Phoenix Alliance - The Movie
Revisionistic Movie
The Unreal Admins Page - the resource for unreal admins
Reply With Quote
  #2  
Unread 9th May, 2005, 09:31 PM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,245
Default

Information

----------------

BDB's webchatlogger is a wonderful mod; unfortunately, it can only be used on a server. Swedix "challenged" me to write a client-side chat logger and in consequence this is what came out.

This chat logger creates HTML files, with a similar format to webchatlog v 2.2. As levels change, new logs are opened. However, there are some differences, such as coloring different message types, rather than saying the type. Color key is as follows (I was too lazy to make this customizable :p):
-Green: A message sent to all players (with the say command)
-Light Blue: A message sent to all teammates (with the teamsay command)
-Red: A message indicating someone died (known as a deathmessage)
-Brownish red: A message that has to do with a kill. This includes headshots, first bloods, killing sprees, and multikills.
-Purple: A "pickup" message. These messages inform the user that he picked up something (weapon, ammo, inventory, etc.)
-Black: Any other event that does not fit the above catagories (flag capture, player joins/exits, etc.)

Note that you may configure which of the above message types are logged or not. Time messages, "you killed x", and "you were killed by x" messages are never logged. Also never logged are "console" type messages, such as "unrecognized command".

The player name column in the HTM file is filled for say and teamsay messages. The name is the same color as the players team (white for spectators and in deathmatch games).


Another advantage of a client-side chat logger is that it enables you to take chat logs of demos. A message summary was long requested with Unreal Tournament Demo Manager. While it would be hard to pull it straight off the demo file, it should be quite easy to simply run through the demo file with chat logger enabled, which will generate a log from the demo. (which would be identical to a log taken in the real game).
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #3  
Unread 16th September, 2005, 12:02 AM
Jagged-Fel Jagged-Fel is offline
Forum Newcomer
 
Join Date: Sep 2005
Posts: 4
Default

is this the same ChatLog that makes you press its "Start" button every time you start up UT, before it will log anything?

It would be much better only have to "Start" it once, and have it stay on...having to press the silly button every day that you play/every time you start up UT is kind of unrealistic...

if anybody could release an always-on version of ChatLog, they'd have my undying gratitude...
Reply With Quote
  #4  
Unread 16th September, 2005, 03:25 AM
Matthew Matthew is offline
Holy Shit!!
 
Join Date: Dec 2004
Posts: 2,382
Default

I think XConsole has this function you speak of...
Reply With Quote
  #5  
Unread 16th September, 2005, 09:56 AM
LeeBe's Avatar
LeeBe LeeBe is offline
Holy Shit!!
 
Join Date: Feb 2003
Location: Uk.gif
Posts: 1,340
Default

Quote:
Originally Posted by Matthew
I think XConsole has this function you speak of...
It does yes, though not as colourful, it does the job just as well.

http://www.unrealize.co.uk/

Reply With Quote
  #6  
Unread 16th September, 2005, 01:54 PM
BLTicklemonster BLTicklemonster is offline
Holy Shit!!
 
Join Date: May 2004
Posts: 1,004
Default

nice. now I wonder how someone would make a keybind so as to login to hidden admin and get keybinds off of people? I know now how to get logged in, already done that, but our other admin and I tried to set up where we could press a key and get logged in, query everyone for Id, IP whatnot, then get a list of actors and keybinds. All it got was actors from everyone, no keybinds.

(yeah, I know, why do it all at the press of a button? Some times a server gets busy and you want to keep playing and not be hassled with finding a corner, pressing ~ and typing in a bunch of stuff)
Reply With Quote
  #7  
Unread 16th September, 2005, 05:00 PM
Matthew Matthew is offline
Holy Shit!!
 
Join Date: Dec 2004
Posts: 2,382
Default

make sure your command was correct

mutate ha showkeys X

Where X is the player's ID. You can't grab all player's keys at once.
Reply With Quote
  #8  
Unread 16th September, 2005, 06:28 PM
BLTicklemonster BLTicklemonster is offline
Holy Shit!!
 
Join Date: May 2004
Posts: 1,004
Default

Yeah,

mutate ha showkeys 0
mutate ha showkeys 1
mutate ha showkeys 2
mutate ha showkeys 3
mutate ha showkeys 4

etc.

Right?
Reply With Quote
  #9  
Unread 16th September, 2005, 07:59 PM
Matthew Matthew is offline
Holy Shit!!
 
Join Date: Dec 2004
Posts: 2,382
Default

ah yes that could work, but I dunno if you could give it commands that fast


For instance the ASC can only handle about 1 command a second due to the vast amount of code it has to look through to find a match to any random 'mutate asc' command.


Well anyway how did that work for you?
Reply With Quote
  #10  
Unread 16th September, 2005, 08:51 PM
BLTicklemonster BLTicklemonster is offline
Holy Shit!!
 
Join Date: May 2004
Posts: 1,004
Default

It came right after showactors, which was a tremendous amount of garbage (well, from mine anyway), but never showed keybinds.

I'll mess around with it some tonight and see what happens. Thanks for your help Matthew.
Reply With Quote
  #11  
Unread 16th September, 2005, 10:09 PM
Matthew Matthew is offline
Holy Shit!!
 
Join Date: Dec 2004
Posts: 2,382
Default

Hmm ya play around I guess :\


Also I assume you were totally spammed out by the actor list

Use the SkipPackage lines in the INI to skip over actors that spam up the ServerActors list (such as SLV201 [my servers], so my line is SkipPackage[9]=SLV201)
Reply With Quote
  #12  
Unread 17th September, 2005, 09:48 PM
Jagged-Fel Jagged-Fel is offline
Forum Newcomer
 
Join Date: Sep 2005
Posts: 4
Talking

Quote:
Originally Posted by LeeBe
It does yes, though not as colourful, it does the job just as well.

http://www.unrealize.co.uk/

hey thanks for the link, Xconsole is just what I was looking for
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:05 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.