PSOBB Addon Plugin (Lua UI addons)

"attempt ..."? There should be more text to the right of that. There's a scroll bar at the bottom of the Log window.

The full error text will likely point to exactly what the problem is. Because Soly's other readers work, you probably have solylib (missing this is a common pain point for people). So I would imagine you have a really old version of the addon base plugin somehow. The full text of that error message would confirm.
Yeah it was like a completely different fork or something of the base plugin. I figured it out and it works now thanks for pointing me in the right direction!
 
hello, is there a way to auto scroll on item reader ? i play on the controller so it fets annoying to need a mouse just fot that
 
Thanks! Another question. How do i change the purple and red color on the letters ? my vision is bad and those colors are hard to see. Thanks in advance
 
Thanks! Another question. How do i change the purple and red color on the letters ? my vision is bad and those colors are hard to see. Thanks in advance
There's no 'easy' or built in way through the addon menus. If you want to see which colors are used and where, take a look at addons/Item Reader/init.lua and take a look at the functions ProcessWeapon, ProcessArmor, ProcessBarrier, ProcessMag, ProcessTool to see which colors are used. They tend to reference colors from addons/solylib/items/items_list.lua. The colors in that file are usually from addons/solylib/items/items_configuration.lua.

So in short, go to that solylib/items/items_configuration.lua file, try changing the colors under the -- WEAPON comment, and then use the Reload button in the addon main menu list ingame.
 
Back
Top