Search results

  1. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Yeah, here's what I get from GetCurrentDirectory() after using tofuman's launcher. C:\Users\staphen\AppData\Roaming\MMFApplications I believe MMF stands for Multimedia Fusion, which is a game and software creation tool. So this is likely a side effect of the development software he used to...
  2. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Well, I can't say that I know what launcher you're talking about, but it seems reasonable to assume that the working directory of the psobb.exe process is not being set properly by online.exe. It could be using the working directory of the online.exe process itself. If you run the launcher...
  3. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Then it should work, but just for good measure, can you try running it directly by double-clicking psobb.exe?
  4. staphen

    PSOBB Addon Plugin (Lua UI addons)

    I can make that error happen easily enough by changing the working directory before running psobb.exe. I can't say for sure if that's the issue you're having, but it ought to be worth checking. Are you launching psobb.exe from a shortcut or a custom batch script or something like that?
  5. staphen

    Unicode dinput8 was created, cannot continue

    It must be the overlay, then. Not sure how it's injecting itself into the PSO process and changing the r_iid. I can try to look into it later. EDIT: I have confirmed that simply disabling the overlay for PSO resolves the problem. EDIT2: So it seems that Evolve is, in fact, injecting code into...
  6. staphen

    PSOBB Addon Plugin (Lua UI addons)

    There should have been an addons directory in the zip file along with the dinput8 module provided by the psobbaddonplugin project. That folder should have an init.lua script inside it. Did you copy both the dinpu8.dll file and the addons directory into the PSO installation directory?
  7. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Seems this might be related to having other processes running in the background. https://www.pioneer2.net/community/threads/unicode-dinput8-was-created-cannot-continue.8038/
  8. staphen

    Soly's Stash

    Eidolon's latest release doesn't support the Theme Editor. You'd need the release from Soly's fork. https://github.com/Solybum/psobbaddonplugin/releases
  9. staphen

    PSOBB Addon Plugin (Lua UI addons)

    I just added some code to the Kill Counter addon that detects whether the user has their in-game menu open. There are now configuration options to change the display mode of each of the windows so you can choose to have them appear or disappear automatically when opening and closing the menu...
  10. staphen

    Question about Tools/Addons

    It would be possible to track damage and healing and such, but I'm not sure whether it would be possible to tie it back to the source of that damage. In other words, I'm not sure how to determine who initiated the attack that did the damage, nor what attack it was that they used.
  11. staphen

    PSOBB Addon Plugin (Lua UI addons)

    I think something similar happened to me once. I'm pretty sure I fixed it by rebooting my computer.
  12. staphen

    Ephinea Christmas Fiasco Mob Count

    Using the kill counter addon, these are the numbers I got for each monster type in ep 1. Caves Evil Shark - 28 Pal Shark - 28 Guil Shark - 32 Poison Lily - 56 Grass Assassin - 31 Nano Dragon - 31 Pofuilly Slime - 25 Mines Gillchic - 31 Dubchic - 20 Canadine - 100 Canane - 7 Sinow Beat - 17...
  13. staphen

    Unicode dinput8 was created, cannot continue

    I just remembered, I saw this error message in Eidolon's plugin code. https://github.com/HybridEidolon/psobbaddonplugin/blob/master/bbmod/src/dinput8.cpp#L146 According to Microsoft's documentation, there are two valid values for that r_iid variable. ... and that's as far as I got. I have no...
  14. staphen

    LUA addons code: DAR and Rare Rate

    I really only posted the wiki link because it shows what the quest data structure looks like, defined in C. You can see the same thing if you inspect the psobb.exe memory space, but that's easier said than done so I provided the link. But it's really more informational than helpful since I gave...
  15. staphen

    LUA addons code: DAR and Rare Rate

    I wrote a function for the Kill Counter addon that accesses the quest data to get the quest number. That should get you to the right place in memory. https://github.com/StephenCWills/psobb-kill-counter/blob/master/Kill%20Counter/init.lua#L742 This webpage defines the data structure for the...
  16. staphen

    PSOBB Addon Plugin (Lua UI addons)

    I just made another update to the Kill Counter. The addon now locks session data when the user is not in a session. With this change, you can review the data from the last session you were in even after you enter the lobby. The session data will be reset at the moment you start your next...
  17. staphen

    PSOBB Addon Plugin (Lua UI addons)

    Just a minor announcement. My latest update to the Kill Counter addon introduces a Session Details window. It works exactly the same as the Global Details window, but it only exports session kill counters. I'm also planning more improvements for session data so stay tuned.
  18. staphen

    PSOBB Addon Plugin (Lua UI addons)

    For just the main hub, you need to call imgui.SetWindowFontScale() after the imgui.Begin() in .../addons/core_mainmenu/init.lua, which is on line 39. The rest of those refer to the various other locations where Eidolon's code calls imgui.Begin() and imgui.BeginChild(). You may or may not care...
  19. staphen

    My Computer won't play the game from menu

    The firewall is only one facet of the features provided by the McAfee software package, and turning the firewall off isn't going to do anything about the virus scanner. I would recommend turning the firewall back on. Unfortunately, I don't know much about how to configure McAfee or if it's even...
  20. staphen

    My Computer won't play the game from menu

    I'm sure this has nothing to do with your firewall. You should probably turn that back on. The culprit in this case is your virus scanner. If you're using Windows Defender, you should add the EphineaPSO folder to the list of exclusions. You may also need to check quarantined threats to...
Back
Top