Jump to content

Home

Error: Bot "BotName" not defined???


The_One

Recommended Posts

Posted

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 :)

Posted

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

}

Posted
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.

Posted

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.

Posted

{

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... :(

Archived

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

×
×
  • Create New...