Add new bot types
This commit is contained in:
parent
dc6c68807b
commit
60833e40d2
@ -6,32 +6,35 @@ internal static class Program
|
|||||||
{
|
{
|
||||||
// Create list of bots we want to process
|
// Create list of bots we want to process
|
||||||
string[] botTypes = {
|
string[] botTypes = {
|
||||||
"assault",
|
"assault",
|
||||||
"marksman",
|
"marksman",
|
||||||
"pmcBot",
|
"pmcBot",
|
||||||
"exUsec",
|
"exUsec",
|
||||||
|
|
||||||
"bossbully",
|
"bossbully",
|
||||||
"bossgluhar",
|
"bossgluhar",
|
||||||
"bosskilla",
|
"bosskilla",
|
||||||
"bosskojaniy",
|
"bosskojaniy",
|
||||||
"bosssanitar",
|
"bosssanitar",
|
||||||
"bosstagilla",
|
"bosstagilla",
|
||||||
//"bossstormtrooper",
|
"bossknight",
|
||||||
|
|
||||||
"followerbully",
|
"followerbully",
|
||||||
"followergluharassault",
|
"followergluharassault",
|
||||||
"followergluharscout",
|
"followergluharscout",
|
||||||
"followergluharsecurity",
|
"followergluharsecurity",
|
||||||
//"followergluharsnipe",
|
"followergluharsnipe",
|
||||||
"followerkojaniy",
|
"followerkojaniy",
|
||||||
"followersanitar",
|
"followersanitar",
|
||||||
//"followerstormtrooper",
|
"followerstormtrooper",
|
||||||
|
"followerbirdeye",
|
||||||
"cursedassault",
|
"followerbigpipe",
|
||||||
|
//
|
||||||
"sectantpriest",
|
"cursedassault",
|
||||||
"sectantwarrior",
|
//
|
||||||
|
"sectantpriest",
|
||||||
|
"sectantwarrior",
|
||||||
|
"gifter"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Read raw bot dumps and turn into c# objects
|
// Read raw bot dumps and turn into c# objects
|
||||||
|
Loading…
x
Reference in New Issue
Block a user