Search results

  1. staphen

    PSOBB Addon Plugin (Lua UI addons)

    @Soly, I don't know if you saw the PR I submitted last night, and I don't know if it would help at this point, but in light of the fact that it looks like you're working on De Rol Le, I thought I should at least point it out as a reference. I already managed to find shell and body HP for DRL and...
  2. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Although I'm working pretty much exclusively on a kill counter right now, I was planning to extend it to capturing many other statistics as well, such as money earned, exp earned, and time spent on runs and quests. I could calculate things like exp per hour/min with those kinds of statistics...
  3. staphen

    PSOBB Addon Plugin (Lua UI addons)

    FYI, I'm actively looking into the De Rol Le problem because it's relevant to my Kill Counter addon.
  4. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Assuming you're requesting user feedback: I don't see a problem with displaying "no data" in the Player Reader, but I think I would prefer the absence of information in the Monster HP addon because the existence of data really depends more on whether you're near a monster as opposed to whether...
  5. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Those are the separators for the columns. They turn into vertical lines as soon as there is data to be displayed.
  6. staphen

    PSOBB Addon Plugin (Lua UI addons)

    True, it is my stuff. However, I'd still like to get your feedback because I'm trying not to step on your toes or overshadow your work. I'd like this whole process to be as collaborative as possible. So I went ahead and did as you suggested, and I think the code will be better for it. There...
  7. staphen

    PSOBB Addon Plugin (Lua UI addons)

    I mainly did that to make it a little easier for myself. I thought it might also make things easier on users when they install it, but I agree that this solution is probably not optimal. Should I go ahead and create a completely separate repo for mine and then link back to yours in the README...
  8. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Alright, I made a fork of your repo and added my addon to the mix. https://github.com/StephenCWills/psobb-kill-counter I went ahead and copied files from the lib folder over to my addon and referenced those so that my addon can still be deployed alongside yours if the versions get out of sync...
  9. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Thanks, I'm just trying to get a feel for where everything is since I'm starting to write some addons of my own. FYI, I thought I'd start working on some addons I can use to start tracking various statistics in my games. For the short term, I'm going after the much more manageable goal of...
  10. staphen

    PSOBB Addon Plugin (Lua UI addons)

    @Soly Can I ask what modifications you made to Eidolon's plugin? Did you just change the location of the addons or was there more? It occurred to me you probably forked Eidolon's repo. Is this the version you're providing with your addons? https://github.com/Solybum/psobbaddonplugin
  11. staphen

    Problems with 360 controller

    Kuromori Yu pointed me in the right direction. Anyone still encountering this issue should check out devreorder. https://github.com/briankendall/devreorder As far as I can tell, this game enumerates DirectInput devices and uses the enumeration order to determine which port each controller is...
Back
Top