CurseForge Register Sign In

Authors CurseForge

  • Dashboard
  • Forums
  • Paste
  • Knowledge Base
  • Reward Store
  • Support Desk
Desktop View
  • Home
  • Member List
  • _ForgeUser114931's Profile
  • Send Private Message
  • View _ForgeUser114931's Profile
  • _ForgeUser114931
  • Registered User
  • Member for 13 years, 4 months, and 17 days
    Last active Fri, Oct, 4 2013 14:29:53
  • 0 Followers
  • 7 Total Posts
  • 0 Thanks
  • Posts
  • Forum Posts
  • View _ForgeUser114931's Profile

    0

    May 16, 2008
    _ForgeUser114931 posted a message on Clean SavedVariables (Python Script)
    Version that includes backup files.
    def remove_unused_sv_files(path, addons):
      re_sv_filename = re.compile("^(.*)\.lua(?:.bak)?$")
    
      for sv_file in listfiles(path):
        match = re_sv_filename.match(sv_file)
        if match:
          addon_name = match.group(1)
          if addon_name not in addons:
            print "Removing " + os.path.join(path, sv_file)
            os.remove(os.path.join(path, sv_file))

    Posted in: General Chat
  • View _ForgeUser114931's Profile

    0

    May 15, 2008
    _ForgeUser114931 posted a message on Historian
    Here is the Traditional Chinese l18n file.
    Posted in: General AddOns
  • View _ForgeUser114931's Profile

    0

    Apr 26, 2008
    _ForgeUser114931 posted a message on LibItemBonus-2.0
    Here is the Traditional Chinese(zhTW) parsing pattern.
    Posted in: Libraries
  • View _ForgeUser114931's Profile

    0

    Apr 17, 2008
    _ForgeUser114931 posted a message on Talented, a Talent template editor !
    Here is the Traditional Chinese translation for Talented r70207.
    Posted in: General AddOns
  • View _ForgeUser114931's Profile

    0

    Mar 28, 2008
    _ForgeUser114931 posted a message on Talented, a Talent template editor !
    I have translated Talented to Traditional Chinese.
    The localization file is attached.
    Posted in: General AddOns
  • View _ForgeUser114931's Profile

    0

    Feb 14, 2008
    _ForgeUser114931 posted a message on ItemBonusLib, an Ace2 version of BonusScanner
    I fixes SOME of Traditional Chinese patterns based on Rev 60788.
    Now this addon may for melee dders.
    the file is here: http://www.cs.ccu.edu.tw/~hst95u/ItemBonusLib-1.0.lua
    Posted in: General AddOns
  • View _ForgeUser114931's Profile

    0

    Jun 6, 2007
    _ForgeUser114931 posted a message on Capping and InFlight - Official Thread
    I've translated Capping into Chinese(zhTW).
    Posted in: General AddOns
  • To post a comment, please login or register a new account.
Twitch
© 2019 Twitch Interactive, Inc
About Careers Blog Press
Brand Music Advertise Ad Choices
Prime Partners Affiliates
Developers Help Feedback
Terms of Service Privacy Policy Cookie Policy