Here's part of the bot.txt from the base folder; assets1.pk3 //----------------- // Dark Side bots // Currently, all DS bots carry red lightsabers //----------------- { name "Alora" model alora color1 0 color2 0 saber1 "single_4" saber2 "single_4" personality /botfiles/Alora.jkb } { name "Cultist" model cultist color1 0 color2 0 saber1 "single_9" saber2 "none" personality /botfiles/Cultist.jkb } { name "Desann" model desann color1 0 color2 0 saber1 "single_8" saber2 "none" personality /botfiles/Desann.jkb } { name "Galak Fyarr" model galak color1 0 color2 0 saber1 "dual_4" saber2 "none" personality /botfiles/Galak.jkb } { name "Lannik Racto" model human_merc color1 0 color2 0 saber1 "single_8" saber2 "single_8" personality /botfiles/Galak.jkb } { name "Imperial Officer" model imperial color1 0 color2 0 saber1 "single_7" saber2 "none" personality /botfiles/imperial.jkb } And here's part of the bot.txt from the ojp folder; ojpehancedstuff.pk3 //----------------- // Dark Side bots // Currently, all DS bots carry red lightsabers //----------------- { name "Alora" model alora color1 10 color2 10 saber1 "single_4" saber2 "single_4" personality /botfiles/Alora.jkb rgb_script1 :255,255,0:500:0,255,0:500:255,0,0:500: rgb_script2 :0,255,0:500:0,255,255:500:0,0,255:500: } { name "Cultist" model cultist color1 8 color2 8 saber1 "single_9" saber2 "single_9" personality /botfiles/Cultist.jkb rgb_saber1 128,0,255 rgb_saber2 255,255,255 } { name "Desann" model desann color1 0 color2 0 saber1 "single_8" saber2 "none" personality /botfiles/Desann.jkb } { name "Galak Fyarr" model galak color1 0 color2 0 saber1 "dual_4" saber2 "none" personality /botfiles/Galak.jkb } { name "Lannik Racto" model human_merc/default_racto color1 0 color2 0 saber1 "single_8" saber2 "single_8" personality /botfiles/Galak.jkb } { name "Imperial Officer" model imperial color1 0 color2 0 saber1 "single_7" saber2 "none" personality /botfiles/imperial.jkb } Thanks for the fast response, I will post more line from the base and ojp folder .pk3 files if needed.