Jump to content

Recommended Posts

Posted

So I recently discovered the Holocron Toolset (I'm pretty late to the party I guess) and I've been playing around with it to make some small adjustments to items and NPCs. I would like to know how I can make a completely custom item and have it be able to spawn in a container as a random drop? 

I'd like to make 3-4 Jedi robes that are lore friendly and could spawn between levels 14-24. I've already learned how to create them (using Crado and Aleema's robes as the base) but need to know how they can be implemented as drops without manually adding them to a container or NPC's inventory. 

  • Like 1
Posted
5 hours ago, Untold Prophecy said:

need to know how they can be implemented as drops without manually adding them to a container or NPC's inventory

So you want them as random loot? Given the specified level range, this is presumably for TSL. Its vanilla random loot table script can't be decompiled via DeNCS, but @JCarter426 has been beavering away at an alternative for years. I'm not exactly sure what your options are for either including it as an addon for that or trying to integrate it into the vanilla system.

  • Thanks 1
  • Sad 1
Posted

Gotcha, thank you for clarifying. 

I guess that's why @90SK's stuff is specifically placed in his loot mod. Hopefully we get a breakthrough in the next few years, but I guess I can always do hand placed items too. 

Posted

You'd have to strategically replace stuff already listed in the item code list. There are ways to interface with the system, but adding custom codes, like DarthParametric said, isn't possible. Familiarity with the KotOR Tool Templates.bif, Item section. Look at a_light /a_medium  / a_heavy / a_robe items. I wrote a Nexus Article about how those items are sectioned, by letter C through K, referring to model in the appeareance.2da

  • Like 2
  • Thanks 1
Posted
4 minutes ago, 90SK said:

You'd have to strategically replace stuff already listed in the item code list. There are ways to interface with the system, but adding custom codes, like DarthParametric said, isn't possible. Familiarity with the KotOR Tool Templates.bif, Item section. Look at a_light /a_medium  / a_heavy / a_robe items. I wrote a Nexus Article about how those items are sectioned, by letter C through K, referring to model in the appeareance.2da

I'll take a look! Thank you!

I already released a mod that replaced the Ultima Pearl with the Krayt Dragon Pearl, but there aren't a whole lot of other items I'd want to outright replace. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.