|
|
| Author(s): dDefinder |
| Category: CS:S > Other/Misc |
Notes/Usage Instructions:
New bot names(off the top of my head) and added skill and weapon template. Playing on normal will be like playing in a public server (Normal hard and certain expert bots mixed). While hard is used mixed with some hard bots and expert. This is best played with bot_eco_limit 0. Type it in the console. it does not appear to be permanent when you start up the game so it needs to be re-entered
V1.1 update
-Bots names now have spaces
-Easy Bots profile are now not random
-Removed easy bots from normal
-fixed half the bot list not appearing
-fixed up easy and fair
-Name changes
-Easy now has some expert bots.
v1.1
-adjusted weapon usage
-changed some hard, expert and normal names based off of players from moongamers server around 2005 or 06.
-added some more bots.
-Fixed typo with custom weapons that made it not work.
INSTALL
open GCFscape open Counter - Strike Souce Shared Cstrike > BotProfile. extract it to desktop and open it with notepad. then delete all the contets and copy and whats below this in its palce
or
Save all this in notepad and save as BotProfile.db, and move it to your Cstrike directory. |
Script Code:
//----------------------------------------------------------------------------
// BotProfile.db
// Author: Michael S. Booth, Turtle Rock Studios (www.turtlerockstudios.com)
//
// This database defines bot "personalities".
// Feel free to edit it and define your own bots.
//
//EDITS, PROFILES, NAMES BY dDefinder '08
//----------------------------------------------------------------------------
//
// All profiles begin with this data and overwrite their own
//
Default
Skill = 50
Aggression = 50
ReactionTime = 0.3
AttackDelay = 0
Teamwork = 75
WeaponPreference = none
Cost = 0
Difficulty = NORMAL
VoicePitch = 100
Skin = 0
End
//----------------------------------------------------------------------------
//
// These templates inherit from Default and override with their values
// The name of the template defines a type that is used by individual bot profiles
//
// weapon preference templates
Template Trueawpsniper
WeaponPreference = awp
WeaponPreference = ak47
WeaponPreference = m4a1
WeaponPreference = deagle
End
Template TournyT
WeaponPreference = ak47
WeaponPreference = m4a1
WeaponPreference = deagle
End
Template Tourny
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = deagle
End
Template Custom
WeaponPreference = awp
WeaponPreference = aug
WeaponPreference = sg552
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = mp5
WeaponPreference = deagle
End
Template CustomT
WeaponPreference = awp
WeaponPreference = sg552
WeaponPreference = aug
WeaponPreference = ak47
WeaponPreference = m4a1
WeaponPreference = mp5
WeaponPreference = deagle
End
Template AutoSniper
WeaponPreference = g3sg1
WeaponPreference = sg550
WeaponPreference = scout
WeaponPreference = galil
WeaponPreference = famas
WeaponPreference = mp5
End
Template AutoSniperT
WeaponPreference = sg550
WeaponPreference = g3sg1
WeaponPreference = scout
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
End
Template Rifle
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
End
Template RifleT
WeaponPreference = ak47
WeaponPreference = m4a1
WeaponPreference = galil
WeaponPreference = famas
WeaponPreference = mp5
End
Template Punch
WeaponPreference = aug
WeaponPreference = sg552
WeaponPreference = mp5
WeaponPreference = deagle
End
Template PunchT
WeaponPreference = aug
WeaponPreference = sg552
WeaponPreference = mp5
WeaponPreference = deagle
End
Template Sniper
WeaponPreference = awp
WeaponPreference = scout
WeaponPreference = mp5
WeaponPreference = deagle
End
Template Power
WeaponPreference = m249
WeaponPreference = xm1014
WeaponPreference = m3
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = deagle
End
Template Shotgun
WeaponPreference = xm1014
WeaponPreference = m3
WeaponPreference = elite
WeaponPreference = fiveseven
End
Template Shield
// WeaponPreference = shield
WeaponPreference = m4a1 // in case shield is disallowed
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
End
Template Spray
WeaponPreference = p90
WeaponPreference = tmp
WeaponPreference = mac10
WeaponPreference = elite
WeaponPreference = fiveseven
End
// skill templates
Template Awppro
Skill = 100
Aggression = 75
ReactionTime = 0.1
Cost = 4
Difficulty = EXPERT+HARD+NORMAL+EASY
VoicePitch = 90
End
Template EliteScared
Skill = 100
Aggression = 60
ReactionTime = 0.2
Cost = 4
Difficulty = EXPERT+HARD+NORMAL+EASY
VoicePitch = 90
End
Template ExpertScared
Skill = 95
Aggression = 50
ReactionTime = 0.2
Cost = 4
Difficulty = EXPERT+HARD+NORMAL
VoicePitch = 88
End
Template Elite
Skill = 100
Aggression = 100
ReactionTime = 0.2
Cost = 4
Difficulty = EXPERT
VoicePitch = 85
End
Template Expert
Skill = 90
Aggression = 90
ReactionTime = 0.2
Cost = 4
Difficulty = EXPERT+HARD
VoicePitch = 88
End
Template VeryHard
Skill = 80
Aggression = 80
ReactionTime = 0.25
Cost = 3
Difficulty = HARD+NORMAL
VoicePitch = 92
End
Template Hard
Skill = 75
Aggression = 75
ReactionTime = 0.25
Cost = 3
Difficulty = HARD
VoicePitch = 94
End
Template Tough
Skill = 60
Aggression = 60
ReactionTime = 0.3
AttackDelay = 0.35
Cost = 2
Difficulty = NORMAL
VoicePitch = 96
End
Template Normal
Skill = 50
Aggression = 50
ReactionTime = 0.4
AttackDelay = 0.7
Cost = 2
Difficulty = NORMAL
End
Template Fair
Skill = 25
Aggression = 30
ReactionTime = 0.4
AttackDelay = 1.0
Cost = 1
Difficulty = EASY
VoicePitch = 105
End
Template Easy
Skill = 0
Aggression = 20
ReactionTime = 0.5
AttackDelay = 1.5
Cost = 1
Difficulty = EASY
VoicePitch = 110
End
//----------------------------------------------------------------------------
//
// These are the individual bot profiles, which inherit first from
// Default and then the specified Template(s), in order
//
Awppro+Trueawpsniper "XD | ryu"
Skin = 1
VoicePitch = 84
End
Awppro+Trueawpsniper "dDeath of the ART"
Skin = 1
VoicePitch = 84
End
Awppro+Trueawpsniper "[[MxD]]X the Driplet"
Skin = 2
VoicePitch = 85
End
Awppro+Trueawpsniper "-FaK- Phakkle of War"
Skin = 3
VoicePitch = 80
End
Elite+Rifle [[MxD]]Azimuth
Skin = 1
VoicePitch = 95
End
Elite+CustomT [[tiMmaH!]]RamboGunther1337
Skin = 4
VoicePitch = 80
End
Elite+Custom [[MxD]]DaZZerMAXX
Skin = 3
VoicePitch = 90
End
Elite+AutoSniper [[MxD]]ConTour
Skin = 2
VoicePitch = 78
End
EliteScared+Tourny [[tiMaH!]]wolf-fang
Skin = 1
VoicePitch = 60
End
Elite+TournyT [[tiMaH!]]hula
Skin = 2
VoicePitch = 85
End
Elite+Spray [SPI]itchetrigr
Skin = 3
VoicePitch = 105
End
Elite+Shotgun "-FaK- Onslaught"
Skin = 4
VoicePitch = 84
End
EliteScared+Punch "-FaK- JuZak"
Skin = 1
VoicePitch = 110
End
Elite+Power "[[tiMaH!]]Gen.TsoVicious"
Skin = 2
VoicePitch = 80
End
Elite+PunchT "-FaK- TuB"
Skin = 4
VoicePitch = 90
End
Elite+Rifle [SPI]FrunkenmeisteR
Skin = 2
VoicePitch = 98
End
Elite+RifleT "-FaK- .T3ch_N0ne.*"
Skin = 1
VoicePitch = 96
End
Elite+Sniper [SPI]Zed-Len
Skin = 3
VoicePitch = 105
End
Elite+RifleT [[MxD]]xb9manina
Skin = 1
VoicePitch = 84
End
Elite+PunchT [[tiMaH!]]Furious_DC
Skin = 4
VoicePitch = 86
End
//----------------------------------------
Expert+RifleT MaNgLeR
Skin = 4
VoicePitch = 85
End
Expert+CustomT "[[MxD]]Forgon Sight"
Skin = 4
VoicePitch = 80
End
Expert+Trueawpsniper "*USMC*RAZOR"
Skin = 3
VoicePitch = 95
End
Expert+TournyT [[MxD]]KiLLconey
Skin = 1
VoicePitch = 90
End
Expert+Tourny [[MxD]]OveRSlaP
Skin = 2
VoicePitch = 98
End
Expert+AutoSniperT [[MxD]]FaLLouT
Skin = 1
VoicePitch = 84
End
ExpertScared+Tourny "[SPI]dna SWAT"
Skin = 2
VoicePitch = 110
End
ExpertScared+Custom bre@kd0wn
Skin = 1
VoicePitch = 85
End
Expert+Rifle [SPI]neonfaktory
Skin = 2
VoicePitch = 100
End
Expert+Punch Grunkzzz
Skin = 4
VoicePitch = 95
End
Expert+Sniper "[SPI]Shadow Master"
SKin = 1
VoicePitch = 115
End
Expert+Shotgun southernskies
Skin = 4
VoicePitch = 87
End
Expert+Rifle "-=[Desert-Eagle]=-"
Skin = 1
VoicePitch = 91
End
Expert+Rifle aLiNiMNoN
Skin = 2
VoicePitch = 101
End
EliteScared+Custom "-FAK- Lamer"
Skin = 3
VoicePitch = 112
End
Expert+PunchT bLaCkSuRgEoN
Skin = 3
VoicePitch = 99
End
Expert+Rifle "-=Zaphod=-"
Skin = 4
VoicePitch = 100
End
//----------------------------------------
VeryHard+Power deathviper168
Skin = 1
VoicePitch = 110
End
VeryHard+Sniper Quci-kSho-t
Skin = 3
VoicePitch = 93
End
VeryHard+AutoSniper DaMafiA
Skin = 2
VoicePitch = 98
End
VeryHard+Rifle TakeOFF
Skin = 2
VoicePitch = 100
End
VeryHard+RifleT aK-MAsta
Skin = 4
VoicePitch = 86
End
//----------------------------------------
Hard+Rifle Datastream-Cowboy
Skin = 1
VoicePitch = 95
End
Hard+RifleT [TsT]Noe
Skin = 2
VoicePitch = 90
End
Hard+Custom [TsT]NeSSt
Skin = 2
VoicePitch = 110
End
Hard+AutoSniper [TsT]TheSiS
Skin = 2
VoicePitch = 95
End
Hard+CustomT Temepera
Skin = 2
VoicePitch = 81
End
Hard+Spray [TsT]Praynspray
Skin = 4
VoicePitch = 102
End
Hard+Shotgun [sh3t]inyafAcE
Skin = 1
VoicePitch = 98
End
Hard+RifleT infame
Skin = 2
VoicePitch = 96
End
Hard+Punch sperm@zoid
Skin = 4
VoicePitch = 103
End
Hard+PunchT [tomg]Rangersmith
Skin = 1
VoicePitch = 105
End
Hard+Rifle Mark-Z-man
Skin = 2
VoicePitch = 97
End
Hard+Rifle HarDEbAlLa
Skin = 4
VoicePitch = 84
End
Hard+PunchT S0ren-Jensen
Skin = 1
VoicePitch = 90
End
Hard+Rifle [nARc]lEEt-poSeR
Skin = 2
VoicePitch = 98
End
Hard+Sniper Nothi3naTa11
Skin = 3
VoicePitch = 110
End
Hard+Spray [SPI]LastMAnStanDINg
Skin = 4
VoicePitch = 103
End
Hard+Rifle ThunderRabbiT
Skin = 2
VoicePitch = 110
End
//----------------------------------------
Tough+Sniper NEedzNoONE
Skin = 3
VoicePitch = 120
End
Tough+AutoSniper Guide
Skin = 2
VoicePitch = 121
End
Tough+Rifle "Manilla Folder"
Skin = 1
VoicePitch = 100
End
Tough+Rifle "Wah-Wah Effect"
Skin = 2
VoicePitch = 104
End
Tough+RifleT Pobler
Skin = 4
VoicePitch = 98
End
Tough+Spray el-ass
Skin = 1
VoicePitch = 100
End
Tough+Rifle L337Bunny
Skin = 2
VoicePitch = 102
End
Tough+Shotgun FOowitAshotGun
Skin = 4
VoicePitch = 95
End
Tough+Rifle "-FaK- .sLipsTaR.*"
Skin = 1
VoicePitch = 95
End
Tough+RifleT ShadoMagi
Skin = 2
VoicePitch = 110
End
Tough+Rifle z@@L
Skin = 4
VoicePitch = 112
End
Tough+Shotgun pwnisnotaword
Skin = 1
VoicePitch = 90
End
Tough+Rifle [TsT]weakling
Skin = 2
VoicePitch = 115
End
Tough+RifleT Mdoziaa
Skin = 4
VoicePitch = 107
End
Tough+Rifle "Tongue of the Fatman"
Skin = 2
VoicePitch = 102
End
Tough [XeT]X-Tender
Skin = 1
VoicePitch = 98
End
Tough+Rifle [XeT]CorTeX
Skin = 2
VoicePitch = 100
End
Tough+RifleT [XeT]MeaN
Skin = 4
VoicePitch = 95
End
Tough+Rifle [XeT]Steeefan
Skin = 1
VoicePitch = 86
End
Tough+RifleT Warbeast
Skin = 2
VoicePitch = 100
End
Tough+Rifle [[tiMmaH!]]iPooN!
Skin = 4
VoicePitch = 95
End
//----------------------------------------
Normal+Rifle "Crouching Camper Hidden Noob"
Skin = 1
VoicePitch = 105
End
Normal+PunchT "Love Blister"
Skin = 2
VoicePitch = 90
End
Normal+Custom [BiE]WormEateR
Skin = 1
VoicePitch = 105
End
Normal+CustomT "[BiE]El Terrible"
Skin = 2
VoicePitch = 90
End
Normal+Rifle "Serial killer"
Skin = 3
VoicePitch = 100
End
Normal+AutoSniper Selcuk87
Skin = 4
VoicePitch = 107
End
Normal+Shield Shade
Skin = 1
VoicePitch = 104
End
Normal+RifleT WerX
Skin = 2
VoicePitch = 110
End
Normal+Rifle "Sidewinder(29)"
Skin = 3
VoicePitch = 95
End
Normal+CustomT Outbacks
Skin = 4
VoicePitch = 112
End
Normal+Rifle Tennistar
Skin = 1
VoicePitch = 111
End
Normal+Sniper "Tetra DemoN"
Skin = 3
VoicePitch = 115
End
Normal+Rifle "Tony Vercity"
Skin = 4
VoicePitch = 112
End
Normal+Rifle "WarFare - fire of the land"
Skin = 1
VoicePitch = 96
End
Normal+Custom Bruder_D
Skin = 2
VoicePitch = 98
End
Normal+Rifle SteeeFan
Skin = 4
VoicePitch = 110
End
Normal+Rifle "Meister Roehrich"
Skin = 1
VoicePitch = 95
End
Normal+RifleT SoMa
Skin = 2
VoicePitch = 100
End
Normal+Rifle "FoSSmy teeth now you"
Skin = 4
VoicePitch = 99
End
Normal+Rifle FUzIOn
Skin = 3
VoicePitch = 98
End
Normal+Rifle IcEWolF
Skin = 1
VoicePitch = 105
End
Normal+Rifle GurU1859
Skin = 2
VoicePitch = 115
End
Normal+Rifle "KaNe normal orly?"
Skin = 3
VoicePitch = 110
End
Normal+Custom RUMBLE
Skin = 4
VoicePitch = 92
End
//----------------------------------------
Fair+Spray [MAIM]y4eelt
Skin = 3
VoicePitch = 110
End
Fair+Custom Metro
Skin = 1
VoicePitch = 100
End
Fair+Rifle harmonies
Skin = 2
VoicePitch = 99
End
Fair+Spray omydarling
Skin = 2
VoicePitch = 120
End
Fair+Power veteran
Skin = 1
VoicePitch = 111
End
Fair+Sniper slppers
Skin = 4
VoicePitch = 98
End
Fair+Sniper Curtmigle
Skin = 4
VoicePitch = 112
End
Fair+Custom Halfmylife
Skin = 1
VoicePitch = 90
End
Fair+RifleT [MAIM]Benadic
Skin = 3
VoicePitch = 120
End
Fair+Shotgun Med
Skin = 3
VoicePitch = 118
End
Fair+Rifle FIE
Skin = 1
VoicePitch = 116
End
Fair+Custom OEIe
Skin = 2
VoicePitch = 114
End
Fair+PunchT Martin
Skin = 2
VoicePitch = 110
End
Fair+Punch [MAIM]Scape
Skin = 1
VoicePitch = 98
End
Fair+Rifle Spybot
Skin = 4
VoicePitch = 92
End
Fair+Power lessar
Skin = 4
VoicePitch = 113
End
Fair+Spray Ender
Skin = 1
VoicePitch = 114
End
Fair+Punch Quen
Skin = 3
VoicePitch = 115
End
Fair+Power "YMe!!"
Skin = 3
VoicePitch = 100
End
Fair+Rifle "[MAIM]Zeus'Beard"
Skin = 1
VoicePitch = 102
End
Fair+Rifle "HeadShot==>"
Skin = 2
VoicePitch = 98
End
Fair+Rifle Punce
Skin = 2
VoicePitch = 96
End
Fair+Power [MAIMZap
Skin = 1
VoicePitch = 94
End
//----------------------------------------
Easy+Rifle "@what.com"
Skin = 1
VoicePitch = 100
End
Easy+Spray Death
Skin = 3
VoicePitch = 110
End
Easy+Spray killer
Skin = 3
VoicePitch = 120
End
Easy+Spray Opange
Skin = 1
VoicePitch = 99
End
Easy+Rifle concelal
Skin = 2
VoicePitch = 120
End
Easy+PunchT outcourge
Skin = 1
VoicePitch = 125
End
Easy+Punch import
Skin = 2
VoicePitch = 110
End
Easy+Rifle crag
Skin = 1
VoicePitch = 100
End
Easy+Rifle yap
Skin = 4
VoicePitch = 112
End
Easy+Rifle killplz
Skin = 4
VoicePitch = 121
End
Easy+Spray nofood4you
Skin = 1
VoicePitch = 99
End
Easy+Spray useeme
Skin = 3
VoicePitch = 119
End
Easy+Sniper chaha
Skin = 3
VoicePitch = 118
End
Easy+Rifle Petata
Skin = 1
VoicePitch = 117
End
Easy+Power Yify
Skin = 2
VoicePitch = 116
End
Easy+Rifle Opire
Skin = 2
VoicePitch = 115
End
Easy+Rifle Curage
Skin = 1
VoicePitch = 114
End
Easy+Rifle simster
Skin = 4
VoicePitch = 112
End
Easy+Spray easymeat
Skin = 4
VoicePitch = 111
End
Easy+Spray Inofo
Skin = 1
VoicePitch = 110
End
Easy+Sniper Marvin
Skin = 3
VoicePitch = 109
End
Easy+Rifle [MAIM]knifer
Skin = 3
VoicePitch = 108
End
Easy+Power "Life 3"
Skin = 1
VoicePitch = 122
End
Easy+Power Dinner
Skin = 1
VoicePitch = 120
End
Easy+Rifle Pimp
Skin = 2
VoicePitch = 125
End
Easy+Power Aqua
Skin = 2
VoicePitch = 92
End
Easy+Punch VCA
Skin = 1
VoicePitch = 100
End
Easy+Rifle [MAIM]Dire
Skin = 1
VoicePitch = 102
End
Easy+Rifle GCFfile
Skin = 4
VoicePitch = 104
End
Easy+Rifle Tool
Skin = 3
VoicePitch = 108
End
Easy+Rifle NIght
Skin = 2
VoicePitch = 95
End
Easy+Power Data
Skin = 1
VoicePitch = 100
End
Easy+Power Pest
Skin = 4
VoicePitch = 120
End
Easy+Power [MAIM]Leadfoot
Skin = 3
VoicePitch = 112
End
Easy+PunchT Nail
Skin = 2
VoicePitch = 99
End
Easy+Punch Yuri
Skin = 1
VoicePitch = 110
End |
| Added: 2 years ago |
 Add Feedback |
You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... Detailed & Handy 1 x Detailed 1 x Handy You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |