In this tutorial we will see how to give our new skin non player support.
On our workspace we create a folder called botfiles, open your text editor copy and paste the all of the text below
//-----------------
// Dark Side bots
// Currently, all DS bots carry red lightsabers
//-----------------
{
name "night_scout"
model night_scout_final
color1 0
color2 0
saber1 "single_2"
saber2 "none"
personality /botfiles/night_scout_final.jkb
}
We now need to edit this to suit our needs
Name; this refers to the name of the bot in this case grntrooper
name "grntrooper"
The model refers to the folder the model is in
model grntrooper
the color refers to the colour of the blades these are set form 0 to 7 (i think it may be more it maybe less) but I'll stay with red so this does not change
saber refers to the model of the sabre the bot will carry i have heard that you can not use custom sabres i won't here but you will need to find the models name if you want to try. I will change the which saber the bot uses like thus
saber1 "single_6"
saber2 "single_5"
the personality refers to the way the bot will re act in a given situation we will edit the personality file in a minute but for now change it to this
personality /scripts/grntrooper.jkb
Now we save this file as grntrooper.bot and not a txt file as this will screw up the rest of the bots so that grntrooper.bot