UTBOTS

Search, find and discuss about Mutators!
Post Reply
User avatar
Wises
Godlike
Posts: 1089
Joined: Sun Sep 07, 2008 10:59 am
Personal rank: ...

UTBOTS

Post by Wises »

check this little mod out;

in short it adds customizable bot [Chat] A.I to Bot Matches.. and some other things.. and is actually very well done.
The Author goes by the name of ProAsm and is a top bloke.

Code: Select all

[UTBots.UTBots]
bRandomPing=True
MaximumPing=200
MinimumPing=20

[UTBots.MessageBot]
; kill, killed, suicide
KillFrequency=50

; teamkill, teamkilled
TeamFrequency=30

; game end, game won, game lost
GameFrequency=75

; bot say, nick say
SelfFrequency=60

; hello, goodbye,
GreetFrequency=85

; extra
ExtraFrequency=60

; Messages, you can add a virtually unlimited number of
; messages which will be randomly chosen
; You can use the following replacements:
; %killer%	the player that killed
; %victim%	the player that got killed
; %winner%	the winner of the game
; %speaker%	the bot that speaks
; %player%	the player who said something
; %scorer%	the player that scored/has the flag
; %kscore%	the score of the killer
; %kdeaths%	number of times the killer died
; %kweapon%	the weapon of the killer
; %vscore%	the score of the victim
; %vdeaths%	number of times the victim died
; %vweapon%	the weapon of the victim

; When a bot get's killed
msgKilled[0]=Damn it!
msgKilled[1]=Didn't see you there %killer%
msgKilled[2]=Nice shot %killer%
msgKilled[3]=%killer%: next time give me a warning
msgKilled[4]=Argh, not again
msgKilled[5]=I realy suck
msgKilled[6]=WTF? are you using an aim bot %killer%
msgKilled[7]=Damn lag
msgKilled[8]=n1
msgKilled[9]=ouch, that hurt
msgKilled[10]=ouch...my pride
msgKilled[11]=n1

; When a bot kills another player
msgKiller[0]=Mwuahahaha
msgKiller[1]=You new at this %victim%?
msgKiller[2]=heheh
msgKiller[3]=oopps.. you musta been typing %victim%
msgKiller[4]=Maybe you should practice first %victim% :P
msgKiller[5]=Booyah
msgKiller[6]=your catchin on.. :)
msgKiller[7]=lol
msgKiller[8]=no skillz %victim%... no skillz
msgKiller[9]=man I am diggin this ping...
msgKiller[10]=%kscore% frags and climbing...
msgKiller[11]=hey youv been practicing since we last played...
msgKiller[12]=hmmm..maybe thats why you only have %vscore% kills  :)
msgKiller[13]=lmao
msgKiller[14]=Thats some crazy spam you dish out...
msgKiller[15]=Hey %victim%, are you letting your little sister play for you?
msgKiller[16]=hey %victim%, feel free to use those crosshairs in the center of your screen...
msgKiller[17]=hey %victim%, remind me later to give you some quick lessons... j/k :)
msgKiller[18]=Hey %victim%...your not gunna get into ROT with that....
msgKiller[19]=:P
msgKiller[20]=damn...wish i could play like that more often
msgKiller[21]=i got spammy there huh?
msgKiller[22]=Slop Counts right?
msgKiller[23]=that was a gimmi...
msgKiller[24]=Dude - THATs not gunna win you any LAN parties
msgKiller[25]=that was luck
msgKiller[26]=stop treating me like a bot %victim%
msgKiller[27]=hang in there %victim%, youl get better
msgKiller[28]=THATS how ya use a %kweapon%...
msgKiller[29]=What was that...the waltz?
msgKiller[30]=:D
msgKiller[31]=ok - I got lucky there
msgKiller[32]=nice dancin %victim%
msgKiller[33]=I owned joooooo
msgKiller[34]=and you call yourself a gamer... :)
msgKiller[35]=Wow...you must be laggin hardcore
msgKiller[36]=sorry - were you typing?
msgKiller[37]=:)
msgKiller[38]=i think im gettin the hang of it
msgKiller[39]=nice dodge %victim%
msgKiller[40]=ok..i got lucky there
msgKiller[41]=Finally!
msgKiller[42]=Doh..
msgKiller[43]=you should jump around more - make yourself harder to hit
msgKiller[44]=wooot!
msgKiller[45]=you suck man
msgKiller[46]=hehe you like dat
msgKiller[47]=for a bot im' pretty good :)

; When a Bot commits suicide
msgSuicide[0]=AAAAAAAaaaaaaaaarrrggggggh
msgSuicide[1]=Oops ;)
msgSuicide[2]=Woohoo killed %killer% again :)
msgSuicide[3]=Ok, who moved the ground
msgSuicide[4]=DOH!
msgSuicide[5]=uhm... you didn't see that ;)
msgSuicide[6]=o oh! ;)
msgSuicide[7]=fcku it ;)
msgSuicide[8]=just like a bot ;)
msgSuicide[9]=prick ;)

; When a bot get's killed by a team mate
msgKillTeam[0]=%killer% you moron
msgKillTeam[1]=Hello!, same team dude
msgKillTeam[2]=Watch where you shoot %killer%

; When a bot kills a team mate
msgTeamKill[0]=damnit, sorry %victim%
msgTeamKill[1]=sorry...forgot teams
msgTeamKill[2]=aww damn...same team...ima dork

; When the bot won the game
msgEndGameWon[0]=gg
msgEndGameWon[1]=Yeehaaa...gg
msgEndGameWon[2]=gg - crazy
msgEndGameWon[3]=gg...must be the ping :)
msgEndGameWon[4]=gg  finally <whew>
msgEndGameWon[5]=gg... <whew>
msgEndGameWon[6]=gg  at last
msgEndGameWon[7]=gg... <yawn>
msgEndGameWon[8]=gg  glad thats over
msgEndGameWon[9]=gg... chaos

; when a bot loses a game
msgEndGameLost[0]=gg
msgEndGameLost[1]=gg - lag sucks
msgEndGameLost[2]=gg - Way the go %winner%
msgEndGameLost[3]=bg - i think i hate that map
msgEndGameLost[4]=gg - eish i die alot
msgEndGameLost[5]=gg - wtg %winner%
msgEndGameLost[6]=gg - n1 %winner%
msgEndGameLost[7]=gg - this lag sucks bad :(
msgEndGameLost[8]=gg - damn lag :(
msgEndGameLost[9]=gg - my ping sucks :(

; Tiggers on which a bot might respond with a hello message
; you can use a * to match zero or more characters, or ? to match a single character
msgHelloTrigger[0]=hi*
msgHelloTrigger[1]=hello*
msgHelloTrigger[2]=sup*
msgHelloTrigger[3]=hiya*
msgHelloTrigger[4]=wazup*
msgHelloTrigger[5]=greets*
msgHelloTrigger[6]=zup*
msgHelloTrigger[7]=hi there*
msgHelloTrigger[8]=yoh*
msgHelloTrigger[9]=yo yo*

; What to say when a hello is triggered
msgHello[0]=whats up %player%...
msgHello[1]=welcome back %player%...
msgHello[2]=hi
msgHello[3]='Sup %player%
msgHello[4]=sup
msgHello[5]=heyy
msgHello[6]=waz happinin
msgHello[7]=heeeeey!
msgHello[8]=hi
msgHello[9]=yo!

; Tiggers on which a bot might respond with a goodbye message
msgByeTrigger[0]=bye*
msgByeTrigger[1]=goodbye*
msgByeTrigger[2]=l8r*
msgByeTrigger[3]=cya*
msgByeTrigger[4]=hasta*
msgByeTrigger[5]=later*
msgByeTrigger[6]=nite*
msgByeTrigger[7]=ciao*
msgByeTrigger[8]=cheers*
msgByeTrigger[9]=chow*

; What to say when a goodbye is triggered
msgBye=[0]later %player%
msgBye=[1]L8r dude
msgBye=[2]gg %player%
msgBye=[3]cya later
msgBye=[4]later
msgBye=[5]late
msgBye=[6]l8r
msgBye=[7]l8r
msgBye=[8]l8r
msgBye=[9]l8r

; What to say when the word bot is mentioned
msgBotSaid[0]=dont like bots? hehe ya stuck with me dude
msgBotSaid[1]=Of course Im a bot - are you a human ?
msgBotSaid[2]=you think Im a bot ?
msgBotSaid[3]=bots make better lovers... :P
msgBotSaid[4]=chicks dig bots...
msgBotSaid[5]=whats a bot ?
msgBotSaid[6]=bot?? OMG youre right I AM a bot!
msgBotSaid[7]=but THIS bot is gunna kick your ass!  :)
msgBotSaid[8]=damn...can we cease with the bot-bashing??
msgBotSaid[9]=I am sooooooo not a bot!!

; What to say when the bots name is mentioned
msgNickSaid[0]=talking to me %player%
msgNickSaid[1]=wuzup dude
msgNickSaid[2]=yeah... thats me
msgNickSaid[3]=talking to me %player%
msgNickSaid[4]=wuzup dude
msgNickSaid[5]=yeah... thats me
msgNickSaid[6]=talking to me %player%
msgNickSaid[7]=wuzup dude
msgNickSaid[8]=yip thats me
msgNickSaid[9]=yeah... thats me

; Extra Tiggers on which a bot might respond
msgExtraTrigger[0]=wtf
msgExtraTrigger[1]=fu
msgExtraTrigger[2]=cunt
msgExtraTrigger[3]=fuck*

; What to say when a Extra is triggered
msgExtra[0]=easy on the language there %player%
msgExtra[1]=coolit dude
msgExtra[2]=thats not nice %player%
msgExtra[3]=slow down on the lingo %player%

Download
More info

Enjoy.
Last edited by Wises on Sat Jul 13, 2013 12:42 am, edited 1 time in total.
User avatar
Hook
Inhuman
Posts: 754
Joined: Tue Apr 22, 2008 11:21 pm
Personal rank: UT99 Promoter/Admin
Location: Minnesota USA
Contact:

Re: UTBOTS

Post by Hook »

Yes, at first glance, this guy looks top notch!
I'll have to look into his stuff more when time permits.
Thank you Wises!!! :gj:
=Hook=(Member# 626)
HUTP Active Forums: https://hooksutplace.freeforums.net/forum
HUTP UT99 Community Portal: https://hooksutplace.freeforums.net/
OR: https://hermskii.com/hook/ut99_hutp/
UT99 Server -> CROSSBONES Missile Madness {CMM}

* Newest Versions of: PRO-Redeemers | PRO-SNIPER-Redeemers | PRO-SEEKER-Redeemers <-(the Original)
and Now with FOOD FIGHT and Frying Pan arena !!!
IP: 68.232.181.236:7777 <-(NEW IP to come)
UT99 MH Server -> {CMH} CROSSBONES Monster Hunt (MH) by Mars007 (The Original) - IP: 108.61.238.93:7777
User avatar
EvilGrins
Godlike
Posts: 9700
Joined: Thu Jun 30, 2011 8:12 pm
Personal rank: God of Fudge
Location: Palo Alto, CA
Contact:

Re: UTBOTS

Post by EvilGrins »

Reminds me of the talking Titan, kinda.
http://unreal-games.livejournal.com/
Image
medor wrote:Replace Skaarj with EvilGrins :mrgreen:
Smilies · viewtopic.php?f=8&t=13758
User avatar
Wises
Godlike
Posts: 1089
Joined: Sun Sep 07, 2008 10:59 am
Personal rank: ...

Re: UTBOTS

Post by Wises »

no worries hook ;) hes a top bloke.. and has some good stuff..

@evilG.. Exactly like that .. I actually used to have players talk back to the titan.. for rounds and rounds.. that was funny in itself..
Post Reply