PSOBB Addon Plugin (Lua UI addons)

On the left of my picture I have the ''All players'' box which has 4 columns split into:

Player Order / Character Name / HP bar / SDJZ+Invic timers. I meant the dividers. On Enders Global reader, he has a single divider between the flag/amount; assignable in the config (description width).
 

Attachments

  • Phantasy Star Online  Blue Burst Screenshot 2019.04.24 - 10.22.49.20.png
    Phantasy Star Online Blue Burst Screenshot 2019.04.24 - 10.22.49.20.png
    4.6 MB · Views: 55
Last edited:
Not sure if this was asked, what about changing the font size for the item reader? Can't seem to find it anywhere.
 
Soly removed the font scale stuff in each of his addons a couple months ago. If you want to scale the font globally, you can do it through Soly's Theme Editor addon.

However the Theme Editor addon needs a more recent build of the base plugin dll because Eidolon's last release from 2 years ago does not have the changes to change the theme. You can grab a more recent release from Soly's fork of the base plugin repository: https://github.com/Solybum/psobbaddonplugin/releases
 
  • Like
Reactions: NDW
Time to update... :p Also, @Ender i was looking at your nice custom font here: https://www.pioneer2.net/community/threads/psobb-addon-plugin-lua-ui-addons.4543/page-40#post-119542
I love the one on the first pic!
Is it available yet? Would it works with Soly's release?
I haven't done a release yet for a couple of small reasons (some other things I want to add but haven't had a chance to yet). If you want the changes, feel free to clone and build from this fork: https://github.com/Elixir70/psobbaddonplugin

Note that the "release" in that repository is from a much older, and pretty hacky build I did last year just to get a font working for the CJK character range. You don't want that release.

The changes in this repository should contain all of Soly's Theme Editor changes, but it won't contain his timer addon support. Eidolon hasn't done a release or merged any pull requests in some time, so I may rebase these changes on a fork of Soly's repository at some point just so there's not the 3 or 4 different dll's floating around.
 
Soly removed the font scale stuff in each of his addons a couple months ago. If you want to scale the font globally, you can do it through Soly's Theme Editor addon.

However the Theme Editor addon needs a more recent build of the base plugin dll because Eidolon's last release from 2 years ago does not have the changes to change the theme. You can grab a more recent release from Soly's fork of the base plugin repository: https://github.com/Solybum/psobbaddonplugin/releases

Lol, I was just thinking maybe if I install the theme editor it will give me an option. Thank you for the link.
 
Hey not sure if anyone here takes requests, but a Scape Doll life counter for HC players would be mondo cool.
 
lib_theme... that sounds like an old stuff...
Probably not updated to remove it since it's now on it's own addon?

Not much I can do about it.
 
Hey not sure if anyone here takes requests, but a Scape Doll life counter for HC players would be mondo cool.

Just started on this and was wondering if anyone is willing to help me help myself.

Untitled.png

Since I have no knowledge I went the easy route of copying the item reader and making a version that only reads scape dolls Mags are still read despite being set to false regardless... haven't figured that one out yet.

Edit: Nevermind figured out how to remove Mag's being read in the init.lua.

cb1b5bec5a6813916bc817bf12b84560.png

It looks alright now but would love for there to be a way to display scape dolls like a traditional life / 1up counter by essentially stacking the count instead of showing them individually, if anyone knows of a way to do so please share.
 
Last edited:
You could make an addon for that... scape dolls are non stackable so they will never be read as a stack by the item reader.
 
I don't know any lua really and would not know where to start to make a new lua addon from scratch.

I got this to a usable point at least, a counter would be nicer but hey.
 
Hey hope someone can point me in the right direction to fixing an issue i'm having.

Trying to use Soly's Mag Timer and the only output i'm getting is what's shown in the screenshot, Am i being blind and missing a step or is another skin/mod i have installed interfering?

Any help/advise/push in the right direction would be greatly appreciated :)
 

Attachments

  • Screen Shot 2019-05-26 at 7.57.59 AM.png
    Screen Shot 2019-05-26 at 7.57.59 AM.png
    4.9 MB · Views: 29
Hey hope someone can point me in the right direction to fixing an issue i'm having.

Trying to use Soly's Mag Timer and the only output i'm getting is what's shown in the screenshot, Am i being blind and missing a step or is another skin/mod i have installed interfering?

Any help/advise/push in the right direction would be greatly appreciated :)
It looks like you're playing in fullscreen with a resolution that's lower than your monitor's native resolution. The plugin currently uses the window size for the resolution, so all of the UI elements are rendered for your monitor's resolution (if fullscreen) but then they're scaled down. Think of scaling down a selection inside MS Paint and how you would lose pixels if you scaled down.

I actually have a local fix for this in my own fork of the base plugin (not yet on my github fork, but will be eventually), but until I clean it up and do a release, you're probably best off playing at the same resolution for PSO as your monitor's native resolution, assuming you are using full screen.

EDIT: It looks like you're using 2880x1800 or something for your monitor's resolution? So make sure in the launcher, you have that set for your resolution for PSO.
 
Last edited:
It looks like you're playing in fullscreen with a resolution that's lower than your monitor's native resolution. The plugin currently uses the window size for the resolution, so all of the UI elements are rendered for your monitor's resolution (if fullscreen) but then they're scaled down. Think of scaling down an selection inside MS Paint and how you would lose pixels if you scaled down.

I actually have a local fix for this in my own fork of the base plugin (not yet on my github fork, but will be eventually), but until I clean it up and do a release, you're probably best off playing at the same resolution for PSO as your monitor's native resolution, assuming you are using full screen.

You beautiful man! You are correct, i was playing full screen with a lower resolution and setting my resolution to the same as my display works! Thank you :) <3
 
Hey, i'm having issues running the Mag Timer Addon, I've been scratching my brain trying to understand the issue and i cant get it to work.

Ive tried a reinstall of the Timer mod,
Ive tried a reinstall of all the mods,
Ive tried a complete reinstall of PSO and only using the mods.

Im stuck at a dead end, the Stopwatch and timer load up but as soon as i interact with anything then they close straight away and when viewing the Log in gives me the messages shown in the attached screenshot.

Can anyone point me towards getting it to work? Just trying to get a Mag Feed Timer working! haha
 

Attachments

  • Screen Shot 2019-05-27 at 8.24.45 PM.png
    Screen Shot 2019-05-27 at 8.24.45 PM.png
    521.6 KB · Views: 23
Back
Top