#See item mods without tooltip delay in inventory

1 messages · Page 1 of 1 (latest)

shrewd veldt
#

Just a small query if its possible to have a toggleable option in the gui where the rows in the inventory appear exactly as you copy them out of the window:

so something like

CXY-4000 Engine*
would appear like
CXY-4000 Engine[Rewired]

I had to split a lot of modded loot and it was a painpoint.

plucky dove
#

@shrewd veldt Are you not able to type in the mod in any way to the search bar and get the item you are looking for?

shrewd veldt
#

yeah I had to do it 400 times

plucky dove
#

Toggleables like that aren't really something we can easily do. Making them searchable may be more doable

shrewd veldt
#

its just a painpoint, not a serious complaint

plucky dove
#

We already have serious probalems with those toggles. We really can't add more

#

Jecht can speak more on it

shrewd veldt
#

i would say it would reduce friction for group content like red rogue

plucky dove
#

But it may be possible that searching CXY-4000 Engine[Rewired] pulls up the right item

shrewd veldt
#

yeah I do something like "cxy & rewired"

plucky dove
#

And that works?

shrewd veldt
#

yeah

plucky dove
#

Yeah that's probably the best we'll get unnforutnately

shrewd veldt
#

okay no problem ;p

plucky dove
#

Can't youmake an spread sheet command to create you the create search string?

shrewd veldt
#

I was thinking of doing that yeah

plucky dove
#

CXY-4000 Engine[Rewired] -> (item name) & (mod name 1) & ...

shrewd veldt
#

📝 on it

shrewd veldt
#

=IF(ISNUMBER(A3), SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(B3, "|", " & "), "]", ""), "[", " & "), "")

#

XJQ-5000 Scoop[Super Intelligent] -> XJQ-5000 Scoop & Super Intelligent

coral willow
#

Yeah it'd get ungodly visually with them included in the names. Especially for highier number of mod items

#

But yeah you can just search the mod

#

But doing it repeatedly I could see being problematic for like a huge multi hour loot split

rancid bronze
#

Would you be able to add something like regex support to search? Would allow us to make specific queries to fit a vast number of needs.

#

@shrewd veldt also, are you saying if I type in "cloak & super I & conducting" it'll find me every cloak I have with SI AND Superconducting?
My power is out otherwise I'd check in game lol

coral willow
#

@rancid bronze yes

shrewd veldt
#

yeah

coral willow
#

It only works with & not -

shrewd veldt
#

~edit: ignore~

coral willow
#

Uhh

shrewd veldt
#

Ignore me

coral willow
#

It works on bases

shrewd veldt
#

Yeah I just checked mb!

coral willow
#

NB/Neurobound

#

For item types

#

You have to type exact type

shrewd veldt
#

loot splittin has never been this easy

rancid bronze
#

Would be nice to get an OR match:
"BZP-3000 cloak" & "evil|Super intel"

coral willow
#

Sadly its not that easy to code such from scratch