Add new bot types

This commit is contained in:
Chomp 2022-06-29 23:50:23 +01:00
parent dc6c68807b
commit 60833e40d2

View File

@ -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