Search results

  1. Ender

    Need Help asap

    You need to run online.exe to update the game. That's the launcher.
  2. Ender

    HD UI Project by Luthee (a.k.a Eleria)

    Not the OP but nope. PSO renders the font as size 14 to bitmaps, then to a texture, and then stretches the characters to scale. It's not trivial to change it. This is something I looked at last year but wasn't sure how it worked beyond a certain point. It is something I'll probably look at...
  3. Ender

    War of Limits 2 is paying an incorrect amount of Meseta on Ultimate difficulty.

    Thought I fixed this twice now but OH WELL. It's fixed for real now. Also the VH reward should be 12000. The text says 12500 but the JP version has 4000, 8000, 12000, 16000 for the 4 rewards, and the JP version is correct both the text and actual reward. So now the EN version will match.
  4. Ender

    8th Anniversary Event Thread

    It should be fixed after the maintenance today.
  5. Ender

    Quest Bug: CD5 TP/Resu

    I'm assuming the problem is that your TP/Revival has a nonzero value for the 5th byte in the item data. GOOD: 01033800,00000000,00000000,00000000 BAD: 01033800,01000000,00000000,00000000 ^^ Should always be 00 for this byte, but the game seems to accept it just fine. You can...
  6. Ender

    Are The East Tower and The West Tower available in One Person Mode on the classic ship?

    Should be up now. Let me know if there's an issue.
  7. Ender

    Quest Bug: CD5 TP/Resu

    It sounds like the issue is with the TP/Revival. Is it one from Coren?
  8. Ender

    Quick question - Quick answer

    Side story quests can be repeated once all are cleared on the character in that difficulty. But this progress is per character and per difficulty. Clearing them all on one character will not unlock them on other characters or in other difficulties. Rare enemies and items are not predetermined...
  9. Ender

    A> BERSERK RAYGUN +15 [0/0/35/0[60] CHB:40 PD

    Please read the Auction Rules. Sephiroth made a bid today before the auction ended, so the countdown should reset to 24 hours from the time of that bid. Meaning there is ~20.5 hours left. The purpose of the resets being at least 24 hours is to give other bidders a fair chance to bid, and also...
  10. Ender

    8th Anniversary Event Thread

    Fiasco is also supposed to be up for the duration of the event and rewarding some amount of badges. I'll fix this and put it up later tonight. EDIT: This will NOT be happening. See here.
  11. Ender

    Maintenance complete for August 5th, 2023 at 17:30 UTC (8/6 メンテナンス完了 02:30 JST)

    Maintenance has been completed as of 18:50 UTC! Sorry for the delay but ran into a handful of issues when updating the Anniversary Badge Shop quest.  ̄ ̄ ̄ ̄ ̄ サーバメンテナンスは3:50頃に終了しました!長らくお待たせしてしまい申し訳ございません。(アニバーサリーイベントショップで発生した問題に対処するため遅くなってしまいした)
  12. Ender

    How do I edit HP Bar, TP Bar, Mag Bar, and Selected Menu Text colors?

    The characters and menu elements in texturejapanese.xvm create character sheet font that the game renders and colors. You can't change the orange/blue. You could maybe change the color of the base images, but then it would be blending the orange and blue on the other color which will probably be...
  13. Ender

    How do I edit HP Bar, TP Bar, Mag Bar, and Selected Menu Text colors?

    texturejapanese.xvm for the "Item Pack" and "MAG" text, as well as the HP and TP bar numbers. This is a localized file so it's downloaded by the launcher when your launcher is set to English or Japanese. Ephinea supports a second location for it that's not replaced by the launcher--put it at...
  14. Ender

    Server maintenance completed for July 30th, 2023

    Sorry for the long maintenance but I ran into an issue near the end of testing. Here are the changes from today's maintenance... Implemented a fix for re-entering the Vol Opt boss room to correctly position players when the boss is already dead. The fix isn't perfect because the way the client...
  15. Ender

    Quick question - Quick answer

    They exist. You can see a guaranteed one in Dangerous Deal with Black Paper 1. But I assume you're having some bad luck while hunting them today? Did you know there's a quest in Episode 2's Shop category called "My Career" where one of the NPCs will tell you the number of each type of enemy...
  16. Ender

    A way to view the PSO source code

    psobb.exe was modified to load ephinea.dll at startup. That DLL patches the game when it's loaded. Patches are a mix of simply changing values (HUD element positioning for example), assembly patches (overwriting instructions to do something else, typically jumping to code in the DLL's address...
  17. Ender

    A way to view the PSO source code

    You can load the exe in Ghidra or your favorite RE tool to get disassembly and/or literal decomp. The game was written in C++ and built with some aggressive optimization which bloats some code. Other versions of the game have class names in the executable which make finding constructors for...
  18. Ender

    Ephinea-exclusive Mag Colors Suggestion

    The Item Reader addon can show you the color. Make sure you set the server in the configuration window. I know that's not necessarily a direct 'in game' method, but you never were able to see this directly in the game before.
  19. Ender

    PSOBB Addon Plugin (Lua UI addons)

    The next ephinea.dll will be replacing the client's existing list of entities with a new list that's much larger. This addresses some crashes that can occur in EP4, particularly WOL4 and other Desert 2 quests, due to the large number of entities on the map. Though I wouldn't be surprised if this...
Back
Top