Search results

  1. staphen

    PSOBB Addon Plugin (Lua UI addons)

    No, the backtick/tilde key should still be the one.
  2. staphen

    Character spontaneously deleted.

    In the launcher, character bank is labeled "SLOT". "SLOT: 01-04" is the default.
  3. staphen

    pioneer2.net SSL Cert error

    FYI, this is happening because of HSTS. Basically, if you hit pioneer2.net without a subdomain, you will end up requesting https://pioneer2.net which returns the following header: strict-transport-security: max-age=31536000; includeSubDomains This header instructs the browser not to trust http...
  4. staphen

    PSOBB Addon Plugin (Lua UI addons)

    @Soly FYI, the fix is the same as before, but I went ahead and submitted a pull request. I looked up some sample code and tested the changes so hopefully this will save you a bit of time.
  5. staphen

    Torrs being poo heads lately?

    @Sodaboy That's what I wanted to know. Thanks!
  6. staphen

    Torrs being poo heads lately?

    I was able to track down some specific details for two examples. No idea if this info helps, but here it is. Mil Lilies in Ultimate Caves have a base DAR of 100% and RDR of 87.5% for the Greenill section ID. On Hardcore, there is a minimum RDR boost of 30%. So 1.3 * 0.875 = 1.1375 or over 100%...
  7. staphen

    Torrs being poo heads lately?

    Incidentally, I've seen it a couple times during events with high DAR and RDR boosts where a special enemy that is theoretically supposed to have 100% DAR and RDR has dropped meseta. I've been wondering for a while how that could be possible. Does anyone have any idea?
  8. staphen

    PSOBB Addon Plugin (Lua UI addons)

    @gatesphere Surely it can't be more useless than the addon I made the other day to go with my recently found Soul Calibur. Phantasy Star Online - Soul Calibur crossover - YouTube by staphen posted Mar 6, 2020 at 10:03 PM
  9. Phantasy Star Online - Soul Calibur crossover - YouTube

    Phantasy Star Online - Soul Calibur crossover - YouTube

    PSOBB addon to play "The Legend Will Never Die" sound clip when enemies are defeated with a Soul Calibur equipped. Easily the dumbest thing I've ever made.
  10. staphen

    Ephinea Christmas 2019

    Is it possible for a present to have nothing in it? Because that just happened to me. EDIT: Never mind. Seems it was a server sync error and I had to change blocks. Now I have the items from the gift.
  11. staphen

    Bank Check Lady's outfit

    I was able to develop a Lua addon that could determine the active bank with fairly high accuracy. It uses the information to create a 20x20 imgui window with no border and sets the background to blue for the character bank and red for the shared bank. The following instructions assume you have...
  12. staphen

    Unicode dinput8 was created, cannot continue

    EvolveHQ is injecting code into PSO:BB in order to display its overlay. You should be able to go into the EvolveHQ interface and disable the overlay in specific applications.
  13. staphen

    PSOBB Addon Plugin (Lua UI addons)

    The plugin that hosts the addons hooks to the IDirect3DDevice8::Present() function to update the Lua addons. Here's the line of code with the function call that updates the Lua addons. https://github.com/HybridEidolon/psobbaddonplugin/blob/master/bbmod/src/imgui_d3d8_dev.cpp#L93
  14. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Here are the functions that handle rendering for the Player Reader addon. Individual player windows: https://github.com/Solybum/PSOBBMod-Addons/blob/master/Player%20Reader/init.lua#L208 All players window: https://github.com/Solybum/PSOBBMod-Addons/blob/master/Player%20Reader/init.lua#L165...
  15. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Here's a helpful post. https://www.pioneer2.net/community/threads/psobb-addon-plugin-lua-ui-addons.4543/page-32#post-75100
  16. staphen

    PSOBB Addon Plugin (Lua UI addons)

    These addons will also work with clients for servers besides Ephinea, so not just Ephinea. Did you also extract the addons folder into the same folder as dinput8.dll?
  17. staphen

    PSOBB Addon Plugin (Lua UI addons)

    I think posting here is fine. However, the best course of action would be to submit a pull request to the forked repo. That way, @Esc would have the opportunity to review your changes, make suggestions for alterations, and choose whether to incorporate your changes into his repo.
  18. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Maybe try Peppercat's guide, which is a little more straightforward. https://www.pioneer2.net/community/threads/peppercats-guide-on-how-to-install-the-psobb-character-reader-addon-for-silly-bees.5597/
  19. staphen

    PSOBB Addon Plugin (Lua UI addons)

    The theme editor requires the dinput8.dll file from Soly's fork of the psobbaddonplugin project. The main repo has the code changes, but Eidolon hasn't put out a new release since pulling in Soly's changes so the dll is missing the necessary features...
  20. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Do you know anything about coding in C++? The psobbaddonplugin is just a Visual Studio project that compiles to the dinput8.dll library that you drop in the PSO install folder.
Back
Top