Jump to content

Ai4rei

Members
  • Posts

    419
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Ai4rei

  1. RGZ files are extracted into the RO folder. GPF files are added to GRF.
  2. Updated to 2.6.0.158. No longer needs administrator rights to run, only to save. Should solve issues when opensetup is started from an another application (such as the game client).
  3. "rdata at 2008-11-26" and "latest kro client" somehow does not go together. If did not download the client from official website, the download author might not have intended for rdata.grf to be used. Your options: Do not use rdata.grf Download recent rdata.grf with respective patchRE.inf (recommended) Update patchRE.inf to a patch ID that works, such as 2034 (not recommended, you will miss out on a lot of files)
  4. Altimage: What do you refer to? Rytech: WDGUseArialOnAllLangtypes has been superseded by WDGUseCustomFont; maybe it solves your issue, since I'm not fully aware what WDGUseArialOnAllLangtypes actually patches.
  5. Current development uses 2012-07-02aRagexeRE as reference. In short: yes.
  6. I think GreenBox already made a plugin for that.
  7. One more translation bit (context-help on "Restrict mouse to window" setting): IDCHECKBOX_MOUSEEXCLUSIVE, "Turns mouse movement constraints on and off.\r\n\r\n Enables you to restrain all mouse movements to the game window as long the window is active. To escape the constraint use Windows-Key or Alt+Tab.\r\n NOTE: This setting has the same effect as ROExt's Mouse Freedom." Thanks in advance.
  8. Wait for the next source release, then it's a matter of: --- settings_reg-0.cpp Thu Nov 15 17:56:44 2012 +++ settings_reg.cpp Thu Nov 15 17:56:38 2012 @@ -12,7 +12,7 @@ #include "opensetup.h" #include "settings.h" -//#define HKLM_TO_HKCU +#define HKLM_TO_HKCU #define SETTINGS_REGPATH "Software\\Gravity Soft\\Ragnarok" #define SETTINGS_REGPATH_OPTION SETTINGS_REGPATH"\\Option"
  9. 09 -(+1)-> 10 -(multiple of 4)-> 12 -(-1)-> 11 19 -(+1)-> 20 -(multiple of 4)-> 20 -(-1)-> 19 21 -(+1)-> 22 -(multiple of 4)-> 24 -(-1)-> 23 SaveData\OptionInfo.lua
  10. The provided WDGTranslateClient.txt contains information about this: // The length of the translation is limited to the length of the // original string plus 1 aligned to be multiple of 4, minus 1. // // Example: // - "asdf" = 4 +1 (zero termination of the string) = 5 // - Next multiple of 4 for 5 is 8 (2x4) // - 8 -1 = 7 characters usable for translation string
  11. Angezerus: Try WDGAlwaysCallSelectKoreaClientInfo. jTynne: There does not seem to be any restriction in the most obvious code parts.
  12. K, i got your point now, I'll look into it. Thanks for reporting.
  13. I'm aware of that oddity, but that's just how the official setup works.
  14. Any language is fine, thank you very much. If you want, you can take on the whole thing, since my copy-paste attempt probably is not very accurate.
  15. There are new bits in addition to the existing ones to translate, for those who feel like it: // list-boxes TEXT_NUMSAMPLETYPE_48CHANNEL, "48 Channel" TEXT_NUMSAMPLETYPE_32CHANNEL, "32 Channel" TEXT_NUMSAMPLETYPE_16CHANNEL, "16 Channel" TEXT_SOUNDMODE_NOSOUND, "No Sound" TEXT_SOUNDMODE_2DSOUND, "Use 2D Sound" TEXT_SOUNDMODE_3DSOUND, "Use 3D Sound" TEXT_SPEAKERTYPE_2SPEAKER, "2 SPEAKER" TEXT_SPEAKERTYPE_HEADPHONE, "HEADPHONE" TEXT_SPEAKERTYPE_SURROUND, "SURROUND" TEXT_SPEAKERTYPE_4SPEAKER, "4 SPEAKER" TEXT_DIGITALRATETYPE_22K, "22k" TEXT_DIGITALRATETYPE_11K, "11k" TEXT_DIGITALRATETYPE_8K, "8k" TEXT_DIGITALBITSTYPE_16BIT, "16 bit" TEXT_DIGITALBITSTYPE_8BIT, "8 bit" // tabs TEXT_TAB_GRAPHICS, "Graphics" TEXT_TAB_SOUNDS, "Sounds" TEXT_TAB_SETTINGS, "Settings" TEXT_TAB_ABOUT, "About" German and Czech are already done.
  16. While I can only guess, it seems that your problem is unrelated to the EnableDNSSupport plugin.
  17. Since 2011 client, the ip address only work with digtal format . Tested with 2012-07-02aRagexeRE, works for me.
  18. That's because the server abuses the guild chat packet to make some messages look more fancy. Added: WDGUseCustomFont Changes interface font for all langtypes. binary builds, sources
  19. kRO main (kro-rag) uses 'patch.txt' and kRO sakray (kro-renewal) uses 'patchRE.txt' right now. The only patch server known to me, that used 'patch3.txt' is kRO sakray (kro-sak) from before renewal, which is offline for about 2 years. Don't bother reading if you are not into experimenting and cannot use the command line (cmd.exe/command.com) on Windows.
  20. You can consider my DLLs being an update to Shin's DLLs.
  21. It's client-independent, so you are probably doing it wrong.
  22. Added: WDGChatColorNormal WDGChatColorGuild WDGChatColorParty Controls both the own and others' chat color independently. I should have done that with the public chat as well, but I no longer feel like doing so. WDGChatColorSelf Dropped: WDGTranslateClientIntoEnglish Use WDGTranslateClient instead. binary builds, sources
  23. Added: WDGChatColorGM Changes the public chat text color of GMs to a user-defined color (color-picker). I'd really appreciate someone to test this and report whether or not this actually works correctly, especially the color itself (only tested for matches in 2012-07-02). Afterwards plug-ins for the remaining chat types will follow. Thanks. binary builds, sources
×
×
  • Create New...