首页 >聚焦 > > 正文

全球短讯!csgo/csso bot加强2.0

2023-03-08 14:06:58 来源:哔哩哔哩

//----------------------------------------------------------------------------


(资料图片)

// 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.

//

//----------------------------------------------------------------------------

//

// All profiles begin with this data and overwrite their own

//

Default

Skill = 50

Aggression = 50

ReactionTime = 0.3

AttackDelay = 0

Teamwork = 75

AimFocusInitial = 20 // initial focus spread in degrees (from desired center)

AimFocusDecay = 0.7 // how much focus shrinks per second (.25 = 25% of size after 1 sec)

AimFocusOffsetScale = 0.30 // controls accuracy when tracking to target (0 == perfect, should always be < 1)

AimfocusInterval = 0.8 // how often focus is adjusted (smaller intervals means better movement tracking)

WeaponPreference = none

Cost = 0

Difficulty = NORMAL

VoicePitch = 100

Skin = 0

LookAngleMaxAccelNormal = 2000.0

LookAngleStiffnessNormal = 100.0

LookAngleDampingNormal = 25.0

LookAngleMaxAccelAttacking = 18000.0

LookAngleStiffnessAttacking = 2500

LookAngleDampingAttacking = 65

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 Rifle

WeaponPreference = m4a4

WeaponPreference = ak47

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = mp7

WeaponPreference = mp5sd

End

Template RifleT

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = galilar

WeaponPreference = famas

WeaponPreference = mp7

WeaponPreference = mp5sd

End

Template Punch

WeaponPreference = aug

WeaponPreference = sg556

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = mp7

WeaponPreference = mp5sd

End

Template PunchT

WeaponPreference = sg556

WeaponPreference = aug

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = mp7

WeaponPreference = mp5sd

End

Template Sniper

WeaponPreference = awp

WeaponPreference = scar20

WeaponPreference = g3sg1

WeaponPreference = ssg08

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = mp7

WeaponPreference = mp5sd

End

Template Power

WeaponPreference = m249

WeaponPreference = xm1014

WeaponPreference = nova

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = mp7

WeaponPreference = mp5sd

End

Template Shotgun

WeaponPreference = xm1014

WeaponPreference = nova

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = mp7

WeaponPreference = mp5sd

End

Template Spray

WeaponPreference = p90

WeaponPreference = mp9

WeaponPreference = mac10

WeaponPreference = mp7

WeaponPreference = mp5sd

End

Template Rifle1

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = deagle

End

Template Shotgun1

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = deagle

End

Template Spray1

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = deagle

End

Template Punch1

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = deagle

End

Template Sniper1

WeaponPreference = awp

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = deagle

End

Template Power1

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = deagle

End

Template Power2

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = deagle

End

Template Spray2

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = deagle

End

Template Shotgun2

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = deagle

End

Template Sniper2

WeaponPreference = awp

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = deagle

End

Template Rifle2

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = deagle

End

Template Punch2

WeaponPreference = ak47

WeaponPreference = m4a4

WeaponPreference = famas

WeaponPreference = galilar

WeaponPreference = deagle

End

// skill templates

Template Elite

Skill = 100

Aggression = 100

ReactionTime = 0

Cost = 4

Difficulty = EXPERT

VoicePitch = 85

AimFocusInitial = 0

AimFocusDecay = 0.001

AimFocusOffsetScale = 0

AimfocusInterval = 0

End

Template Expert

Skill = 100

Aggression = 100

ReactionTime = 0

Cost = 4

Difficulty = EXPERT

VoicePitch = 88

AimFocusInitial = 0

AimFocusDecay = 0.001

AimFocusOffsetScale = 0

AimfocusInterval = 0

End

Template VeryHard

Skill = 49

Aggression = 100

ReactionTime = 0

Cost = 3

Difficulty = HARD

VoicePitch = 92

AimFocusInitial = 0

AimFocusDecay = 0.001

AimFocusOffsetScale = 0

AimfocusInterval = 0

End

Template Hard

Skill = 49

Aggression = 100

ReactionTime = 0

Cost = 3

Difficulty = HARD

VoicePitch = 94

AimFocusInitial = 0

AimFocusDecay = 0.001

AimFocusOffsetScale = 0

AimfocusInterval = 0

End

Template Tough

Skill = 49

Aggression = 100

ReactionTime = 0

AttackDelay = 0

Cost = 2

Difficulty = HARD

VoicePitch = 96

AimFocusInitial = 0

AimFocusDecay = 0.001

AimFocusOffsetScale = 0

AimfocusInterval = 0

End

Template Normal

Skill = 50

Aggression = 30

ReactionTime = 0.60

AttackDelay = .80

Cost = 2

Difficulty = NORMAL

AimFocusInitial = 12

AimFocusDecay = 0.5

AimFocusOffsetScale = 0.35

AimfocusInterval = 0.60

End

Template Fair

Skill = 25

Aggression = 15

ReactionTime = 0.60

AttackDelay = .90

Cost = 1

Difficulty = NORMAL

VoicePitch = 105

AimFocusInitial = 17

AimFocusDecay = 0.6

AimFocusOffsetScale = 0.5

AimfocusInterval = 0.70

End

Template Easy

Skill = 5

Aggression = 10

ReactionTime = 60

AttackDelay = 70

Cost = 1

Difficulty = EASY

VoicePitch = 110

AimFocusInitial = 20

AimFocusDecay = 0.7

AimFocusOffsetScale = 0.6

AimfocusInterval = 0.70

End

//----------------------------------------------------------------------------

//

// These are the individual bot profiles, which inherit first from 

// Default and then the specified Template(s), in order

//

Elite+Rifle1 Cliffe

Skin = 1

VoicePitch = 95

End

Elite+Spray1 Minh

Skin = 2

VoicePitch = 105

End

Elite+Shotgun1 Crusher

Skin = 4

VoicePitch = 84

End

Elite+Punch1 Garret

Skin = 4

VoicePitch = 110

End

Elite+Power1 Rock

Skin = 2

VoicePitch = 80

End

Elite+Punch1 Shark

Skin = 4

VoicePitch = 90

End

Elite+Rifle1 Wolf

Skin = 2

VoicePitch = 98

End

Elite+Rifle1 Gunner

Skin = 1

VoicePitch = 96

End

Elite+Sniper1 Vitaliy

Skin = 3

VoicePitch = 105

End

Elite+Punch1 Ridgway

Skin = 3

VoicePitch = 115

End

Elite+Rifle1 Steel

Skin = 1

VoicePitch = 84

End

Elite+Punch1 Stone

Skin = 4

VoicePitch = 86

End

//----------------------------------------

Expert+Rifle1 Arnold

VoicePitch = 85

End

Expert+Rifle1 Brett

VoicePitch = 100

End

Expert+Punch1 Kurt

VoicePitch = 95

End

Expert+Sniper1 Kyle

Cost = 5

VoicePitch = 115

End

Expert+Shotgun1 Moe

VoicePitch = 87

End

Expert+Rifle1 Quade

VoicePitch = 91

End

Expert+Rifle1 Quintin

VoicePitch = 101

End

Expert+Sniper1 Ringo

VoicePitch = 112

End

Expert+Punch1 Rip

VoicePitch = 99

End

Expert+Rifle1 Zach

VoicePitch = 100

End

//----------------------------------------

VeryHard+Power2 Cory

Skin = 1

VoicePitch = 110

End

VeryHard+Sniper2 Quinn

Skin = 3

VoicePitch = 93

End

VeryHard+Rifle2 Seth

Skin = 2

VoicePitch = 100

End

VeryHard+Rifle2 Vinny

Skin = 4

VoicePitch = 86

End

//----------------------------------------

Hard+Rifle2 Brian

Skin = 1

VoicePitch = 100

End

Hard+Rifle2 Chad

Skin = 1

VoicePitch = 95

End

Hard+Rifle2 Chet

Skin = 2

VoicePitch = 90

End

Hard+Spray2 Gabe

Skin = 4

VoicePitch = 102

End

Hard+Shotgun2 Hank

Skin = 1

VoicePitch = 98

End

Hard+Rifle2 Ivan

Skin = 2

VoicePitch = 96

End

Hard+Punch2 Jim

Skin = 4

VoicePitch = 103

End

Hard+Punch2 Joe

Skin = 1

VoicePitch = 105

End

Hard+Rifle2 John

Skin = 2

VoicePitch = 97

End

Hard+Rifle2 Tony

Skin = 4

VoicePitch = 84

End

Hard+Punch2 Tyler

Skin = 1

VoicePitch = 90

End

Hard+Rifle2 Victor

Skin = 2

VoicePitch = 98

End

Hard+Sniper2 Vladimir

Skin = 3

VoicePitch = 110

End

Hard+Spray2 Zane

Skin = 4

VoicePitch = 103

End

Hard+Rifle2 Zim

Skin = 2

VoicePitch = 110

End

//----------------------------------------

Tough+Sniper2 Adrian

Skin = 3

VoicePitch = 120

End

Tough+Sniper2 Bank

Skin = 1

VoicePitch = 95

End

Tough+Rifle2 Brad

Skin = 1

VoicePitch = 100

End

Tough+Rifle2 Connor

Skin = 2

VoicePitch = 104

End

Tough+Rifle2 Dave

Skin = 4

VoicePitch = 98

End

Tough+Sniper2 Dan

Skin = 1

VoicePitch = 100

End

Tough+Rifle2 Derek

Skin = 2

VoicePitch = 102

End

Tough+Shotgun2 Don

Skin = 4

VoicePitch = 95

End

Tough+Rifle2 Eric

Skin = 1

VoicePitch = 95

End

Tough+Rifle2 Erik

Skin = 2

VoicePitch = 110

End

Tough+Rifle2 Finn

Skin = 4

VoicePitch = 112

End

Tough+Sniper2  Jeff

Skin = 1

VoicePitch = 90

End

Tough+Rifle2 Kevin

Skin = 2

VoicePitch = 115

End

Tough+Rifle2 Reed

Skin = 4

VoicePitch = 107

End

Tough+Rifle2 Rick

Skin = 2

VoicePitch = 102

End

Tough+Sniper2  Ted

Skin = 1

VoicePitch = 98

End

Tough+Rifle2 Troy

Skin = 2

VoicePitch = 100

End

Tough+Rifle2 Wade

Skin = 4

VoicePitch = 95

End

Tough+Rifle2 Wayne

Skin = 1

VoicePitch = 86

End

Tough+Rifle2 Xander

Skin = 2

VoicePitch = 100

End

Tough+Rifle2 Xavier

Skin = 4

VoicePitch = 95

End

//----------------------------------------

Normal+Rifle Adam

Skin = 1

VoicePitch = 105

End

Normal+PunchT Andy

Skin = 2

VoicePitch = 90

End

Normal Chris

Skin = 3

VoicePitch = 100

End

Normal Colin

Skin = 4

VoicePitch = 107

End

Normal+Rifle Dennis

Skin = 1

VoicePitch = 104

End

Normal Doug

Skin = 2

VoicePitch = 110

End

Normal+Sniper Duffy

Skin = 2

VoicePitch = 110

End

Normal Gary

Skin = 3

VoicePitch = 95

End

Normal Grant

Skin = 4

VoicePitch = 112

End

Normal Greg

Skin = 1

VoicePitch = 111

End

Normal+Sniper Ian

Skin = 3

VoicePitch = 115

End

Normal Jerry

Skin = 4

VoicePitch = 112

End

Normal Jon

Skin = 1

VoicePitch = 96

End

Normal Keith

Skin = 2

VoicePitch = 98

End

Normal Mark

Skin = 4

VoicePitch = 110

End

Normal Matt

Skin = 1

VoicePitch = 95

End

Normal+RifleT Mike

Skin = 2

VoicePitch = 100

End

Normal Nate

Skin = 4

VoicePitch = 99

End

Normal Paul

Skin = 3

VoicePitch = 98

End

Normal Scott

Skin = 1

VoicePitch = 105

End

Normal Steve

Skin = 2

VoicePitch = 115

End

Normal Tom

Skin = 3

VoicePitch = 110

End

Normal Yahn

Skin = 4

VoicePitch = 92

End

//----------------------------------------

Fair Alfred

VoicePitch = 110

End

Fair Bill

VoicePitch = 100

End

Fair Brandon

VoicePitch = 99

End

Fair+Spray Calvin

VoicePitch = 120

End

Fair Dean

VoicePitch = 111

End

Fair Dustin

VoicePitch = 98

End

Fair Ethan

VoicePitch = 112

End

Fair Harold

VoicePitch = 90

End

Fair Henry

VoicePitch = 120

End

Fair Irving

VoicePitch = 118

End

Fair Jason

VoicePitch = 116

End

Fair+Spray Jenssen

VoicePitch = 112

End

Fair Josh

VoicePitch = 114

End

Fair Martin

VoicePitch = 110

End

Fair Nick

VoicePitch = 98

End

Fair Norm

VoicePitch = 92

End

Fair Orin

VoicePitch = 113

End

Fair Pat

VoicePitch = 114

End

Fair Perry

VoicePitch = 115

End

Fair Ron

VoicePitch = 100

End

Fair Shawn

VoicePitch = 102

End

Fair Tim

VoicePitch = 98

End

Fair Will

VoicePitch = 96

End

Fair Wyatt

VoicePitch = 94

End

//----------------------------------------

Easy Albert

VoicePitch = 100

End

Easy Allen

VoicePitch = 110

End

Easy Bert

VoicePitch = 120

End

Easy Bob

VoicePitch = 99

End

Easy Cecil

VoicePitch = 120

End

Easy Clarence

VoicePitch = 125

End

Easy Elliot

VoicePitch = 110

End

Easy Elmer

VoicePitch = 100

End

Easy Ernie

VoicePitch = 112

End

Easy Eugene

VoicePitch = 121

End

Easy Fergus

VoicePitch = 99

End

Easy Ferris

VoicePitch = 119

End

Easy Frank

VoicePitch = 118

End

Easy Frasier

VoicePitch = 117

End

Easy Fred

VoicePitch = 116

End

Easy George

VoicePitch = 115

End

Easy Graham

VoicePitch = 114

End

Easy Harvey

VoicePitch = 112

End

Easy Irwin

VoicePitch = 111

End

Easy Larry

VoicePitch = 105

End

Easy Lester

VoicePitch = 110

End

Easy Marvin

VoicePitch = 109

End

Easy Neil

VoicePitch = 108

End

Easy Niles

VoicePitch = 122

End

Easy Oliver

VoicePitch = 120

End

Easy Opie

VoicePitch = 125

End

Easy Ryan

VoicePitch = 95

End

Easy Toby

VoicePitch = 92

End

Easy Ulric

VoicePitch = 100

End

Easy Ulysses

VoicePitch = 102

End

Easy Uri

VoicePitch = 104

End

Easy Waldo

VoicePitch = 108

End

Easy Wally

VoicePitch = 95

End

Easy Walt

VoicePitch = 100

End

Easy Wesley

VoicePitch = 120

End

Easy Yanni

VoicePitch = 112

End

Easy Yogi

VoicePitch = 99

End

Easy Yuri

VoicePitch = 110

End

指令(需要一条一条打):

bind "F1""bot_difficulty 2;bot_join_team ct;bot_quota 5 "

bind "F2""bot_difficulty 3;bot_join_team any;bot_quota 10 "

bind "F3""bot_difficulty 3;bot_join_team ct;bot_quota 5 "

bind "F4""bot_difficulty 2;bot_join_team any;bot_quota 10 "

bind "F5""bot_kick;mp_limitteams 32 ;mp_autoteambalance 0 " 作者:qwwdv https://www.bilibili.com/read/cv21453618?spm_id_from=333.999.0.0 出处:bilibili

标签:

x 广告
x 广告

Copyright ©   2015-2022 东亚影视网版权所有  备案号:琼ICP备2022009675号-13   联系邮箱:435 227 67 @qq.com