What are some good meathods of banning from Quake servers? I know the mod can handle it, but some mods I run (like Slide) don't support banning. I looked into Qsmack, but it needs modifications to the code... and I don't have the source code for anything, nor coding skill to implement it. So... lolhow2banplz?
Announcement
Collapse
No announcement yet.
Meathods of banning?
Collapse
X
-
Meathods of banning?
e|------------------------0---------------
B|---------------0^1----------------1----
G|---------------2------2------0^2-------
D|---------------2-------2--2-------------
A|---------------0------------------------
E|----------------------------------------Tags: None
-
The best way would be server side. You can use DarkPlaces or FTE, to ban multiple players.
To do it in QuakeC (mod side) requires hacks(coding tricks to get what you want) since QuakeC has very limited string manipulation built in. Original QuakeC cant even do basic arrays!
Though, original Quake does come with a BAN function to ban ONE person at a time. You can rcon to your server and issue the ban command to kick 1 abusive player.Last edited by R00k; 08-29-2009, 12:17 PM.
-
The problem with that is I run 2 mods that I can't change the exe... The HUB and Rquake both need custom server .exe's to work properly...
Maybe blocking the IP before they even reach the server, like with a firewall? Although this would be a pain in the ass as I don't know of anything that lets me block IPs, let alone isn't just a huge pain in the ass in general, what with the "this program is trying to access the internet!!" messages that most of the time fail to actually minimize the game, leaving you with some crap like a mouse cursor on a black screen that you can't get out of.e|------------------------0---------------
B|---------------0^1----------------1----
G|---------------2------2------0^2-------
D|---------------2-------2--2-------------
A|---------------0------------------------
E|----------------------------------------
Comment
-
Originally posted by =peg= View Postthis is one of many reasons to use linux rather then windows as a dedicated server os.. (not very helpful i know)
just download tiny firewall ,its free and doesnt require lobbing off your arm's in the process (installing linux)
edit : correction , was free, tiny software was purchased by CA something, so just get the older version. link supplied
ps : peg, you sounded completely like a fanboy right thereWant to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!
Comment
-
What .exe are u using for each server???
Comment
-
Well, a modified wqpro hacked up by Aalchemy for The Hub, and a modified wqpro rocketguy gave me for rquake... the rest are wqpro 4.0e|------------------------0---------------
B|---------------0^1----------------1----
G|---------------2------2------0^2-------
D|---------------2-------2--2-------------
A|---------------0------------------------
E|----------------------------------------
Comment
-
You cannot infallibly ban, and you're just going to have to accept that. IP addresses are so easy to spoof that it's a losing game, end of story.IT LIVES! http://directq.blogspot.com/
Comment
-
Thank you captain obvious. I just need to be able to ban more than just one IP.e|------------------------0---------------
B|---------------0^1----------------1----
G|---------------2------2------0^2-------
D|---------------2-------2--2-------------
A|---------------0------------------------
E|----------------------------------------
Comment
Comment