Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Tiberian Technologies / Blackhand Studios » Tiberian Technologies Forum » Console outputs of evicts
Console outputs of evicts [message #469133] Tue, 12 June 2012 10:44 Go to next message
cAmpa is currently offline  cAmpa
Messages: 597
Registered: March 2006
Karma: 0
Colonel
I'm wondering what kind of message's are added. Example this one:

Quote:

Player has been evicted. Client address: xxx.xxx.xx.xx; Reason: Invalid tank_stealth_start.wav found, you have been blocked by the anti-cheat;



Is there a system/format of these message's?
My plan is to get them via console_output hook and format them to a short info line.
(evict_hook would be awesome but meh i know that won't happen Tell Me )


Bückstabü!

[Updated on: Tue, 12 June 2012 10:47]

Report message to a moderator

Re: Console outputs of evicts [message #469135 is a reply to message #469133] Tue, 12 June 2012 11:00 Go to previous messageGo to next message
ehhh is currently offline  ehhh
Messages: 2095
Registered: December 2010
Location: UK
Karma: 0
General (2 Stars)
That's the stank sound, they weren't blocked by the anticheat before beta5, now they are.
Re: Console outputs of evicts [message #469138 is a reply to message #469133] Tue, 12 June 2012 11:26 Go to previous messageGo to next message
BillieJoe67 is currently offline  BillieJoe67
Messages: 35
Registered: March 2012
Karma: 0
Recruit
He means is there a sure-fire way to get the messages from ConsoleOutput and send them to an IRC channel.
Re: Console outputs of evicts [message #469148 is a reply to message #469133] Tue, 12 June 2012 14:14 Go to previous messageGo to next message
Xpert is currently offline  Xpert
Messages: 1588
Registered: December 2005
Location: New York City
Karma: 0
General (1 Star)
I'm confused. They output to the renlog file like a console_output. Unless you just want a specific hook just for the anti cheat messages?

http://i32.photobucket.com/albums/d42/XpertMaverick/xpertyankee.jpg

Creator of NetGuard, an IRC network regulator.
Developer of the CloudyServ 0.982-X project.
Developer of the CloudyServ Ren-X bot.

Part time streamer - https://twitch.tv/gg_wonder
Re: Console outputs of evicts [message #469150 is a reply to message #469148] Tue, 12 June 2012 14:32 Go to previous messageGo to next message
cAmpa is currently offline  cAmpa
Messages: 597
Registered: March 2006
Karma: 0
Colonel
Xpert wrote on Tue, 12 June 2012 23:14

I'm confused. They output to the renlog file like a console_output. Unless you just want a specific hook just for the anti cheat messages?


Yes with variables like nickname and whathedidtogetkickedout.


Bückstabü!
Re: Console outputs of evicts [message #469202 is a reply to message #469133] Wed, 13 June 2012 03:30 Go to previous messageGo to next message
StealthEye is currently offline  StealthEye
Messages: 2518
Registered: May 2006
Location: The Netherlands
Karma: 0
General (2 Stars)

cNetwork::evictClient outputs:
"Player has been evicted. Client address: %s; Reason: %S;\n", ipaddress, reason

reasons are:
Anything custom that calls the Evict_Client API
L"You have been kicked"
L"You have been kicked for %s", reason
L"You have been banned"
L"You have been banned for %S", reason
L"Invalid stealth effect texture found, you have been blocked by the anti-cheat"
L"Invalid sniper scope texture found, you have been blocked by the anti-cheat"
L"Invalid cameras.ini found, you have been blocked by the anti-cheat"
L"Invalid surfaceeffects.ini found, you have been blocked by the anti-cheat"
L"Invalid tt.ini found, you have been blocked by the anti-cheat"
L"Invalid scopes.cfg found, you have been blocked by the anti-cheat"
L"Invalid objects.ddb found, you have been blocked by the anti-cheat"
L"Invalid map file found, you have been blocked by the anti-cheat"
L"Invalid map file found, you have been blocked by the anti-cheat"
L"Invalid map file found, you have been blocked by the anti-cheat"
L"Invalid %S found, you have been blocked by the anti-cheat", fileName

L"Connection to server has been refused:\n%s", refusalMessage
-- Any refusalMessage in DefaultConnectionAcceptanceFilter::getStatus
-- Any refusalMessage in BanSystem::getStatus
-- Any custom connection acceptance filters
-- L"The revision of TT %.2f you use (based on r%d) is not compatible with the server (based on r%d). Please make sure that both you and the server are up to date.", 4.0, client base revision number, server base revision number


BlackIntel admin/founder/coder
Please visit http://www.blackintel.org/

[Updated on: Wed, 13 June 2012 03:33]

Report message to a moderator

Re: Console outputs of evicts [message #469205 is a reply to message #469133] Wed, 13 June 2012 04:58 Go to previous messageGo to next message
cAmpa is currently offline  cAmpa
Messages: 597
Registered: March 2006
Karma: 0
Colonel
Exactly that what i was looking for, thank you.

Bückstabü!
Re: Console outputs of evicts [message #469238 is a reply to message #469133] Wed, 13 June 2012 12:28 Go to previous message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma: 1
General (3 Stars)
yea thank you wanted these as well.

http://s18.postimage.org/jc6qbn4k9/bricks3.png
Previous Topic: TT 4.0 Beta 5 Server Single Player Maps
Next Topic: Infinite Ammo and the new beta
Goto Forum:
  


Current Time: Thu Mar 28 05:19:16 MST 2024

Total time taken to generate the page: 0.00820 seconds