Jump to content

How do you Assign a Specific Weapon to a Bot for Multiplayer


Go to solution Solved by Langerd,

Recommended Posts

I've recently come back to Jedi Academy and have been looking for new character mods to play with. One such mod was Revan Knight's Kylo Ren [https://jkhub.org/files/file/2626-kylo-ren/].I noticed it didn't come with the cross-guard lightsaber, so I installed DarthMatyr's version [https://jkhub.org/files/file/2609-kylo-rens-lightsaber/] of the saber, as Revan Knight's mod suggested, in the hopes that any Kylo bots would spawn and wield that lightsaber. But for some reason, the bots do not spawn with the saber- they instead spawn with what appears to be the Firebrand hilt.

My question is: is there any way that I can edit the Kylo Ren mod so that the bots spawn using the cross-guard saber?

Link to comment
  • Solution

I've recently come back to Jedi Academy and have been looking for new character mods to play with. One such mod was Revan Knight's Kylo Ren [https://jkhub.org/files/file/2626-kylo-ren/].I noticed it didn't come with the cross-guard lightsaber, so I installed DarthMatyr's version [https://jkhub.org/files/file/2609-kylo-rens-lightsaber/] of the saber, as Revan Knight's mod suggested, in the hopes that any Kylo bots would spawn and wield that lightsaber. But for some reason, the bots do not spawn with the saber- they instead spawn with what appears to be the Firebrand hilt.

 

My question is: is there any way that I can edit the Kylo Ren mod so that the bots spawn using the cross-guard saber?

In a scripts folder there is something like a bot file. For example my Teensie mod has something like this (You can open Bot file with the wordpad)

 

{
name "Teensie"
model Teensie
color1 2
color2 0
saber1 "Teensie_saber" <- here You add a saber name. You need to find the name of the saber and change this line in the bot file You want to change.
saber2 "none"
personality /botfiles/Teensie.jkb
}
 

 

 

godofcrap42 likes this
Link to comment

 

In a scripts folder there is something like a bot file. For example my Teensie mod has something like this (You can open Bot file with the wordpad)

 

 

 

I figured it would be something like that, thank you. How do you know what the name of the saber is? Would their be a file in the saber mod where I'd be able to find it?

Link to comment

Wait, belay that- found where the name is.

For people wanting to know where the name for a saber is- it's the top line of the .sab file in a saber mod. For example, in DarthMatyr's Kylo Ren Lightsaber mod, the name is in ext_data>sabers>ren.sab, and the name is the first line at the top of the file which is 'Ren'.

Langerd likes this
Link to comment

Wait, belay that- found where the name is.

 

For people wanting to know where the name for a saber is- it's the top line of the .sab file in a saber mod. For example, in DarthMatyr's Kylo Ren Lightsaber mod, the name is in ext_data>sabers>ren.sab, and the name is the first line at the top of the file which is 'Ren'.

Yep exactly . The only problem is that You rly need to look inside files to see the name.

godofcrap42 likes this
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...