Search results

  1. Soly

    Open Client Project

    You can't add null bytes in-between, it's an IP address string
  2. Soly

    Open Client Project

    Just want to point out, what I said was first 2 are patch, the other 4 are login. (and this is wrong, it is 2 login and 4 patch) There are no "ship ip addresses" in the client, those are sent by the server when you choose a ship in the ship menu
  3. Soly

    Magatama : a Modern Mag Planner/Calculator [ BETA 9 ]

    While this depends on the ship emulating those same actions, when you bank a mag (also when going back to a common lobby, and I think there might be more but I don't have any other known instances of it at hand), the stats of the mag are AND'd with 0x7FFE
  4. Soly

    DAT Database migration tool

    There was no next release of teth, so I assume the tool would not be released either since support for sqlite does not exist in the current version. If you forgot your game password, you can probably just manually edit the file, I think someone had already posted the structure of it.
  5. Soly

    PSOBB Addon Plugin (Lua UI addons)

    I guess people having issues like this can use something like Process Explorer to check what libraries are loaded into the game's process and try to identify which apps are messing with it (after having discarded the known ones).
  6. Soly

    CTRL + Break downsizes Fullscreen

    So, after looking into this. Apparently windows sends a CtrlBreak (aka VK_CANCEL, or VK_03) when you do either Ctrl+Pause (or Ctrl+Scroll?), not sure why AHK can't intercept that but oh well... When the game receives this key code, it calls MoveWindow(param_1,0,0,0x280,0x1e0,1); I guess this...
  7. Soly

    CTRL + Break downsizes Fullscreen

    I'll take a look, I have done a few ahk scripts in the past. One thing tho, did you run this as admin? Edit: Apparently it doesn't work at all, maybe is something done by windows. In this case, a more invasive solution would be to remap those keys in windows itself, I have used SharpKeys...
  8. Soly

    CTRL + Break downsizes Fullscreen

    The easiest solution I'd suggest you, is using something like an autohotkey script to disable the break key when the game is active. Interesting thing tho, I might take a look at this.
  9. Soly

    PSOBB Addon Plugin (Lua UI addons)

    Afaik it does not.
  10. Soly

    Windows 10 1909 Update (No.916 Error/!DLL ERROR!)

    Disable your antivirus temporarily, update/download stuff, whitelist then re-enable the AV.
  11. Soly

    Windows 10 1909 Update (No.916 Error/!DLL ERROR!)

    So basically whitelisting the file... Unless updating windows removes previous exclusions in windows defender, many people should already be good with this, since it has been a while already since windows defender started to flag the different things we use with pso (even the game executable...
  12. Soly

    Tools by Tofuman

    We talked on discord, but for anyone wondering... as I said, the code is embedded into the other programs, it won't just decrypt/encrypt the files, it will also try to process them as that specific tool. But now I have put the PRC utility in my stash topic.
  13. Soly

    Soly's Stash

    Added a PRC utility. I had the code embedded in other tools, so just extracted it into a prc specific tool.
  14. Soly

    Tools by Tofuman

    As he points out, PRC is used for PSOX text files, and I made a tool to work on those files but the PRC code is embedded on it. If you want, I can extract that code into it's own tool so you can use it... (and it'll be good to have it around anyway) Feel free to send me a message on discord...
  15. Soly

    Linux Tutorial for Playing PSOBB on Ephinea

    Isn't that "dark lobby" stuff an issue that was in older versions of wine (that affected other games too?) @Eidolon would know better tho
  16. Soly

    Soly's Stash

    The implementation is not "my own", just in case... but yeah, I do like it. You mean the "item code"? The idea is to use the PMT as the source of items so you can easily search whatever you want to put there... But I suppose for the GC one it wouldn't be a bad idea to let you set the Hex...
  17. Soly

    Soly's Stash

    Just to let whoever uses these tools know that I started to port them to .Net Core (as well as the whole source code of Aselia but that's irrelevant here) This means that to run the new tools built for net core, you need to install the runtime, you can find a link on the original post. Since...
  18. Soly

    Generic PSOBB Widescreen Launcher

    Maybe the easiest solution here is to put the lua stuff in %AppData%\MMFApplications\ which should be something like C:\Users\Windows10\AppData\Roaming\MMFApplications\ I was checking the launcher and the launcher code seems to end up setting the working directory back to the executable...
  19. Soly

    PSOBB Addon Plugin (Lua UI addons)

    Just now made a new release. @staphen @NeonLuna
  20. Soly

    Soly's Stash

    If you are actually changing the rates of drops globally, you could edit the ship and add a multiplier to the rng, meseta drops are in ItemPT.gsl and rare drops in ItemRT.gsl. Both PT and RT editors are in tool list. Class stats are in PlyLevelTbl.prs (the ship and login need an uncompressed...
Back
Top