The_One Posted April 21, 2002 Posted April 21, 2002 Right, I am giving my new skin (Jango Fett) a bot. But when the game loads it says "Error: Bot Jango not defined". Does anyone know what's going on? Or how I define it? Please help, as I want to release this skin asap to you guys
Compsith Posted April 21, 2002 Posted April 21, 2002 did you set up the reference file in the scripts folder ( the .bot file?)
The_One Posted April 21, 2002 Author Posted April 21, 2002 I did, but perhaps I did it wrong, this is what it says:- { name "Jango Fett" model /models/players/jango/default color1 0 personality /botfiles/jango.jkb //Jango is attached to Luke, Jedi, and Jeditrainer }
Compsith Posted April 21, 2002 Posted April 21, 2002 Originally posted by The_One I did, but perhaps I did it wrong, this is what it says:- { name "Jango Fett" model /models/players/jango/default color1 0 personality /botfiles/jango.jkb //Jango is attached to Luke, Jedi, and Jeditrainer } Is there a folder called default??? in your folders? there should not be, they should all be in the jango folder. If they are then drop the default.
The_One Posted April 21, 2002 Author Posted April 21, 2002 Got rid of the "default", still the same error msg.
CiD Posted April 21, 2002 Posted April 21, 2002 Compsith is right, for model you should only need the single folder name 'jango'. But the error you are getting is coming from the name, you cannot have spaces in the bot name. Change it to "Jango_Fett" and the bot will load. However if you have the model directory wrong it will load the Kyle model by default.
Compsith Posted April 21, 2002 Posted April 21, 2002 yes remove the space. Also are you certain your .jkb is configured correctly?
Sturmgewehr Posted April 21, 2002 Posted April 21, 2002 { name "Jango_Fett" model jango color1 0 personality /botfiles/jango.jkb //Jango is attached to Luke, Jedi, and Jeditrainer } Is how it should look. You don't need the path in the model field. [edit] What Cid said. I feel so slow...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.