Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

4144 last won the day on March 12

4144 had the most liked content!

About 4144

  • Rank
    Advanced Member
  • Birthday July 18

Contact Methods

  • Discord
    4144
  • IRC Nickname
    _41444d494e_
  • Website URL
    https://discord.com/invite/ByEQHDf

Profile Information

  • Gender
    Male
  • Github
    4144
  • Emulator
    Hercules
  • Client Version
    latest

Recent Profile Visitors

36310 profile views
  1. hpm overloading i mean hookPre/hookPost Direct overloading i mean for example clif->special_popup = my_special_popup direct overloading may break other plugins.
  2. better not do direct overloading without reason. Because it may break other plugins if you not do correct overloading. better use hpm overload things
  3. use newer client exe or rollback maps and other client files to older version.
  4. send message to discord @4144
  5. private server not using jro clients. Private servers using kro clients. Feature with auto resize menu already added to kro client. I can sell latest and older kro client exe. If you want it send me message in discord. My nick is @4144
  6. in game folder. this is brown or gray background rectangle image. in name should be word back
  7. use this patch for hide empty space between buttons http://nemo.herc.ws/patches/SkipHiddenMenuButtons for reduce window size, edit background image size. i not remember how it named.
  8. May be you already enabled this patch?http://nemo.herc.ws/patches/RestoreModelCulling Try disable this patch.
  9. for translation can be used any offline or online translator. but main issue in translation what format strings can be corrupted by auto translation. and need human for validate each format string line.
  10. this warning added for protect against missing case blocks. In switches where not all cases must be present added macroses for disable this warning. See lines with PRAGMA_GCC46(GCC diagnostic push) PRAGMA_GCC46(GCC diagnostic ignored "-Wswitch-enum") // here switch and cases PRAGMA_GCC46(GCC diagnostic pop) but for this macroses need atleast gcc 4.6 or newer. 4.6 already dead version. If you using centos 7 you must updated your system, because this os is dead and outdated. select centos stream or switch to debian/ubuntu
  11. use nemo and apply this patches http://nemo.herc.ws/
  12. 2019 client and newer using http for guild emblems, hotkeys and some other. and this api server add support for most of http things what need for client. need configure url in external settings file to point to api server.
  13. some full clients you can download here from official servers http://nemo.herc.ws/downloads/#kro-mainsakray
  14. other translation project https://github.com/llchrisll/ROenglishRE
  15. can be missing or corrupted some lua/lub files in your client files
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.