Search results

  1. MagicLuthee

    Sega and Phantasy Star

    Hi, I almost completed Phantasy Star I on the GBA collection but had a gamebreaking bug though I don't remember what that was, I just remember I could not get a key item that granted access to what I thought was the last dungeon ! Phantasy Star II I played a bunch but never got really far, it's...
  2. MagicLuthee

    Soly's Stash

    Okay thanks for the reply, when I have enough motivation I'll try to apply the method described in that post and I'll see how far I can get.
  3. MagicLuthee

    Soly's Stash

    Hi @Soly does the method to read itempmt described by tofuman at https://www.pioneer2.net/community/threads/editing-some-things-p.71/post-631 work for GC ? I want to write a small c or python app to dump the itempmt data as TSV and maybe later make my own editor for it.
  4. MagicLuthee

    How do I find memory addresses in PSOBB?

    Be aware that ImGui used for BB mods is very old.
  5. MagicLuthee

    How do I find memory addresses in PSOBB?

    Use Tethealla client for reference, Ephinea loads most of its code through a DLL so I would guess Teth has big similarities with Ephinea client, it will respond positively to its memory being viewed and to being debugged be it with cheat engine, x32dbg, IDA... etc It is likely that Ephinea...
  6. 1280_1024IMAGE03.png

    1280_1024IMAGE03.png

  7. MagicLuthee

    AI-Upscaling Thread

    Hey check this out. Upscaling test with Guild Lady textures turned out not so bad. It sucks that her face is a 64x64 pixel image though because it makes upscaling quite imperfect T_T
  8. MagicLuthee

    What are you listening to?

    I watched my brother finish Axiom Verge 2, he liked it quite a bit and I was thoroughly entertained during the playthrough but I wouldn't say it's "Essential" if that makes sense.
  9. MagicLuthee

    Need help finding better quality character portraits (JPG Artifacts Aplenty)

    I've rewritten first post to be more concise and attached a zip file containing the best quality portraits I could find. As a bonus I also included a high detail version of the FOnewearl portrait I found on a Dreamcast promo disc.
  10. MagicLuthee

    PSOBB Addon Plugin (Lua UI addons)

    @Spuz LUA doesn't seem have inherent sound capabilities. You need a LUA library or bindings to a library written in another language I guess. Some possibilities: - https://github.com/TheLinx/lao uses a well established backend by the XIPH foundation - https://github.com/Tangent128/luasdl2 has...
  11. MagicLuthee

    What are you listening to?

    Two tracks that I have on my hard drive, in my playlist, and that I love. Was hard to narrow down to two though ! ("Procession of the Anunna" is a haunting track with synths, beautiful vocals and traditional indian folklore instruments) (Phantom Spell is an old-school-sounding prog rock band...
  12. MagicLuthee

    Ephinea's drawing thread

    Section ID at an angle did not upscale well, trying to fix by applying high-resolution one along a certain perspective. Color is off in both images, need to find a middle ground.
  13. MagicLuthee

    Need help finding better quality character portraits (JPG Artifacts Aplenty)

    Thanks, if nothing looking at the Vance site and doing some research tells me that Waifu2x and Real CUGAN Pro are good upscalers. Gonna do some tests. That being said I'd still really love to get a hold of the "original" (without-jpg-compression) files for these portraits. Upscaling the...
  14. MagicLuthee

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

    Thank you @Spuz for the help in explaining. I've updated the first post to be less confusing regarding this issue :)
  15. MagicLuthee

    Basic Guide on How to Modify PSOBB HUD Textures

    Updated guide to v2 Fixed comment about mipmaps, I don't think they should be enabled for UI textures !
  16. MagicLuthee

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

    My texture pack doesn't mess with item names at all. Never had an issue like this when testing either.
  17. MagicLuthee

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

    Hey, I've started working on one of the textures related to Symbol Chat, and while it seemed super easy at first glance, making them as close as possible to the originals is not that easy actually.
  18. MagicLuthee

    Need help finding better quality character portraits (JPG Artifacts Aplenty)

    I've been looking around but can't find better quality versions of four portraits (HUcaseal / HUnewearl / RAmarl / FOmar). When slightly zoomed-in they look terrible. Would really love to get a hold of better (i.e. less-lossily-compressed) versions of them. In the meantime I put the best...
  19. MagicLuthee

    Ashenbub's HD Textures for PSOBB are incredible!!!!

    There's at least one upscaling software that can produce mipmap really easily. Regarding DDS artifacts, there are many models that can handle or even specialise in handling textures with BCx (DDS) compression. Chaining models with ChaiNNer is easy once one understands the workflow of the tool...
  20. MagicLuthee

    Section ID calculator (HTML / JS / CSS)

    I've rewritten a good chunk of the HTML and CSS code and set the tool up on a github-hosted webpage. Here's the new look.
Back
Top