Search results

  1. Soly

    Unicode dinput8 was created, cannot continue

    Well.. that sounds like it's possible... That issue is in the todo list for the dinput8 dll but I don't think we are able to trigger that... What's evolve anyway?
  2. Soly

    Tools by Tofuman

    A while ago I was looking into that, but I could not find where the game does all the input stuff, however I went ahead and started working in a different thing... setting the alternate palette from the menu. This wouldn't be of much use for Tofu's tool but in Ultima I handle custom palettes by...
  3. Soly

    Pinnacle Game Profiler installation

    I believe it was this https://www.pioneer2.net/community/threads/lui-add-ons-and-pinnacle-game-profiler.10698/
  4. Soly

    Lui (add ons) and pinnacle game profiler

    There is no fix for that yet https://github.com/HybridEidolon/psobbaddonplugin/issues/13
  5. Soly

    unlock tickets and coins limit?

    Pretty much what Ender said. Global flags are 4 bytes each and there are 23 of them. Many share their bytes with multiple things and some even are/were reused for different events.
  6. Soly

    Soly's Stash

    This took forever... But turns out pso+ has an extra string group so I have removed hardcoded string groups from gc and xb. I didn't look too much into dc so it will stay hardcoded for now.
  7. Soly

    /party command?

    https://www.pioneer2.net/community/threads/can-i-set-the-game-to-not-kick-me-back-to-the-lobby-after-every-quest.210/#post-2320
  8. Soly

    Soly's Stash

    The only tool supporting json is the unitxt iirc... Send me a PM I guess and i'll give you the code for reading the ItemRT.gsl
  9. Soly

    Soly's Stash

    Sadly I no longer support those text files... I did at some point... I think I have a default ItemRT.json (new format I use in my C# server) but the tool can export gsl, so I guess I can at least give you that. It basically just dumps the data from the gsl file into the "structure" in the...
  10. Soly

    Adding items?

    Besides editing certain values in the client, you will also need a tool to edit the PMT. Also if you are using Tethealla, a way to export the items into the ini files (or adding them by hand). There are a bunch of editors (at least 3, that I know of. Lee's, Tofuman's and my own) but none have a...
  11. Soly

    Adding armor effects?

    That stuff is managed server side, but apparently that mostly doesn't work if not at all and the effects are just hardcoded or something...
  12. Soly

    PSOBB Addon Plugin (Lua UI addons)

    If you are talking about my addon, you can remove items by disabling them in the item list. I don't think I have any way to filter them tho...
  13. Soly

    A /usemat command

    Out of the box I don't think you can do that (remove items from the inventory without any interaction), and honestly doubt Soda would implement something to do that (it also requires sync between all players)... But just going nuts on the enter key (or whatever button in your controller) isn't...
  14. Soly

    IME does not allow multi language input.

    It sounds like you are not using the IME kb in game. Try Alt + Shift to toggle the keyboard languages?
  15. Soly

    Cannot Change Resolution in "More"

    I use pixel fog "CTRLBUF"; // Byte[12], 3 ints || Resolution, Color depth, V-Sync "SOUNDCTRL"; // Byte[12], 3 ints || setup, bgm, se, // setup is all_off, all_on, only_1_on in no specific order // GRAPHICCTRL Byte[36], 9 ints // 0 Setup (0, 1, 2, 3) High, Mid, Low, Custom // 1 Advanced Effect...
  16. Soly

    Cannot Change Resolution in "More"

    I know how it works (had to "RE" them for my launcher) but didn't really write anything and didn't find anything about it when I was trying to figure them out. I guess if you tell me (or someone else) what options you wanted there, we can edit and export the reg values.
  17. Soly

    Trying to Install Addons/Mod

    Just do as I said in the first reply. dinput8.dll and "addons" folder in the game's root, addons themselves in the addons folder.
  18. Soly

    Trying to Install Addons/Mod

    I thought you already had that from the stuff you said you downloaded. This the base of it all bbmod. You can get the latest version of my addons here. All the stuff is in the first post here.
  19. Soly

    Trying to Install Addons/Mod

    dinput8.dll as well as the addons folder goes in the root of the game (beside psobb.exe) Addons themselves go inside the addons folder.
  20. Soly

    PSOBB Addon Plugin (Lua UI addons)

    The rare monsters are defined when you create a room, but the "monster list" is in some file/data split in sections and a bunch of other "complicated" stuff... that's why I don't feel like doing it. I also received a message asking to not do so, because of how it would affect the game and...
Back
Top