Getting new items to drop in-modded-game

Hey everyone, I’m wondering if I have things set up right for new items to drop. I have currently made 24 new items to go with my mod, and so far from several hours of playtesting I haven’t seen a single one drop. Now I’m aware it’s very possible that I simply have been unlucky or not been patient enough to yet see one appear, but I figured I might as well ask if I’m doing it right before I spend several more hours not finding anything :sweat_smile:. On that note, if someone could take a peek at my process I list here and tell me if I’m missing a step or doing something wrong that would be awesome.

Step 1: I made some new items. I did this by copying existing items (mainly to use the proper armor or weapon models that I like) and then editing them and giving them new names and tags.

Step 2: I stared at loot-tables for hours lol. It took me a while but from what I can gather, and please correct me if I’m wrong, the only tables that link to the actual items themselves are the ones labeled “tdyn” or the ones that are for specific unique items. I also gathered that epic items correlate to the letter “c” in names and legendary to the letter “d”.

Step 3: I copied all the relevant tdyn “c” and “d” files I could find for all the gear categories that were relevant to my new items, starting with ones from GDX2 (Forgotten Gods DLC) since I assume the latest dlc overwrites any of the base files, and then added them under the same paths in my mod.

Step 4: I linked my new items in the tdyn files I copied, similar to how the other items were already linked in there, and gave them a weight equal to the highest weight value I could see on the loot table. End result being something like this for each tdyn file:


In this case my new one is there at the bottom, the one with “bcr” in the name. With the mod built with the links in the tdyn files, my assumption would be that my new items are findable in-game? Just curious if anyone could let me know if this is correct or not?

On a sort-of related note, with Wayback’s guide I got new affixes to drop just fine for me when it comes to randomized loot, it’s just the unique epic and legendary items I want to add in that I’m unsure if I have implemented properly.

I don’t think such help seeking posts should be posted here, because this is the place where finished products are released. Instead, it should be sent to the section shown in the figure.
image

I was misled by the title and thought that there was any new work published. :eyes:

1 Like

I don’t speak that language, but I posted in the wrong category didn’t I? My bad! I just saw blue and the word modding, I didn’t realize there were different ones! Is there a way to transfer posts?
Edit: Oh I figured it out. Thanks for letting me know!

Sorry, I forgot to switch languages, which has been corrected.

I am not the moderator and have no right to help you move your posts. :stuck_out_tongue_winking_eye:

All good, I understood pretty quick from your image where I messed up. I’m pretty new to forums in general so I was bound to do something silly like that :sweat_smile:. I believe it should be in the right category now. Thanks again for letting me know!

Increase the weights of your items temporarly several hundred times and you will know if it works in 1or 2 SR runs.

Awesome, that gave me a confirmation really quick. Thanks for the suggestion!

1 Like