This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Niki1987
Pages: [1]
1
« on: 13 October 2020, 17:31:58 »
I don't see .dbr files anywhere, there are .arz, .arc and .map files
Well, you need to unpack the mod's files first of course. I once wrote a steam guide on merging mods that explains how to do that (and generally how to work on mods): https://steamcommunity.com/sharedfiles/filedetails/?id=1746931699
Seems easy enough to follow, i'll give it a try. Thanks.
2
« on: 12 October 2020, 22:01:20 »
I was wondering is there a way to edit the mod to increase the drop rate of epic and legendary loot while reducing all other drops(green, yellow, gold...)? Basically turn it into a cheat mod for farming epics and legendaries?
There is, and it's actually fairly easy. All you'd have to do is set the lootWeight of non-unique entries to 0 in all relevant defaultloot records. As all the loot table files are, to my knowledge, similar structured, you could probably get away with mass-replacing all those lines with something like notepad++ (although you'd have to use wildcards in search because the weight itself differs from entry to entry). In detail:
- Open all loot table .dbr you want to edit in notepad++ or similar program (they're in *\item\containers\defaultloot)
- Look for loot entries not containing uniques (for example loot1Name1)
- Ctrl+H, search for "loot1Weight1,.*" and replace with "loot1Weight1,0,", replace in all opened documents
- repeat for all lootWeights with non-unique entries
Well, I should mention that while it should work, I have not tried this method myself yet. If you want to do it manually, it would be easier to single out one or a few bosses and only edit those files, shouldn't take long even by hand.
I don't see .dbr files anywhere, there are .arz, .arc and .map files
3
« on: 11 October 2020, 13:53:36 »
I was wondering is there a way to edit the mod to increase the drop rate of epic and legendary loot while reducing all other drops(green, yellow, gold...)? Basically turn it into a cheat mod for farming epics and legendaries?
Pages: [1]
|