You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Front Page > Downloads > Unreal Tournament > Addons & Mutators

Reply
Thread Tools Display Modes
  #1  
Unread 26th December, 2004, 06:04 PM
+++crowbar+++'s Avatar
+++crowbar+++ +++crowbar+++ is offline
Rampage
 
Join Date: Aug 2004
Location: GERMANY
Posts: 62
Talking LamerBuster

Change log:
v1.06
  • Fixed: RemoveNick command in console can now handle 200 nicks, not 64 like the previous versions. Damn, what a n00b bug!
  • Added: little sort algorithm to speed up the remove lamer function, therefore the records in the BadNick[]-array have not to be sorted.
  • Redesigned: timer() function for lower server performance usage. The remove lamer functions will now be called at least every 7 seconds, depending on if the value of the config var WaitDelay is not bigger, then WaitDelay defines the interval. I recommend 15 seconds.
v1.05
  • Spawn protection
  • Damage reflection for friendly fire in team-matches (like in Call of Duty, damage will be thrown back to killer. How much can be defined.)
  • Keep unwanted players off the server by nick name, not IP
  • Kick lamer automatically off the server, when a amount of violations against server rules is committed.
  • Lamers stay off the server for the rest of a match, when they are kicked by LamerBuster. When a new match starts they can reconnect again.
  • Punish lamer by setting them into Gandhi-mode, what means, that they have to be non-violent until the end of the match, because LamerBuster will make the lamer toss every picked-up weapon.
  • Configure mutator options in UT console. No editing of ini file needs to be done.

Cheers!
+++crowbar+++
Attached Files
File Type: zip LamerBuster105.zip (25.6 KB, 174 views)
File Type: zip LamerBuster106.zip (27.2 KB, 494 views)

Last edited by Azazel : 30th December, 2004 at 07:16 PM.
Reply With Quote
  #2  
Unread 28th December, 2004, 08:37 PM
+++crowbar+++'s Avatar
+++crowbar+++ +++crowbar+++ is offline
Rampage
 
Join Date: Aug 2004
Location: GERMANY
Posts: 62
Talking LamerBuster v1.06

I obviously had a lot of time over the hollidays ;-)
So I made a major review of the code an found one little bug (damn!). Once started, I decided to do a little optimization to the code. So, here you go!

Change log
v1.06
  • Fixed: RemoveNick command in console can now handle 200 nicks, not 64 like the previous versions. Damn, what a n00b bug!
  • Added: little sort algorithm to speed up the remove lamer function, therefore the records in the BadNick[]-array have not to be sorted.
  • Redesigned: timer() function for lower server performance usage. The remove lamer functions will now be called at least every 7 seconds, depending on if the value of the config var WaitDelay is not bigger, then WaitDelay defines the interval. I recommend 15 seconds.

Download here:
http://www.1on1-server.de/mutator/LamerBuster106.zip
Reply With Quote
  #3  
Unread 28th December, 2004, 09:36 PM
ShiningSquirrel ShiningSquirrel is offline
Holy Shit!!
 
Join Date: Mar 2004
Posts: 740
Default

Quote:
Originally Posted by +++crowbar+++
I obviously had a lot of time over the hollidays ;-)
So I made a major review of the code an found one little bug (damn!). Once started, I decided to do a little optimization to the code. So, here you go!

Change log
v1.06
  • Fixed: RemoveNick command in console can now handle 200 nicks, not 64 like the previous versions. Damn, what a n00b bug!
  • Added: little sort algorithm to speed up the remove lamer function, therefore the records in the BadNick[]-array have not to be sorted.
  • Redesigned: timer() function for lower server performance usage. The remove lamer functions will now be called at least every 7 seconds, depending on if the value of the config var WaitDelay is not bigger, then WaitDelay defines the interval. I recommend 15 seconds.

Download here:
http://www.1on1-server.de/mutator/LamerBuster106.zip
Is there anything like this for UT2k4? , Please
Reply With Quote
  #4  
Unread 5th May, 2005, 08:31 PM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,246
Default

I just tested this on my server and it is searching for a file called "LamerBuster105", not sure.

I checked the ServerPackages line, and it's set to 106 and in my start up script it's set to 106 as well.

Failed to load 'LamerBuster105': Can't find fiucc.initackage 'LamerBuster105'
Failed to load 'LamerBuster106': Can't find file for pStarting Unreal Tournament:
ucc.initalled:
Failed to load 'LamerBuster106': Can't find file for package 'LamerBuster105'
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #5  
Unread 5th May, 2005, 08:35 PM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,246
Default

After placing the LamerBuster105 file in the server, it loaded just fine and I was required to download both packages. So I am guessing that you forgot to change something when you recompiled version 106.
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #6  
Unread 5th May, 2005, 08:36 PM
Baiter's Avatar
Baiter Baiter is offline
Holy Shit!!
 
Join Date: Apr 2004
Location: Houston, TX
Posts: 1,566
Default

Here is the missing file. Maybe this will help


http://www.1on1-server.de/mutator/LamerBuster105.zip
Reply With Quote
  #7  
Unread 5th May, 2005, 08:41 PM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,246
Default

::double post?::
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #8  
Unread 5th May, 2005, 08:42 PM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,246
Default

Yea, version 105 is posted in the first post.
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #9  
Unread 5th May, 2005, 09:52 PM
+++crowbar+++'s Avatar
+++crowbar+++ +++crowbar+++ is offline
Rampage
 
Join Date: Aug 2004
Location: GERMANY
Posts: 62
Default

Hi,

i forgot to publish version 1.07 on UnrealAdmin. You can download the actual version here:

http://www.1on1-server.de/mutator/LamerBuster107.zip

The Kick-by-Nickname function is extracted into an extra mutator NickNameBan. You can download it here:

http://www.1on1-server.de/mutator/NickNameBan.zip

Greetings
+++crowbar+++
Reply With Quote
  #10  
Unread 5th May, 2005, 09:53 PM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,246
Default

Nice. Thanks.
__________________

UT-FILES.COM
Get your files
Reply With Quote
  #11  
Unread 5th August, 2010, 12:54 PM
Pileyrei Pileyrei is offline
Godlike
 
Join Date: Mar 2005
Posts: 352
Default

Quote:
Originally Posted by +++crowbar+++ View Post
Hi,

i forgot to publish version 1.07 on UnrealAdmin. You can download the actual version here:

http://www.1on1-server.de/mutator/LamerBuster107.zip


Greetings
+++crowbar+++
is there another download link for the latest version?
Reply With Quote
  #12  
Unread 5th August, 2010, 01:11 PM
back4more's Avatar
back4more back4more is offline
Holy Shit!!
 
Join Date: Oct 2008
Location: NextDoor
Posts: 1,908
Default

sure : was supposed to post it in other post

here you go :

http://www.ut-files.com/index.php?di...&search_mode=f
Reply With Quote
  #13  
Unread 5th August, 2010, 02:00 PM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,848
Default

http://unrealtournament.99.free.fr/u...rBuster107.zip
__________________
UT99 files






Reply With Quote
  #14  
Unread 5th August, 2010, 02:39 PM
Pileyrei Pileyrei is offline
Godlike
 
Join Date: Mar 2005
Posts: 352
Default

Thank you
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:46 PM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.