Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The second font in that screenshot should be a monospace font with CJK support. Although the characters aren't very wide, so it doesn't look like a monospace font at first glance. I'll try some of the other M+ fonts later.
I'll look into that.Is there a way I can change this to not display the name of my target and just have the HP bar?
I stopped doing themes in my addons, instead made it so the theme is applied globally but this requires a new DLL that Eidolon has not made a release for.Also anyway to get AIO looking like it used to? Was much more aesthetically pleasing.
I'll look into that.
I stopped doing themes in my addons, instead made it so the theme is applied globally but this requires a new DLL that Eidolon has not made a release for.
You can use this fork for that to work in the meantime
https://github.com/Solybum/psobbaddonplugin/releases/download/v0.3.4.1/bbmod.zip
@Ender thank you for working on this - that looks really great!
i added options to my add-on to hide windows when a specific menu is open, or when you're not in the field, but i can't figure out how to detect the word select and quick symbol windows. i'm using cheat engine, and i've spent several hours following pointers trying to find a static memory address for my code to start from, with no luck. it doesn't help that i don't actually know what i'm doing. does anyone know how to detect when word select or the quick symbol window are open?
if pso.read_u32(0x009FF3D4) ~= 1 then -- any menu open
GameData['any menu open'] = true
GameData['lower screen menu open'] = true -- pretty much every menu uses the lower part of the screen
if pso.read_u32(0x00A97F44) == 1 then
GameData['main menu open'] = true
elseif (pso.read_u32(0x00A48A9C) == 1) or ((psodata.currentLocation() == 'lobby') and (pso.read_u32(0x00AAB218) ~= 0))then -- shops and stuff, also lobby counter
GameData['full screen menu open'] = true
end
elseif pso.read_u32(0x00A97F44) == 2 then -- team chat
GameData['lower screen menu open'] = true
end
-- 0x00A97F44 main menu (== 1) and team chat (== 2)
-- 0x00A48A9C bank, quest counter, shops, tekker, clinic (== 1)
-- 0x009FF3D4 almost any menu (~= 1)
I updated my addons recently and I noticed the following:
Could these be added back?
- Monster Reader's target reader used to have a timer for Jellen/Zalure.
- When targeting Duuvik, it would show an HP value for target reader.