Jump to content

Ai4rei

Members
  • Posts

    418
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Ai4rei

  1. The patcher has timed out while downloading said patch, your connection might not be stable enough to transfer a 25 MB file from Korea in one piece. Try to get the file from elsewhere and do a manual update.
  2. Both formats do the same, declare and assign Lua tables. Basically:TableName = { FieldName = 123 }is the same as:TableName = {} TableName["FieldName"] = 123System folder contains the default files for the settings and also the table declarations. So deleting it makes things only worse.
  3. The first post contains a link to the translation template on pastebin. The template itself should be obvious to translate, if not feel free to ask. When translated, post it on pastebin or somewhere; it will be included in the next release then with attribution. There is no translation team, there's a bunch of people contributing their translations. So you are free to translate whenever you want.
  4. The latest version supports Windows 8. It will ask for administrator upon saving regardless, because settings are written into an area of the registry that can be written by admins only (unless you use a custom build with saving to HKCU, which needs a modified client as well).
  5. Updated to 2.7.0, adds Spanish translation, settings reset and configurable engine on startup. For details see website.
  6. Always specify your client version or provide the WDG error log.
  7. There's a bug in the error message itself, but another thing bugs me. Have you started OpenSetup "as Administrator" or do you have UAC off (since I do not see the UAC shield on the buttons)?
  8. Great. Here we go: Updated to 2.6.6.210, updates to Russian localization (new bits and fixes) by Jarek.
  9. Thanks! Mind reviewing the current localization template?
  10. Only a small range of clients reads from data. By the time OpenSetup Lua support was implemented, clients already read from savedata.
  11. The switch affects only where OpenSetup saves the settings, it has no direct effect on the ragexe. You have to set the switch depending on which client you use. Also every time you switch between LUA/REG modes, all settings are reloaded from respective storage. Yes, some settings are saved to registry, even in LUA mode.
  12. Updated to 2.6.4.204, fixes graphics card resolution list issue on Windows 8. If you use Windows 7 or 8, you are encouraged to update. Source has also been updated to reflect relevant changes. Edit: Since today's release was such a fail, let's do this again and better (2.6.5.207).
  13. Current unpacked themida clients are not considered compatible. The diff also is not fixed to any ID, so you should be able to use new hair styles with old clients.
  14. Updated: WDGSkipPacketHeaderObfuscation Updated for use with non-sakray clients. WDGSkipLicenseScreen Updated for use with non-sakray clients, care of . binary builds, sources
  15. Code changed in that spot, so the diff broke.
  16. Updated: WDGDisableHShield Rewritten, untested. binary builds, sources For translations use WDGTranslateClient, which was made for the translation project you linked to. Maybe someone even maintains the translation file for it.
  17. What is it supposed to do? In progress.
  18. I see, Gravity added an another Hackshield related function in the initialization path. Even for the clients I stated.
  19. Updated: WDGLoadLUABeforeLUB Fixed assumptions being made about the position of two independent strings. WDGEnableMultipleGRF, WDGEnableMultipleGRFExtended Updated for use with non-sakray clients. binary builds, sources WDGDisableHShield and WDGDisableFilenameCheck both work fine with 2012-04-17aRagexe and 2012-06-18aRagexe.
  20. The unpacked ragexes do not work, because their sections are messed up (remnant from themida).
  21. WDGSkipLicenseScreen: no info, have to figure out how the diff actually worksWDGLoadLUABeforeLUB: ready to release WDGEnableMultipleGRF: ready to release WDGEnable127Hairstyles: Use Enable64kHairStyles WDGAllowMultipleWindows: Does not apply, the client allows multiple windows by default. This version is a themida client.
  22. Updated to 2.6.3.200, includes translations by Jarek and Namine210. There are also new translation bits in the translation template.
  23. Most WDG plugins should work with non-themida clients without issues. RE does not have a single bit of code for the cash button; in short, no. 2011-11-22aRagexe.rgz
  24. There no langtype constraint on server-invoked books and no obvious constraint on client-invoked books. The only langtype dependence is for langtype 16 which alters the book file paths for multi-script (many lang) support.
  25. *.inf is also a bad thing to do. You'll delete patch progress (last patch id in patch*.inf) of official GRFs. msvcp90.dll + msvcr90.dll are needed by the VC9 clients, unless you have then installed as VC++ redistributable. Skin will kill all client interface skins, including user-added ones. tipOfTheDay_e.txt is customized by some servers.
×
×
  • Create New...