Page 5 of 17

Re: Borderlands 3 - Loot, Skills, Stats, & More

Posted: Thu Dec 05, 2019 6:09 pm
by madmario
Love the table, fantastic work thank you Rydian!

Re: Borderlands 3 - Loot, Skills, Stats, & More

Posted: Thu Dec 05, 2019 6:14 pm
by madmario
Question: Anyone figured out a loot modifier value to help get more of the new "dedicated" drops from bosses? Using 7F00 (default) now and it doesn't appear to effect that drop. Tons of legendary drops, but it still seems to take 10+ kills to get a dedicated.

Re: Borderlands 3 - Loot, Skills, Stats, & More

Posted: Thu Dec 05, 2019 8:03 pm
by Rydian
Thanks!

The rarity modifier is set up to only affect the the initial rarity and not anything within that rarity.

You could edit it and tweak it and try to figure it out though.
In the script there's a section...

Code: Select all

  cmp r11,5 //Check r11 versus 5.
  jne skip //Skip over the override if it's choosing non-rarity values?
That's the check that makes it only affect initial rarity. You could try changing the 5 to something else to see if that will make it affect something other than just rarity (if you wanted to watch the original lines to see which values r11 and other registers have as the loot function runs).

You could also just comment out both lines to make the modifier affect everything and then change the value in the table as you see fit, but the problem is that heavily limits what things drop (like what classes of items can drop) in a way that's... not very useful.

Re: Borderlands 3 - Loot, Skills, Stats, & More

Posted: Tue Dec 10, 2019 5:41 am
by fuzzum111
Everything is working except the loot table. I can't get it to check, or work at all. How far into the game do you need to be for this to enable?

I am running in direct x11 BTW.

Edit, so your table doesn't work because I can't get the hotfix and patches. Awesome.

Re: Borderlands 3 - Loot, Skills, Stats, & More

Posted: Tue Dec 10, 2019 10:58 pm
by Rydian
fuzzum111 wrote:
Tue Dec 10, 2019 5:41 am
Everything is working except the loot table. I can't get it to check, or work at all. How far into the game do you need to be for this to enable?

I am running in direct x11 BTW.

Edit, so your table doesn't work because I can't get the hotfix and patches. Awesome.
Somebody did post an older copy a page or so back you can try.

Re: Borderlands 3 - Loot, Skills, Stats, & More

Posted: Fri Dec 13, 2019 3:14 am
by GoSalvo
Is the move speed buff busted for anyone? Everything else seems to work but that.

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Fri Dec 13, 2019 4:07 am
by Rydian
Yeah the game patched today.

- Find coordinates fixed.
- Find SDU upgrades fixed.
- Find move speed is gone, the code changed and it's fiddly shared code or something now I don't want to mess with.
- Added a blink/teleport mod like the one Technojacker had in BL2 to make up for the lack of move speed buffs. This script finds where the last bullet you shot hit, and teleports you there. So you can shoot at a distant wall or something and then tap Q to teleport there.

(Also I'm going to start uploading each patch as a new .CT so people can still grab the older ones.)

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Sat Dec 14, 2019 12:27 pm
by M.D.Luffy
Rydian, I'm still having fun in the game so thanks again !

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Fri Dec 20, 2019 12:25 am
by Rydian
There was a hotfix to go with the DLC release today, but few changes.

- Fixed the SDU script.
- Added a few more usage notes to scripts missing them.
- Edited the teleport hotkey to be less messy with height. BL3 likes to round/snap players onto land and it's difficult to judge how much of the offset is the teleport's fault and how much is the game trying to adjust for something you're not supposed to do.

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Fri Dec 20, 2019 9:34 pm
by CunnyLingus
UnlockAllcustomizations

Has anyone gotten this to work lately? Im trying to get all the custom items.

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Sun Dec 22, 2019 12:10 pm
by Kamse
Some say that it was no longer working after a previous update.
Never managed to get it working though other commands work.

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Mon Dec 23, 2019 6:34 am
by Fygee
Does this table allow you to alter item levels?

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Mon Dec 23, 2019 3:59 pm
by DeadCraft
req bank slots

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Tue Dec 24, 2019 8:06 pm
by Rydian
CunnyLingus wrote:
Fri Dec 20, 2019 9:34 pm
UnlockAllcustomizations

Has anyone gotten this to work lately? Im trying to get all the custom items.
This table never had that in the first place.
Fygee wrote:
Mon Dec 23, 2019 6:34 am
Does this table allow you to alter item levels?
No, there's no inventory editing, just combat stuff.
DeadCraft wrote:
Mon Dec 23, 2019 3:59 pm
req bank slots
Let your game patch and you'll be able to buy up to 300 bank slots in-game. If you're on an older build of the game and don't have that, you can use one of the older tables that still has bank slot editing.

Re: Borderlands 3 - Loot, Skills, Stats, Teleport, & More

Posted: Wed Dec 25, 2019 7:31 pm
by DeadCraft
Rydian i have last patch (1.0.5 CL 2079527), my bank is full :D It’s not very convenient to store everything in the inventory. That's why I ask for help with the bank. I just don't have enough space