Blockland Forums > General Discussion
Is there a Blockland file with the swear words for the filter?
TheRealMint:
--- Quote from: Trogtor on May 27, 2012, 11:13:44 PM ---How does the swear filter work then? There has to be some sort of script.
--- End quote ---
It's compiled into the game.
Trogtor:
--- Quote from: TheRealMint on May 27, 2012, 11:14:58 PM ---It's compiled into the game.
--- End quote ---
How does that work? I figured that when you publish a game, all of your scripts, and models, ect, are separated into folders instead of just one huge exe file.
Plornt:
blockland/config/client/prefs.cs
$Pref::Chat::CurseList
thats the preference with all the swears
TheRealMint:
--- Quote from: Trogtor on May 27, 2012, 11:16:54 PM ---How does that work? I figured that when you publish a game, all of your scripts, and models, ect, are separated into folders instead of just one huge exe file.
--- End quote ---
All of the models and scripts are in separate folders. Badspot just chose to include the censorship as part of the underlying code rather than as a modifiable script.
Swollow:
--- Quote from: Trogtor on May 27, 2012, 11:16:54 PM ---How does that work? I figured that when you publish a game, all of your scripts, and models, ect, are separated into folders instead of just one huge exe file.
--- End quote ---
most of the things are separate but a few scripts like the Hammer/Wrench/Printer/Wand are compiled into the game