Jump to content

Home

Help!!!! How do I add.........


R518

Recommended Posts

Custom mod compatible hilts to bots in multiplayer ?

:confused:

 

Also, How do I add double-bladed sabers like to 'Darth Maul' in Multiplayer( as an opponent)...if it is possible. Oh, and this is for Jedi Academy. I've been trying to do this little bit with no luck... and help would be greatly appreciated. :D

 

 

Sincerely, R518

Link to comment
Share on other sites

I don't know about adding custom hilts to a bot.

 

If you open the bot's .pk3 file with WinZip you will find a file that ends in .bot, such as Ultimate_Maul.bot. If you open that file you will see a listing like this:

 

{

name "Darth_Maul(ultimate)"

model Ultimate_Maul

color1 0

personality /botfiles/Ultimate_Maul.jkb

}

 

You will need to extract and edit the file to this:

 

{

name "Darth_Maul(ultimate)"

model Ultimate_Maul

color1 0

color2 0

saber1 "dual_4"

saber2 "none"

personality /botfiles/Ultimate_Maul.jkb

}

 

The numbers after color1 and color2 determine the blade color (0 is red) and the 4 in "dual_4" is the hilt style. You can change it to 1, 2, or 3 to choose one of the other standard hilts. Make sure you use tabs and not spaces between the variable name (color1) and its value (0). Save your changes and Freshen the .bot file in the bot's .pk3 file. Then the bot should have a saber staff.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...