Forums Index >> Modding >> WordFilter Script - Version 0.1
Page : 1 : <2>
Were do u put it???????????????
(_T_)
Thanks I got it to work
(-T-)
O my gosh there is something wrong with this because if I do if u and it goes I*** it really stinks someone help repent fix that and I am on strike 2! I dont wanna get another one...
Lol what word is this l***?. The only 3 letter words in my list are sex, ass, and tit.
Repent
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Might have been a typo, someone could have been typing last, and said lass instead..or they could have meant lass. :)
ROFLMFAO ^^
Wow thanks racer thanks for not making us write in all thos words HAHAHAHAHA
I only wudda come up w/ 6
I tried to type hello, and it come up as ****o! XO
Thanks, Racer. I just installed it, and it works great. A nice solution for people trying to keep the foul language out.
Why did you put in spongebob squarepants as a bad word(s). I don't have a sick mind so is there a double meaning to this, because it's a kids cartoon show on nickelodeon. I also noticed that 43 and 44 were repeated.
EDIT: this only seems to be only the clent string.
Last edited: Wednesday, June 08, 2005 at 3:39:49 PM
Spongebob is a form of birth control XD XD
Hey, I just want to give this a handy dandy BUMP because I want to make a note.
The only way to get Word Filter to work in Linux is to install it normally, then copy the exec lines from the commands.cs and paste them in the main.cs below the dash exec lines.
Oh, and to anwser that old question fo why spongebob is in there, it's because I HATE spongebob.
^ LMAO
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
^ LOL.... You make it sound like you made this script.
NOTES: Original script by Owen Ortmayer, ported to ThinkTanks by Racer445.
No, you cannot. This script is made for the people like me who do not want to use ACAS.
And I don't think Owen Ortmayer made it for Think Tanks..... Lol.
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Last edited: Monday, November 21, 2005 at 4:11:16 PM
So are you telling her she can't use the script, or are you telling her it won't work with Art's script?????
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Its funny I'm seeing this topic, but I havent checked the modding forum for long... So I was just checking to see if anyone made an "by-me-thought-impossible-for-tt" script...
Just to get some things certain, The worldfilter I use credits both owen and racer, (me too).
ALL the stuff in this script ARE INSIDE... It also has some more features, so I know why you want to change, if I remember it correctly, it'd work fine, BUT the bad words file would have to suffer a little change (or you can put the one in the.zip instead of the one this one brings) and this must be added to the prefs.cs:
//----------------------------------------------------------------------------\
//------------------------------ Word Filter ---------------------------------\
//----------------------------------------------------------------------------\
//Type to be used when censoring words
//"*" to replace the words with wildcards
//"Text" to replace the word with a text set in another preference
$WordFilter::Type = "*";
//If you use "text" above, set here the text you want
$WordFilter::Text = "[censored]";
//The Max Swears a person can make before being kicked
//-1 = ilimited
$WordFilter::MaxSwears = 3;
And
//Badwords File
$WordFilter::Path = "PATH TO FILE";
Assuming you change the PATH TO FILE with the real file, and also change the badwords.cs file with the one provided on my script :)
Now I gtg... I got 3 tests next week! (followed by 2 in 2 weeks)
Page : 1 : <2>
For anyone like me who is annoyied by the idiots of TT, I have come up with WordFilter , an open-soruce script that filters out bad words. I am constantly adding only words, and you can add more if you wish.
For example, if you type in "crap", you will get "****" instead. Pretty ****in cool. :)
NOTES: Original script by Owen Ortmayer, ported to ThinkTanks by Racer445.
-Racer
Thanks Laggy Mon for the code to make a new Client Side version of this. WOOT!
Also thanks to Art Crazy for some major flaw fixes and case sensitivity fix!
Last edited: Tuesday, June 07, 2005 at 6:12:07 AM