[转帖]教你创建最具个性的BOT
//----------------------------------------------------------------------------
// BotProfile.db
// 这个数据库决定了BOT的个性.
// 可以自由修改来创建最具个性的BOT
//----------------------------------------------------------------------------
//
// 以下是默认模版配置
//
Default
Skill = 50
Aggression = 50
ReactionTime = 0.3
AttackDelay = 0
Teamwork = 80
WeaponPreference = none
Cost = 0
Difficulty = NORMAL
VoicePitch = 100
Skin = 0
End
//----------------------------------------------------------------------------
// 武器偏爱模版 (Bot会按金钱和武器种类和顺序选则)
Template RifleDeagle // 莱福枪+deagle
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
WeaponPreference = deagle
WeaponPreference = usp
End
Template Rifle //Rifle枪+usp
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
WeaponPreference = usp
WeaponPreference = deagle
End
Template Punch // 冲锋枪
WeaponPreference = aug
WeaponPreference = sg552
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
WeaponPreference = deagle
WeaponPreference = usp
End
Template SniperDeagle // 狙击枪+deagle
WeaponPreference = awp
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
WeaponPreference = deagle
WeaponPreference = usp
End
Template Sniper // 狙击枪+usp
WeaponPreference = awp
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
WeaponPreference = usp
WeaponPreference = deagle
End
Template Power // 重型武器
WeaponPreference = m249
WeaponPreference = m4a1
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
WeaponPreference = deagle
WeaponPreference = usp
End
Template Shotgun // 散弹枪
WeaponPreference = xm1014
WeaponPreference = m3
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
WeaponPreference = deagle
WeaponPreference = usp
End
Template Shield // 盾牌
WeaponPreference = shield
WeaponPreference = m4a1 // 如果盾牌禁用的则从这里开始选
WeaponPreference = ak47
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = mp5
WeaponPreference = deagle
WeaponPreference = usp
End
Template Spray // 轻型武器
WeaponPreference = famas
WeaponPreference = galil
WeaponPreference = p90
WeaponPreference = mp5
WeaponPreference = deagle
WeaponPreference = usp
End
//----------------------------------------------------------------------------
// 技能模版
Template Expert // 简单 Expert与Easy、Hard与Normal交换
Skill = 100 // 技能水平(0-100)
Aggression = 100 // 进攻指数 (0-100)
ReactionTime = 0.2 // 反应时间 (0.2-0.5)
Cost = 4 // BOT购买花费指数(1-5)
Difficulty = EXPERT
VoicePitch = 80 // 语音聊天程度(0-150)
EndTemplate VeryHard // 非常困难
Skill = 90
Aggression = 80
ReactionTime = 0.25
Cost = 4
Difficulty = HARD
VoicePitch = 85
EndTemplate Hard // 比较困难
Skill = 80
Aggression = 75
ReactionTime = 0.25
Cost = 3
Difficulty = HARD
VoicePitch = 90
EndTemplate Tough // 困难
Skill = 75
Aggression = 65
ReactionTime = 0.3
AttackDelay = 0.35
Cost = 3
Difficulty = NORMAL+HARD
VoicePitch = 95
EndTemplate Normal // 正常
Skill = 70
Aggression = 60
ReactionTime = 0.4
AttackDelay = 0.4
Cost = 2
Difficulty = NORMAL
VoicePitch = 100
EndTemplate Fair // 比较容易
Skill = 65
Aggression = 50
ReactionTime = 0.45
AttackDelay = 1.0
Cost = 2
Difficulty = EASY+NORMAL
VoicePitch = 104
EndTemplate Easy // 最容易
Skill = 50
Aggression = 45
ReactionTime = 0.5
AttackDelay = 0.6
Cost = 1
Difficulty = EASY
VoicePitch = 110
End
请教,我这幅血战地图光线演译错误,太亮了,炽眼!,那里出错?
//----------------------------------------------------------------------------
//
// 以下是个性化BOT档案,按顺序继承上面的模版和默认配置 [分为Expert专家级 Hard困难 Normal正常 Easy容易 四个难度部分] 每部分bot名称按顺序排! 缺少bot名就会在游戏当中出错 !
//
//-------------------------------Expert---------------------------------------
Expert+SniperDeagle sky // sky
Skill = 100 每个难度部分第一个以下的bot都省略了Skill技能指数 Aggression进攻指数和ReactionTime反映时间指数 其他bot默认第一个bot的这3个指数
Aggression = 100
ReactionTime = 0.2
Cost = 4
Skin = 2
VoicePitch = 90
EndExpert+SniperDeagle ice // ice
Skill = 100
Aggression = 100
ReactionTime = 0.2
Cost = 4
Skin = 2
VoicePitch = 95
EndExpert+Rifle SAGA // SAGA
Skin = 2
VoicePitch = 95
EndExpert+Rifle sst //sst
Skin = 1
VoicePitch = 95
EndExpert+RifleDeagle CHA. // CHA.
Skin = 1
VoicePitch = 85
EndExpert+RifleDeagle HYOGA // HYOGA
Skin = 3
VoicePitch = 85
EndExpert+RifleDeagle XH.X // XH.X
Skin = 1
VoicePitch = 85
EndExpert+Sniper addidas // addidas
Skin = 2
VoicePitch = 85
EndExpert+Rifle killer // killer
Skin = 1
VoicePitch = 100
EndExpert+Rifle star // star
Skin = 1
VoicePitch = 105
EndExpert+Sniper sugar // sugar
Skin = 3
VoicePitch = 110
EndExpert+Sniper MX. // MX.
VoicePitch = 115
EndExpert+Sniper No.1 // No.1
VoicePitch = 115
EndExpert+Power IORI // IORI
Skin = 4
VoicePitch = 100
EndExpert+Punch Ralf //Ralf
VoicePitch = 90
EndExpert+Rifle Ryo // Ryo
VoicePitch = 110
EndExpert+Shield SEIYA //SEIYA
VoicePitch = 90
EndExpert+Punch LEAONA // LEAONA
VoicePitch = 115
EndExpert+Shield zero // zero
VoicePitch = 90
EndExpert+Rifle KYO //KYO
VoicePitch = 105
EndExpert+SniperDeagle andy // andy
VoicePitch = 85
EndExpert+Rifle HILTON // HILTON
VoicePitch = 100
EndExpert+Shield PK //PK
VoicePitch = 120
EndExpert+Shield ST // ST
VoicePitch = 115
EndExpert+Spray z.x // z.x
VoicePitch = 105
EndExpert+Sniper NIKE // NIKE
VoicePitch = 120
EndExpert+Shield TX //TX
VoicePitch = 85
End//--------------------------------Hard---------------------------------------
Hard+SniperDeagle sky // sky
Skill = 100
Aggression = 100
ReactionTime = 0.2
Cost = 4
Skin = 2
VoicePitch = 90
EndHard+SniperDeagle ice // ice
Skin = 2
VoicePitch = 98
EndHard+Rifle SAGA // SAGA
Skin = 2
VoicePitch = 95
EndHard+Rifle sst //sst
Skin = 1
VoicePitch = 95
EndHard+RifleDeagle CHA. // CHA.
Skin = 1
VoicePitch = 84
EndHard+RifleDeagle HYOGA // HYOGA
Skin = 3
VoicePitch = 85
EndHard+RifleDeagle XH.X // XH.X
Skin = 1
VoicePitch = 87
EndHard+Sniper addidas // addidas
Skin = 2
VoicePitch = 87
EndHard+Rifle killer // killer
Skin = 1
VoicePitch = 103
EndHard+Rifle star // star
Skin = 1
VoicePitch = 108
EndHard+Sniper sugar // sugar
Skin = 3
VoicePitch = 112
EndHard+Sniper MX. // MX.
VoicePitch = 115
EndHard+Sniper No.1 // No.1
VoicePitch = 115
EndHard+Power IORI // IORI
Skin = 4
VoicePitch = 98
EndHard+Punch Ralf //Ralf
VoicePitch = 102
EndHard+Rifle Ryo // Ryo
VoicePitch = 109
EndHard+Shield SEIYA //SEIYA
VoicePitch = 92
EndHard+Punch LEAONA // LEAONA
VoicePitch = 115
EndHard+Shield zero // zero
VoicePitch = 90
EndHard+Rifle KYO //KYO
VoicePitch = 108
EndHard+SniperDeagle andy // andy
VoicePitch = 88
EndHard+Rifle HILTON // HILTON
VoicePitch = 100
EndHard+Shield PK //PK
VoicePitch = 120
EndHard+Shield ST // ST
VoicePitch = 115
EndHard+Spray z.x // z.x
VoicePitch = 105
EndHard+Sniper NIKE // NIKE
VoicePitch = 120
EndHard+Shield TX //TX
VoicePitch = 85
End
//-------------------------------Normal--------------------------------------
Normal+SniperDeagle sky // sky
Skill = 100
Aggression = 100
ReactionTime = 0.2
Cost = 4
Skin = 2
VoicePitch = 93
EndNormal+SniperDeagle ice // ice
Skin = 2
VoicePitch = 98
EndNormal+Rifle SAGA // SAGA
Skin = 2
VoicePitch = 95
EndNormal+Rifle sst //sst
Skin = 1
VoicePitch = 95
EndNormal+RifleDeagle CHA. // CHA.
Skin = 1
VoicePitch = 84
EndNormal+RifleDeagle HYOGA // HYOGA
Skin = 3
VoicePitch = 85
EndNormal+RifleDeagle XH.X // XH.X
Skin = 1
VoicePitch = 87
EndNormal+Sniper addidas // addidas
Skin = 2
VoicePitch = 87
EndNormal+Rifle killer // killer
Skin = 1
VoicePitch = 103
EndNormal+Rifle star // star
Skin = 1
VoicePitch = 108
EndNormal+Sniper sugar // sugar
Skin = 3
VoicePitch = 112
EndNormal+Sniper MX. // MX.
VoicePitch = 115
EndNormal+Sniper No.1 // No.1
VoicePitch = 115
EndNormal+Power IORI // IORI
Skin = 4
VoicePitch = 98
EndNormal+Punch Ralf //Ralf
VoicePitch = 102
EndNormal+Rifle Ryo // Ryo
VoicePitch = 109
EndNormal+Shield SEIYA // SEIYA
VoicePitch = 92
EndNormal+Punch LEAONA // LEAONA
VoicePitch = 115
EndNormal+Shield zero // zero
VoicePitch = 90
EndNormal+Rifle KYO //KYO
VoicePitch = 108
EndNormal+SniperDeagle andy // andy
VoicePitch = 88
EndNormal+Rifle HILTON // HILTON
VoicePitch = 100
EndNormal+Shield PK //PK
VoicePitch = 120
EndNormal+Shield ST // ST
VoicePitch = 115
EndNormal+Spray z.x // z.x
VoicePitch = 105
EndNormal+Sniper NIKE // NIKE
VoicePitch = 120
EndNormal+Shield TX //TX
VoicePitch = 85
End
//--------------------------------Easy--------------------------------------
Easy+SniperDeagle sky // sky
Skill = 100
Aggression = 100
ReactionTime = 0.2
Cost = 4
Skin = 2
VoicePitch = 95
EndEasy+SniperDeagle ice // ice
Skin = 2
VoicePitch = 98
EndEasy+Rifle SAGA // SAGA
Skin = 2
VoicePitch = 95
EndEasy+Rifle sst //sst
Skin = 1
VoicePitch = 95
EndEasy+RifleDeagle CHA. // CHA.
Skin = 1
VoicePitch = 84
EndEasy+RifleDeagle HYOGA // HYOGA
Skin = 3
VoicePitch = 85
EndEasy+RifleDeagle XH.X // XH.X
Skin = 1
VoicePitch = 87
EndEasy+Sniper addidas // addidas
Skin = 2
VoicePitch = 87
EndEasy+Rifle killer // killer
Skin = 1
VoicePitch = 103
EndEasy+Rifle star // star
Skin = 1
VoicePitch = 108
EndEasy+Sniper sugar // sugar
Skin = 3
VoicePitch = 112
EndEasy+Sniper MX. // MX.
VoicePitch = 115
EndEasy+Sniper No.1 // No.1
VoicePitch = 115
EndEasy+Power IORI // IORI
Skin = 4
VoicePitch = 98
EndEasy+Punch Ralf //Ralf
VoicePitch = 102
EndEasy+Rifle Ryo // Ryo
VoicePitch = 109
EndEasy+Shield SEIYA // SEIYA
VoicePitch = 92
EndEasy+Punch LEAONA // LEAONA
VoicePitch = 115
EndEasy+Shield zero // zero
VoicePitch = 90
EndEasy+Rifle KYO //KYO
VoicePitch = 108
EndEasy+SniperDeagle andy // andy
VoicePitch = 88
EndEasy+Rifle HILTON // HILTON
VoicePitch = 100
EndEasy+Shield PK //PK
VoicePitch = 120
EndEasy+Shield ST // ST
VoicePitch = 115
EndEasy+Spray z.x // z.x
VoicePitch = 105
EndEasy+Sniper NIKE // NIKE
VoicePitch = 120
EndEasy+Shield TX //TX
VoicePitch = 85
End
搜索更多相关主题的帖子:
BOT 数据库 转帖 Aggression Teamwork