Jump to content

Home

Bot-making Tutorial


pitched_black

Recommended Posts

This is small, not-so-indepth tutorial at making mp bots.

 

To make a bot, first you need a working multiplayer skin. After that, you need to make a few extra files.

 

First you have to make the bot personality. Open /botfiles folder in the pk3 file and copy one of .jkb files. Rename it to the name of your bot and open with any text editor and edit it to your preferences.

Save this file into a botfiles directory in your mod.

 

Next, you have to make a .bot file. Make a new text file and name it the same name as your .jkb except .bot. Inside this file is where you tell Jedi Outcast that there is another bot.

An example:

{

name "name of your bot"

model usually the name of the folder

color1 lightsaber colour(0=red;4=green)

personality /botfiles/name of your .jkb file

}

End the file right before this line.

A completed example of a .bot file:

{

name "reborn_boss"

model reborn_boss

color1 0

personality /botfiles/reborn_boss.jkb

}

Remeber to put this file in a /scripts driectory.

 

So altogether, you should have:

*.pk3/models/players/your model

*.pk3/scripts/*.bot

*.pk3/botfiles/*.jkb

 

Hope this helps some people out there! If you have any questions, I'll do my best to answer them all!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...