Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   For those of you who don't read the NPC forum... (https://forums.graalonline.com/forums/showthread.php?t=43437)

Jeff 03-14-2003 01:37 AM

For those of you who don't read the NPC forum...
 
This thread contains the newmain censorship NPC.

http://forums.graal2001.com/forums/s...threadid=43436


If you use this, you can enforce the code of conduct much easier. :)

HoudiniMan 03-14-2003 01:59 AM

Do those of us who do read it get a cookie?

zell12 03-14-2003 08:16 AM

No, but you can log out, delete all your cookies, and log back in to the forums and you get one.

HoudiniMan 03-14-2003 11:08 AM

Im still registered p2p, so... where's my cookie?

JrTerrorist 03-15-2003 02:26 AM

Hmm, could use a few edits.. like instead of..
NPC Code:
addstring client.message,The word "#I(this.restrictedwords,i)" is not permitted on this server.;


make it..
NPC Code:
addstring client.message,OMS WTF U FEWL "#I(this.restrictedwords,i)" NOT ALLOWED CUZ U R BAD;


someweirdperson 03-15-2003 03:21 AM

lol That WOULD be funny if someone put that on their server..

Kaiser2 03-15-2003 04:19 AM

Quote:

Originally posted by JrTerrorist
Hmm, could use a few edits.. like instead of..
NPC Code:
addstring client.message,The word "#I(this.restrictedwords,i)" is not permitted on this server.;


make it..
NPC Code:
addstring client.message,OMS WTF U FEWL "#I(this.restrictedwords,i)" NOT ALLOWED CUZ U R BAD;


I like his idea :D

JrTerrorist 03-16-2003 06:21 AM

DONT FREEKIN STEAL IT OK!?
THATS FOR EVERWORLD >:O

Tseng 03-16-2003 06:33 AM

Nice one, Arcadius. Hehe.

Soul-Blade 03-16-2003 07:02 AM

Simple script to create. Probably could be done much more efficient as well..nice concept though.

Kaimetsu 03-16-2003 07:56 AM

Quote:

Originally posted by Soul-Blade
Simple script to create. Probably could be done much more efficient as well..nice concept though.
It can get more complicated, depending on what you want. For example, how would you make it so that people can turn the filter on or off, such that the player could choose whether or not he wanted certain words filtered?

Soul-Blade 03-16-2003 08:37 AM

Quote:

Originally posted by Kaimetsu


It can get more complicated, depending on what you want. For example, how would you make it so that people can turn the filter on or off, such that the player could choose whether or not he wanted certain words filtered?

Well, even then it couldn't get very long...depending on how nice you would want it to look. Turning it on or off would be extremely simple, and the choosing words can be, depending on how you want the play to input the data. If you want it to look very nice, with your own custom typing stuff (keydown2), then it could get a little longer. If you just use the chat box, then its easy.

Kaimetsu 03-16-2003 09:10 AM

Quote:

Originally posted by Soul-Blade
Well, even then it couldn't get very long...depending on how nice you would want it to look.
It doesn't have to be long to be complicated.

Quote:

Turning it on or off would be extremely simple
Then explain how you would script it.

BryanluvsJulia 03-16-2003 09:11 AM

so what words does it censor

Devil 03-16-2003 12:40 PM

Quote:

Originally posted by BryanluvsJulia
so what words does it censor
Take a guess genius.

LOA--Paul 03-16-2003 02:18 PM

During christmas I cant sing ym favorite song (not favorite song but favorite holiday song) because new mainmakes it "Dawn we now our happy apparel"

tlf288 03-16-2003 05:46 PM

Quote:

Originally posted by BryanluvsJulia
so what words does it censor
Any words you want.

Googi 03-16-2003 05:59 PM

Quote:

Originally posted by Devil
Take a guess genius.
He probably doesn't know how to script -_-

NPC Code:
setstring this.restrictedwords,ghey,plz,pls;//censored words



See that line (It's the 30th line of the script), well, it's where the words to be censored are. Here, the words "ghey", "plz" and "pls" are censored, you can add more words by seperating each word with a comma.

Devil 03-16-2003 06:44 PM

Quote:

Originally posted by Googi


He probably doesn't know how to script -_-

NPC Code:
setstring this.restrictedwords,ghey,plz,pls;//censored words



See that line (It's the 30th line of the script), well, it's where the words to be censored are. Here, the words "ghey", "plz" and "pls" are censored, you can add more words by seperating each word with a comma.

Er you don't need to be a scripter to be able to read the posts in this thread to understand what we're talking about.

TifaKhan 03-17-2003 03:45 AM

Quote:

Originally posted by Devil


Take a guess genius.

Hes a player ,does asking a question necessitate sarcasm and negativity?
How does one learn if they dont ask questions?
And does their desire to learn increase with helpfulness or decrease with sarcasm and negativity?

BryanluvsJulia 03-17-2003 04:14 AM

How would I know which words they are censoring if the script they posted didn't list all the words they're censoring huh genius?

Kaimetsu 03-17-2003 04:44 AM

Quote:

Originally posted by BryanluvsJulia
How would I know which words they are censoring if the script they posted didn't list all the words they're censoring huh genius?
You asked "so what words does it censor". All the censored words are included in the script, so it was perfectly possible for you to find out for yourself.

Dark-Dragoon 03-17-2003 04:45 AM

I don't like the newmain censor; if you say pplz as in peoples, it goes to pplease :P

Kaimetsu 03-17-2003 04:52 AM

Quote:

Originally posted by Dark-Dragoon
I don't like the newmain censor; if you say pplz as in peoples, it goes to pplease :P
There's a solution. Yep. Guess what it is.

BryanluvsJulia 03-17-2003 05:07 AM

Quote:

Originally posted by Kaimetsu


You asked "so what words does it censor". All the censored words are included in the script, so it was perfectly possible for you to find out for yourself.

No it doesn't

Googi 03-17-2003 05:13 AM

Quote:

Originally posted by BryanluvsJulia
How would I know which words they are censoring if the script they posted didn't list all the words they're censoring huh genius?
Actually, yes it does. The words "ghey", "pls" and "plz" are being censored.

Quote:

Originally posted by Kaimetsu
There's a solution. Yep. Guess what it is.
Add "pplz" to the list of censored words?

BryanluvsJulia 03-17-2003 05:15 AM

Quote:

Originally posted by Googi


Actually, yes it does. The words "ghey", "pls" and "plz" are being censored.



Add "pplz" to the list of censored words?

what the?that's all the words?what about the F words and B words and all those other words?

Kaimetsu 03-17-2003 05:18 AM

Quote:

Originally posted by BryanluvsJulia
No it doesn't
Ah, again you try to correct people on issues with which you have no competence.

Quote:

Originally posted by BryanluvsJulia

what the?that's all the words?what about the F words and B words and all those other words?

He already explained why he didn't include those words in the script.

Quote:

Originally posted by Googi
Add "pplz" to the list of censored words?
Actually, no. The solution is this: Don't use idiot-speak.

BryanluvsJulia 03-17-2003 05:22 AM

Quote:

Originally posted by Kaimetsu



Actually, no. The solution is this: Don't use idiot-speak.

The script woulnd't be needed if there was no idiot speak

Kaimetsu 03-17-2003 05:30 AM

Quote:

Originally posted by BryanluvsJulia
The script woulnd't be needed if there was no idiot speak
Swearing is not necessarily equivalent to idiot speak.

Googi 03-17-2003 05:36 AM

Quote:

Originally posted by BryanluvsJulia
what the?that's all the words?what about the F words and B words and all those other words?
Well, they're in the censor on Bomy Moon, but Jeff removed them from the script he posted because the forum censor would automaticly censor them out. If you're going to use the script online though, it's not really that hard to add them in.

PastAustin 03-17-2003 08:54 AM

Quote:

Originally posted by HoudiniMan
Im still registered p2p, so... where's my cookie?
I am with you Houdini. I want a cookie, riot!
:o

Devil 03-17-2003 11:37 AM

Quote:

Originally posted by BryanluvsJulia
The script woulnd't be needed if there was no idiot speak
If only there was a script to rid people like you.

PastAustin 03-17-2003 12:33 PM

Quote:

Originally posted by Devil


If only there was a script to rid people like you.

I'll get to work on it immediatly.

Devil 03-17-2003 12:42 PM

Quote:

Originally posted by PastAustin


I'll get to work on it immediatly.

If only it was possible :(

Soul-Blade 03-17-2003 05:58 PM

Quote:

Originally posted by Kaimetsu


It doesn't have to be long to be complicated.



Then explain how you would script it.

It could get complicated, depending on how you did that.

I would think I would do it with a little button in the gui you click, and it sets a variable to true or false, true being on false being off.

tlf288 03-17-2003 06:20 PM

Quote:

Originally posted by Soul-Blade


I would think I would do it with a little button in the gui you click, and it sets a variable to true or false, true being on false being off.

Yeah, Kaimetsu, it wouldn't get that complicated turning it on and off for an individual. :\


Another script for you PW people who don't read the NPC Forum:
http://forums.graal2001.com/forums/...threadid=43515

Kaimetsu 03-17-2003 08:11 PM

Quote:

Originally posted by Soul-Blade
I would think I would do it with a little button in the gui you click, and it sets a variable to true or false, true being on false being off.
I'm asking how you would script the censor system, not how the user interface would work. I think you greatly underestimate the difficulties involved.

Quote:

Originally posted by tlf288
Yeah, Kaimetsu, it wouldn't get that complicated turning it on and off for an individual. :\
As do you. I am not describing a system that selectively filters people, but rather one that allows the person to choose whether or not they see the profanity. How would either of you edit Jeff's script to allow this functionality?

PastAustin 03-17-2003 08:27 PM

Quote:

Originally posted by Kaimetsu

As do you. I am not describing a system that selectively filters people, but rather one that allows the person to choose whether or not they see the profanity. How would either of you edit Jeff's script to allow this functionality?

Since message text shows globally, I am guessing that you would have to blank out all player's chat text and use showimg above their head depending on whether they would want to see it censored or not. Too much work for that. Just make it so that every room is a chat room and it shows it in a little box or something.

Kaimetsu 03-17-2003 08:33 PM

Quote:

Originally posted by PastAustin
Since message text shows globally, I am guessing that you would have to blank out all player's chat text and use showimg above their head depending on whether they would want to see it censored or not. Too much work for that. Just make it so that every room is a chat room and it shows it in a little box or something.
It could get even more complicated, too. Example: When the censor replaces words with less offensive alternatives, the words could appear in blue.


All times are GMT +2. The time now is 08:07 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.