Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsJedi Outcast and Jedi Academy Editing Forum → Bot support
Bot support
2002-10-21, 4:03 PM #1
Is there a way to make a bot even if a .jkb file is not part of the pk3? The skin I'm using is based on the Tavion model, would I use that .jkb?
2002-10-22, 3:50 PM #2
^bump^
2002-10-22, 11:08 PM #3
yep thats possible

create a file called mybot.bot

and in it put the following

{
name "My_Cool_Skin"
model mycoolskin
color1 0
tck_saberred 255
tck_sabergreen 0
tck_saberblue 0
tck_saberred2 255
tck_sabergreen2 0
tck_saberblue2 0
tck_doublesaber 1
hilt "desann"
personality /botfiles/tavion.jkb
}

the lines beginning with tck allow the bot to work with JediMod

save the file, then create a folder called scripts, place the *.bot file in there, and zip the folder so it contains the folder and the file - NOT jest the file.

The change the *.ZIP extension to *.PK3 , place in the /gamedata/base directory and your new bot should be useable

If you wanted the skin to use the desann personality then simjply change the personality line to /botfiles/desann etc...


[This message has been edited by Yun - Reborn (edited October 23, 2002).]
"For all these years i have only known Dark Jedi, never one from the Light-Side...
...Somehow I expected more!"
2002-10-23, 2:14 PM #4
Thanks for the helpful information, Yun - Reborn.

↑ Up to the top!