1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
|
// Angelyss model
{
name Angelyss
model angelyss
aifile bots/angelyss_c.c
}
{
name Dark
model angelyss/dark
aifile bots/dark_c.c
}
{
name Murielle
model angelyss/retro
aifile bots/angelyss_c.c
}
{
name Nekoyss
model angelyss/neko
aifile bots/neko_c.c
}
{
name Tanisha
model angelyss/tanisha
aifile bots/tanisha_c.c
}
{
name Rai
model angelyss/rai
aifile bots/rai_c.c
}
// Arachna model
{
name Arachna
model arachna
aifile bots/arachna_c.c
}
// Assassin model
{
name Assassin
model assassin
aifile bots/sergei_c.c
}
{
name Ghost
model assassin/ghost
aifile bots/sergei_c.c
}
// Ayumi model
{
name Ayumi
model ayumi
aifile bots/ayumi_c.c
}
{
name Jenna
model ayumi/blue
aifile bots/ayumi_c.c
}
// Beret model
{
name Beret
model beret
aifile bots/beret_c.c
}
{
name Headcrash
model beret/headcrash
aifile bots/beret_c.c
}
{
name Morgan
model beret/macho
aifile bots/beret_c.c
}
// Gargoyle model
{
name Gargoyle
model gargoyle
aifile bots/gargoyle_c.c
}
{
name Broadklin
model gargoyle/stone
aifile bots/gargoyle_c.c
}
{
name Cyber-Garg
model gargoyle/tech
aifile bots/gargoyle_c.c
}
// Kyonshi model
{
name Kyonshi
model kyonshi
aifile bots/kyonshi_c.c
}
// Liz model
{
name Liz
model liz
aifile bots/liz_c.c
}
// Major model
{
name Major
model major
aifile bots/major_c.c
}
// Merman model
{
name Merman
model merman
aifile bots/merman_c.c
}
// Neko model
{
name Neko
model neko
aifile bots/neko_c.c
}
// Penguin model
{
name Penguin
model penguin
aifile bots/penguin_c.c
}
// Sarge model
{
name Sarge
model sarge
aifile bots/sarge_c.c
}
{
name Andriy
model sarge/indigo
aifile bots/sarge_c.c
}
{
name Grism
model sarge/classic
aifile bots/grism_c.c
}
// Sergei model
{
name Sergei
model sergei
aifile bots/sergei_c.c
}
// Skelebot model
{
name Skelebot
model skelebot
aifile bots/skelebot_c.c
}
{
name Metalbot
model skelebot/metal
aifile bots/skelebot_c.c
}
// S_Marine model
{
name Grunt
model smarine
aifile bots/grunt_c.c
}
{
name S_Marine
model smarine/orange
aifile bots/grunt_c.c
}
// Sorceress model
{
name Sorceress
model sorceress/blue
aifile bots/major_c.c
}
// Tony model
{
name Tony
model tony
aifile bots/tony_c.c
}
|