Search results

  1. Soly

    Determining Item/Weapon type (from memory)

    Just as Ives said, for another tool I did this, where the value the switch acts on is the animation of the weapon... I don't remember if my addon reads the animation, I could look into that (although I have as backlog of things to look at in my addons) switch...
  2. Soly

    PSOBB Addon Plugin (Lua UI addons)

    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.
  3. Soly

    PSOBB Addon Plugin (Lua UI addons)

    Actually, if seems you have an old version https://github.com/jtuu/psochatlogaddon/tree/master/Chatlog
  4. Soly

    PSOBB Addon Plugin (Lua UI addons)

    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.
  5. Soly

    PSOBB Addon Plugin (Lua UI addons)

    I see, I'll look into that.
  6. Soly

    Soly's Stash

    This probably should go into the addons topic and not here but I will look into the changes of the addon and see why were those removed or why they do not appear.
  7. Soly

    PSOBB Addon Plugin (Lua UI addons)

    I can look into that but what do you mean with slider bars and their position
  8. Soly

    Redistributables required?

    If you are having issues with missing runtimes, here is a table you can use to pick the right version to install. https://github.com/matthew-brett/pydagogue/blob/master/python_msvc.rst
  9. Soly

    Quick question - Quick answer

    I thought it was a sum of all....
  10. Soly

    Soly's Stash

    Yeah, not much I can do about it... Maybe you can decompress the file and compress with another PRS tool that can give you the result you need.
  11. Soly

    PSOBB Addon Plugin (Lua UI addons)

    It didn't take that long... This commit has how to use as well as the library for the menu state https://github.com/Solybum/PSOBBMod-Addons/commit/9ac926d7ca16d692520bf09e26f6daaa3a739a03 Sadly I can only read between general menus, symbol chat/word select and when the pointer read fails...
  12. Soly

    PSOBB Addon Plugin (Lua UI addons)

    I have a few values (which I use in my item maker) to detect if the menu is open (which would negate modifying the text buffer). I might be able to check this when I get a chance. I'll probably look into adding something similar
  13. Soly

    PSOBB Addon Plugin (Lua UI addons)

    @DiZzy I just added an option to the target monster in the monster reader to show or hide the name.
  14. Soly

    PSOBB Addon Plugin (Lua UI addons)

    @Ender btw, how are you gonna handle the options? Is it gonna be an ini file (saw you closed the PR to work on it). If you make a helper function that reads settings from ini files, then I could probably use that as well to read the options. As you can see here I am using the GetPrivateProfile*...
  15. Soly

    PSOBB Addon Plugin (Lua UI addons)

    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...
  16. Soly

    PSOBB Addon Plugin (Lua UI addons)

    Awesome! Added hotkeys to my timer addon For anyone wanting to use hotkeys, you can see how I did it with solylib.keys I will eventually (try to) add callbacks to the keys library so you don't have to implement any (although the library would definitely need to be passed the key_pressed...
  17. Soly

    PSOBB Addon Plugin (Lua UI addons)

    @Ender That's nice... at least for people to use JP in the meantime. I believe something @Eidolon wanted to do was to get a monospace JP font... but I suppose is not that big of a deal.
  18. Soly

    PSOBB Addon Plugin (Lua UI addons)

    @hiyall You should probably post a screnshot of the Log addon (you can open it by clicking on the log button in the menu) To see if there is any issue with the loading of the addons
  19. Soly

    Borderless Window

    A thing like this, is no longer needed (at least for PSO itself) as we have added such thing to the game. Also here is a small AHK script that achieves the same thing https://gist.github.com/Solybum/d7ca2110fda2e1af9362973d6723577c
  20. Soly

    PSOBB Addon Plugin (Lua UI addons)

    I don't think there was any issue with chaining DLLs... I meant issue as in github issues. @vri no idea what issue you are experiencing, for my addons, all windows are enabled by default I think, as long as you installed from my github repo. Check the log to see if there is any issues with the...
Back
Top