How to make a bot: NakTawii
first: here you dont need any program at all except note pad.
-----------------------
i know the easy way to create a bot:
listen first you need to copy the .jkb file from the base skin you made (for example if you edit the galak skin)
and then open it with note pad:
and you can edit it (the instructions is near every line)
and rename it to the name you want.
go to your desktop and make a new folder called botfiles
and put the .jkb in there.
now make new text and call it (the name you want).bot
dont forget to make the .txt to .bot
in there write this:
{
name "The name you want to call it" (dont delete the " ")
model (write the name of the model)
color1 (the color of the saber) 0 - red 1 - orange 2 - yellow 3 - green 4 - blue 5 - purple
personality /botfiles/(the name you called the jkb).jkb
}
create folder that called scripts and put the .bot in there
now create new zip put the models folder botfiles folder and scripts folder then make the .zip to .pk3 and put it in your gamedata/base folder..
start the game and put the bot in the game and walla!
you have your bot.
here is the problem i had:
the bot dont look like the skin i made:
its because you called the .skin model_default_something, you need to call it model_default
the same for red and blue.
something wrong with the personality:
check every line...
that is all
------------------