Jump to content

Ai4rei

Members
  • Posts

    425
  • Joined

  • Last visited

  • Days Won

    37

Posts posted by Ai4rei

  1. The RO client expects resolutions of up to including 2048×1440, so OpenSetup limits the settings to this value.

    If you want to bypass that, change your opensetup.ini settings:

    ; Maximum horizontal display resolution (pixel).
    ; Possible values:
    ;   0 = no limit
    ; Default:
    ;   2048
    ; Note: Previous default value was 0.
    DispMaxW = 2048
    
    ; Maximum vertical display resolution (pixel).
    ; Possible values:
    ;   0 = no limit
    ; Default:
    ;   1440
    ; Note: Previous default value was 0.
    DispMaxH = 1440
    

     

  2. Elurair Patching Launcher
    (RO Patcher Lite+ROCred Merge)

    skal-logo.png

    About
    Universal auto-patcher for all your updating needs combined with a launcher, which is fully skinnable, highly customizable and easy on resources. It is free of any cost and works on every 32-bit and 64-bit Microsoft* Windows* platform.

    Known Issues
    None.

    FAQ
    Q: Does the patcher support encrypted GRFs?
    A: Yes, common GRF encryption schemes are supported.

    Q: Can I use the Patcher part without the Launcher part?
    A: Yes, the Launcher mechanics and UI can be disabled in configuration.

    Q: Can I use the Launcher part without the Patcher part?
    A: Yes, remove all Patcher sections from the configuration.

    Download & Website
    http://ai4rei.net/p/skal (discord available for real-time support)

    License
    88x31by-nc.png
    This work is licensed under a Creative Commons Attribution-Noncommercial 4.0 International License.

    • Upvote 9
    • Love 4
  3. RAGP Extractor

    npa.png

    About

    Rudimentary command-line tool to extract RAGP files (such as the assets in Ragnarok: Valkyrie Uprising).

    Usage

    unragp <file>

    Extracts <file> into current directory.

    Known Issues

    Because I wrote it on a whim to check out Ragnarok: Valkyrie Uprising game resources, there are no error messages. Either the program ends in OK or NG.

    Download

    Find attached. Source for reference: https://github.com/ai4rei/unragp

    License

    CC0 1.0 Universal

    2021-12-27ragp-1.0.zip

    • Upvote 5
  4. Updated to 4.1.3, this release fixes an assertion when applying optimized patches.

    Updated to 4.1.4, this release adds support for the new, short-lived (2021-11-03 ~ 2021-11-17) kRO Sakray server. This is a different server from the one removed in 4.1.2 and requires a new full client. There is no mirror support for this one and it is released only as part of the bundle package.

    • Upvote 2
  5. DirectDrawEnumerateEx...
    Driver: NULL
    - DriverDescription: dgVoodoo DirectX Wrapper
    - DriverName: display
    - Monitor: 00000000
    DirectDrawCreateEx... done (hr=0x80004005).
    Driver: {5462FCC8-45ED-451E-A2CF-E57E8EF80122}
    - DriverDescription: Intel(R) HD Graphics
    - DriverName: \\.\DISPLAY1
    - Monitor: 00010001
    DirectDrawCreateEx... done (hr=0x80004005).
    DirectDrawEnumerateEx... done (hr=0x00000000).

    Creating the DirectX devices fails with E_FAIL.

    Most likely a problem with dgVoodoo (bad configuration or insufficient hardware).

    See which files of those listed in the dgVooDoo2 manual are inside the non-working RO folder (only) and try to remove them (most likely ddraw.dll or d3d9.dll). Alternatively you can try troubleshooting dgVooDoo, but I have no experience with it and it is beyond the scope of this topic.

  6. May I ask you to run DevInfo (http://ai4rei.net/soft/#devinfo ) in the RO folder where 1) it does not work 2) where it works and report back the results.

    [2021-07-16 09:03:07.095][Info] Enumerated 0 DX7 drivers.

    Normally this result is not possible (either it finds something or fails), but I have seen the enumeration to crash internally in the RO client before and returning success without doing anything.

  7. @unrestricted According to the screenshot, DirectDraw is disabled, which is necessary for RO, so I cannot believe other servers work fine. For Windows 10, a 2016 driver is rather old, so he might want to try reinstall the driver for integrated graphics (if possible with a recent driver from Intel's website, unless the computer is old).

    In addition, retrieve the opensetup.log (SHIFT + ESC in OpenSetup) for more troubleshooting.

  8. image.png.34a19c8e5aee4da6bdc2f98ad987cd97.png

    image.png.15e4b526f43c81c6fcee382d88e777c6.png

    Works for me™.

    • Try recreating the folder and/or check security permission of that folder (at least read/write current directory).
    • From the screenshot it does not look like you use Windows 10, so there is probably no defender to interfere, but if you use an AV software, try disabling that temporarily to see, if that helps.

    Report back whether that helped or if a follow up is needed.

  9. On 4/2/2021 at 3:21 AM, legendx said:

    @Ai4rei i have the same problem how to fix patch?

    i put the patcher inside jRO client folder it fail and stops at some patch, also tried repairing but failed.

    gfhfghf.PNG

    As stated before, a GRF is needed. The patcher will not attempt to create a GRF if it is missing or otherwise invisible. In this non-standard scenario you have to create a zero length data.grf to fool the patcher into thinking, that it just created the GRF.

    This may sound like a bug, but has been a feature since v2.0, though in the past the patcher created the GRF without nagging.

    The main reason for the change was, that if you are sharing one data.grf between multiple RO servers, each in a different folder, you may forget to return the GRF back before patching and end up with something incomplete. Basically it makes you aware, that you misplaced the GRF and should look for it before you start patching it. It's a patcher after all, not a GRF tool.

    TL;DR: If there is no GRF, patcher will not work. If you do not have one, make a zero-length GRF.

  10. 2010-07-30RE is broken, use 2010-07-28RE or 2010-08-04RE.

    RO OpenSetup

    This will tell you, if there is something wrong with your RO folder in regard to setup.

    If there are no resolutions to choose from, make sure:

    • Your graphics card drivers are installed (Microsoft Basic Display Adapter is not a proper driver)
    • No mirror driver is running (ex. VNC/RDP server)

    If it still does not work, you can try providing the output of this or that.

×
×
  • Create New...