In the Unreal Tournament GOTY edition (//archive.org/details/ut-goty) some of the bots are changed/wrong - and when I checked the contents of the ISO the System64/DefUser.ini is wrong.
It has names/skins that don't match the originals - for example, Kragoth is supposed to look like this... https://tcrf.net/File:Unrealtournamentfinalkragoth.png ...but the ini file has him using human female commando Jayce skin, whilst Cilia - part of the all-female Venom faction - has a male soldier skin.
I can't kill bots when they don't look right! :<
$ egrep 'Bot(Name|Face)' DefUser.ini | column -c80 BotFaces[0]=CommandoSkins.Blake BotNames[0]=Archon BotFaces[1]=SGirlSkins.Aryss BotNames[1]=Aryss BotFaces[2]=SoldierSkins.Malcom BotNames[2]=Alarik BotFaces[3]=CommandoSkins.Luthor BotNames[3]=Dessloch BotFaces[4]=FCommandoSkins.Cryss BotNames[4]=Cryss BotFaces[5]=FCommandoSkins.Visse BotNames[5]=Nikita BotFaces[6]=SoldierSkins.Kregore BotNames[6]=Drimacus BotFaces[7]=SGirlSkins.Cilia BotNames[7]=Rhea BotFaces[8]=CommandoSkins.Kragoth BotNames[8]=Raynor BotFaces[9]=FCommandoSkins.Tanya BotNames[9]=Kira BotFaces[10]=SoldierSkins.Johnson BotNames[10]=Karag BotFaces[11]=CommandoSkins.Boris BotNames[11]=Zenith BotFaces[12]=SGirlSkins.Vixen BotNames[12]=Cali BotFaces[13]=SGirlSkins.Sara BotNames[13]=Alys BotFaces[14]=SoldierSkins.Othello BotNames[14]=Kosak BotFaces[15]=FCommandoSkins.Kyla BotNames[15]=Illana BotFaces[16]=CommandoSkins.Gorn BotNames[16]=Barak BotFaces[17]=SGirlSkins.Annaka BotNames[17]=Kara BotFaces[18]=SoldierSkins.Riker BotNames[18]=Tamerlane BotFaces[19]=FCommandoSkins.Malise BotNames[19]=Arachne BotFaces[20]=CommandoSkins.Ramirez BotNames[20]=Liche BotFaces[21]=FCommandoSkins.Freylis BotNames[21]=Jared BotFaces[22]=SoldierSkins.Arkon BotNames[22]=Ichthys BotFaces[23]=SGirlSkins.Sarena BotNames[23]=Tamara BotFaces[24]=CommandoSkins.Grail BotNames[24]=Loque BotFaces[25]=FCommandoSkins.Mariana BotNames[25]=Athena BotFaces[26]=SoldierSkins.Rankin BotNames[26]=Cilia BotFaces[27]=SGirlSkins.Isis BotNames[27]=Sarena BotFaces[28]=CommandoSkins.Graves BotNames[28]=Malakai BotFaces[29]=SGirlSkins.Lauren BotNames[29]=Visse BotFaces[30]=SoldierSkins.Malcom BotNames[30]=Necroth BotFaces[31]=FCommandoSkins.Jayce BotNames[31]=Kragoth
Maybe it was wrong in the released version and got patched, but then why do the OldUnreal patches also contain wrong values? :/