Icon Factory 1.2 Buzzard -- A Decal Plugin

Decal
Sunday, February, 5, 2012 
Thirdeye for HuntingAscus House FinderValet for ArchersBuzzard Corpse FinderDeadeye

Icon Factory

Image Extractor for Asheron's Call
Version 1.2 by Ascus

What is Icon Factory

Icon Factory extracts 32x32, 20x20, 16x16, and/or other size UI graphics the Asheron's Call client portal.dat file. It extacts each element as a separate file in GIF, JPEG, BMP, PNG or TIFF format for use on web pages, Phatlewt, MuleTrader, ImpInventory or places you need to use graphics from Asheron's Call. Please remember the image extracted are copyrighted by Turbine entertainment and are subject to thier distribution rules.

Features

  • Bulk extract of UI graphics out of AC:ToD's Client_Portal.Dat file
  • Can extract in BMP, GIF, JEG, PNG or TIFF format
  • Can create file names base on long or short value of portal.dat key, in hex or decimal
  • "UI-" prefix option for those PhatLewt users.
  • Can create files in any directory you choose
  • Full Source Available

    Download

  • Executable Only: http://ciper.net/ac/if.zip
  • Visual Studio 2003 C# Source>http://ciper.net/ac/ifsrc.zip

    Feel free to download the source and take whatever you please from it.

    Thanks and Link's

    No development takes places in a vacume. Here are the sources and insperations of Icon Factory

  • AC Formats
  • Todd's Hacking Zone

    Icon Factory would not be available if it was not for them.

    VN coasty's Writeup of Icon factory

    Icon Factory
    
    With Icon Factory you can extract 32x32, 20x20, and/or 16x16 graphics, other UI graphics, or a combination from your portal.dat file.
    
    Icon Factory extacts each element as a separate file in GIF, JPEG, BMP, PNG, or TIFF format for use on web pages or with Imp Inventory.
    
    Icon Factory can be found along with the C# source at: http://ciper.net/ac/
    
    Note:
    
    Imp Inventory - Output Format = JPEG
      Output Filename Format = Long
      Create a new sub-directory named "Icons" in the "\Save Files"
      sub-directory, and put the icon files into that directory.
    
    PhatLewt - Output Format = GIF
      Output Filename Format = HEX8
      Create a new sub-directory named "Icons" in the the directory
      your HTML output files are stored, and put the icon files into
      that directory.
    
    Mule Trader - Output Filename = HEX4
    
    
    Using PhatLewt Icons with Icon Factory Output
    ---------------------------------------------
    PhatLewt uses an icon name format that is totally different from the one used by Imp Inventory, so you can't share the icons. Because of this, for PhatLewt to actually use the icons in its HTML output one line edit change in "PhatLewt.pl" is required.
    
    Here's what you need to do:
    
    In "PhatLew.pl" find and edit this line (it's line 55):
    
    $imageprefix="UI-06";
    
    Change this line to:
    
    $imageprefix="06";
    
    You're done. 
    

  • This page was last updated on: 09:40am, July 24, 2005. and has had 3762 hits since July 24, 2005.Comment or suggestion?