Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/13/19 in Posts

  1. 1 point
    View File Chocolate Chapeau - Valentines Headgear __________***PLEASE READ***__________ I'm working together with some people to bring sprites from different games into Ragnarok for free or very low cost depending on the amount of work. These sprites are not thoroughly tested and do not come with a custom drew collection image. If there are any issues, kindly report them. Use parts of it or fully, use them as a base or else - but please follow these rules: _______________________________________________ Rules: Do not sell these sprites to anyone. Do not ask me to fix, adjust or change something unless you're willing to pay for it. If you upload them somewhere for others to download, please credit me and/or link back to herc.ws's download section. Contains: Chocolate Chapeau - Valentines Headgear Credits: Special thanks to Shourei and Normynator. Without you guys, this free-sprite project would not be possible. @Daifuku @Shourei @Normynator Submitter Daifuku Submitted 02/12/19 Category Sprites & Palettes  
  2. 1 point
    Daifuku

    Ragnarok Emojis v2.0

    View File Ragnarok Emojis v2.0 __________***PLEASE READ***__________ I updated a variety of ragnarok emojis. Example: became > Feel free to do whatever with the graphics. Use parts of it or fully, use them as a base or else - but please follow these rules: ________________________________________ Rules: Do not sell these graphics to anyone. Do not ask me to fix, adjust or change something unless you're willing to pay for it. If you upload them somewhere for others to download, please credit me and/or link back to herc.ws's download section. Contains: Ragnarok Emojis Submitter Daifuku Submitted 02/10/19 Category Other Graphics  
  3. 1 point
    that means _$() or _() is equally detect by HULD, the only difference is it generate a comment in the pot file means nothing big differences ... I actually thought _() unable to parse %s or something ... seems I was wrong @Myriad, soon we will roll out a new version of HULD, it already discuss on the staff level old design -> http://herc.ws/board/topic/8687-hercules-ultimate-localization-design/ once the new design roll out, I will force recommend the community to adapt this new scripting style and for your question, because sprintf("Test %s", .@var); isn't detect by HULD and its sprintf(_("Text %s"), .@var); , only enclose the string by the way, on a side note, I seriously think we should change all the ^000000 into F_MesColor(C_BLACK) some machine translation can break ^000000 into ^ 000000 <-- can be solve by F_MesColor %s into % s <-- nothing can be done with this, other than manually fix it
  4. 1 point
    This can give some overview: https://github.com/HerculesWS/Hercules/issues/2233 _$ is used if there's some string formatting (%s, %d or something like that), mesf is basically 3 commands in one, i.e mes+sprintf+_$ _() is used to enclose strings which aren't in commands that are translated(only few commands are detected like mes/select), others needs to be enclosed in _(), also raw string needs to be enclosed. c-format is comment in pot file which says formatting is present.
×
×
  • Create New...

Important Information

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