| Blockland Forums > General Discussion |
| Proof that RtB breaks the mod rules |
| << < (5/19) > >> |
| |nf|n|ty:
--- Quote from: mocheeze on April 15, 2006, 02:22:42 PM ---You think? I bet if I had opened RTB, started a server, and opened up the admin menu I could have found it, but I'm way to lazy to do that when nice guys like wedge can take the time to tell me in the forums. :P Anyway, it doesn't change the fact that RTB doesn't break the mod rules. --- End quote --- I'm pretty sure Badspot has also said that all mod creators should check each other's code to make sure stuff like this isn't in their mod before release. I also found this code in common/server/message.cs (lines 111-116) --- Code: ---function chatMessageClient( %client, %sender, %voiceTag, %voicePitch, %msgString, %a1, %a2, %a3, %a4, %a5, %a6, %a7, %a8, %a9, %a10 ) { //see if the client has muted the sender if ( !%client.muted[%sender] ) commandToClient( %client, 'ChatMessage', %sender, %voiceTag, %voicePitch, %msgString, %a1, %a2, %a3, %a4, %a5, %a6, %a7, %a8, %a9, %a10 ); } --- End code --- I'm sure this is the code that allows players to be muted. I did a quick test with a few other people to see what could happen if an admin was able to use functions like these. The player i admined was able to put me in jail(even though i was a superadmin) and mute me from speaking in the chathud. This is just insane! Mocheeze, i have no clue as to why you say rtb does not break the mod rules, when proof that it does is right in front of your eyes! This function breaks rule #1 and #4(and perhaps #5) as stated here- --- Quote from: Badspot on October 19, 2005, 07:56:16 PM ---1. Self-Contained - A mod must run from its own folder within the blockland directory and be comepletely seperate from the fps/ folder. A mod cannot overwrite any of the default blockland files. 4. Free from Excessive "Punishment" - A mod cannot contain any excessive administrative punishment functions such as muting, blinding, or immobilizing. Power corrupts, and there is no need to give admins even more power. I cannot stop you from doing this on your own server, but don't post it on the forum. --- End quote --- Heh, i just found another function that breaks rule #4- --- Code: ---function serverCmdSelf Delete(%client) { if (isObject(%client.player) && %client.isImprisoned == 0 && %client.isTimeout != 1) %client.player.kill("Self Delete"); } --- End code --- This one i found in rtb/server/scripts/commands.cs on lines 58-62 and what it does is it will not let you Self Delete if you are jailed. This is in blatant violation of the mod rules, and i have no idea why a mod like this could possibly be allowed on these forums. If this isn't proof enough for you, i've got a few more i can show you(which i might later, seeing as mocheeze seems dumbfounded to the idea that his mod breaks the rules), including one like this- --- Code: ---function clientcmdPush(%gui) { canvas.pushDialog(%gui); } --- End code --- (found in rtb/client/scripts/client.cs lines 48-51) With this, the serveradmin can push open any gui he wants onto the clients window, which could destroy the ability for the user to play the game, thus breaking rule #5 of the mod rules- --- Quote from: Badspot on October 19, 2005, 07:56:16 PM ---5. Safe for Clients - The client side scripts should not open up functions to the server that could result in destruction or unwanted operation. For instance, you cannot create a commandToClient that will cause a the client to change their avatar $prefs or change their keyboard configuration. --- End quote --- Btw, --- Quote from: mocheeze on April 15, 2006, 03:19:22 AM ---Proof that Infinity is a flamer with no life! --- End quote --- Nice low blow, i see you like taking the childish way of arguing your case. One more thing, Dictionary.com gives excessive the definition of "Excessive describes a quantity, amount, or degree that is more than what is justifiable, tolerable, or desirable". Now, i know you are trying to justify the code by saying "no one uses them anyways", but that still does not change the fact that RtB breaks the mod rules, and i have given much proof of this in these few posts. |
| Luquado:
The GUI push is a bit of a reach, dude. Really. But hmmmmm on the rest of those. I didn't know you guys had that stuff. |
| Ytud Fo:
Yes, RTB is very much illegal. |
| Facechild:
This is the dumbest thread i have seen all week. If you look at the rules close enough and you check through EVERY line of code(In ANY mod.) you probably will find things that break the rules, not done on purpose, but little things that no one cares about. You guys need to drop it, from what i hear, TBM broke a serious rule, not stuff like "Jail times" and "muting". If the admin is an asshat, you can always press the "Esc" button, and then click "Exit server" it's that easy! You guys are just trying to get RTB banned. providing little bits of code, flaming them, and not letting people give the chance to defend themselves. Grow up, stop complaining, and be happy that Mocheeze, Ephi and Ritundo made this mod in the first place. |
| |nf|n|ty:
--- Quote from: Facechild on April 15, 2006, 04:42:01 PM ---This is the dumbest thread i have seen all week. If you look at the rules close enough and you check through EVERY line of code(In ANY mod.) you probably will find things that break the rules, not done on purpose, but little things that no one cares about. You guys need to drop it, from what i hear, TBM broke a serious rule, not stuff like "Jail times" and "muting". If the admin is an asshat, you can always press the "Esc" button, and then click "Exit server" it's that easy! You guys are just trying to get RTB banned. providing little bits of code, flaming them, and not letting people give the chance to defend themselves. Grow up, stop complaining, and be happy that Mocheeze, Ephi and Ritundo made this mod in the first place. --- End quote --- Ok, so what you're saying is, because TBM broke the rules, RtB should be banned as well? Because that is all i see in your post. "You guys are just trying to get RTB banned" Kinda reminds you when BJ and others got TBM banned ehh? |
| Navigation |
| Message Index |
| Next page |
| Previous page |