Page 1 of 1
Advanced swear filter for server? & Making a bat server?
Posted: Wed Nov 04, 2009 8:04 pm
by Danfun64
first of all, im glad that swbf2 had a swear filter, which swbf1 lacked
. Unfortunatly, the filter is too basic (only caught the person if its the first word of sentence/didnt force ppl to change their names if they are inappropriate [script to automatically change name pleaze]) Is there a way to make an advanced swear filter with lua for a server? also, how do i make a bat server since the server manager doesnt support conversion pack 2.2 or other mods?
Re: Advanced swear filter for server? & Making a bat server?
Posted: Wed Nov 04, 2009 9:12 pm
by RogueKnight
What are you talking about? Battlefront II doesn't have a swear filter....
Re: Advanced swear filter for server? & Making a bat server?
Posted: Wed Nov 04, 2009 9:29 pm
by Danfun64
sure not for the single player voices, but some servers using the black ops server manager have basic chat filters.
Re: Advanced swear filter for server? & Making a bat server?
Posted: Thu Nov 05, 2009 2:10 am
by Twilight_Warrior
Thats not BFII, thats the server manager. You can choose what or what not to filter through that, so you make it as heavy or as thin as you want the filter to be.
Re: Advanced swear filter for server? & Making a bat server?
Posted: Thu Nov 05, 2009 1:33 pm
by Aman/Pinguin
Danfun64 wrote:Unfortunatly, the filter is too basic
As Twilight_Warrior said, you can individually change the filtered words.
Danfun64 wrote:only caught the person if its the first word of sentence
Not true.
Danfun64 wrote:didnt force ppl to change their names if they are inappropriate [script to automatically change name pleaze])
Not possible.
Danfun64 wrote:Is there a way to make an advanced swear filter with lua for a server?
No, since there's no way/function of checking text written in the chat.
Re: Advanced swear filter for server? & Making a bat server?
Posted: Thu Nov 05, 2009 6:43 pm
by trainmaster611
None of you seem to be catching his drift.
We're talking about people bypassing the word filter. Unless the first word is the banned word, the auto admin isn't going to catch it. And people have taken advantage of that. Everyone is well aware that you can customize your banned words. I admin the SWGO servers but I'm not 100% sure if its possible to mod the server manager. I don't even totally understand how the server manager works so I wouldn't know where to start if it is at all possible. I have a hard enough time just trying to get the darned thing to work.
Re: Advanced swear filter for server? & Making a bat server?
Posted: Thu Nov 05, 2009 7:25 pm
by Twilight_Warrior
Again, the first word thing in a sentence thing is not true. I've seen many bans where the swear in the middle of the sentence. If think you do have to change the filter though, so that all the words have asterisks in front of them (*example) so that it wil catch them like any other search filter.
Re: Advanced swear filter for server? & Making a bat server?
Posted: Thu Nov 05, 2009 10:07 pm
by Blade
Edit: Sorry, didn't really read Trainmaster's post.
It is completely true that it has to be the first word. If you must test it, go to a public force server, most of them have filters, and try it... If you've seen someone kicked for having it in the middle of the sentence, they were simply unlucky enough to be seen by an admin when they swore.
Edit: Twilight_Warrior's explanation might be accurate, but I'm not sure, as I would think that most of the major server providing communities would have thought of that and be using it, and I'm rather sure you can still evade the censor.
Re: Advanced swear filter for server? & Making a bat server?
Posted: Thu Nov 05, 2009 11:38 pm
by trainmaster611
No, Blade is correct. I'm one of the admins on the WGO servers so I know what does what. Anyone you've seen with a banned word in the middle of a sentence who gets kicked was most likely caught by a live admin.
In any event, I think we would be interested in finding some way to catch banned words in the middle of a sentence without the need of a live admin. It makes our job 20x easier.
Re: Advanced swear filter for server? & Making a bat server?
Posted: Fri Nov 06, 2009 1:32 am
by [RDH]Zerted
You could scan the chat log. When you detect bad words in it, run a little tool which clicks the right things or sends the right net message to boot/ban that user. Another way would be to release the booting code and allow anyone to boot anyone else. I would consider the first idea to be not worth the effort (they're just words, who cares) and the second idea is just bad (may destroy normal MP play).
The Lua scripts have no access to the chat messages.