Fallout 2 Inventory Editor v1.01 for Mod Makers documentation 
(last updated Apr 6,1999)

What's New:

1.Numbers in parentheses showed after item description are the item ids in
  decimal.

2.F2IE now loads item info from the file F2IE2.INF, so you can add your
  novel items to it. The format of F2IE2.INF is:

  WEAPON,    "10mm Pistol",                     12,29
  ^^^^^^     ^^^^^^^^^^^^^                      ^^ ^^
    1	 	2                               3  4

  Field #1: Item type. Valid values are ARMOR,WEAPON,MISC,KEY,CONTAINER
            ,DRUG. Case sensitive.

  Field #2: Item description. The description string must be in double 
            quotation marks.

  Field #3: Capacity. This value must equal to offset 75h - 78h 
            of XXXXXXXX.pro. If you have no idea what it is, plz 
            refer to http://140.112.30.58/~b2506017/f2/items.htm

  Field #4: Item id for the ammo. Usually this value equals to
	    offset 71h - 74h of XXXXXXXX.pro

  Each field is separated by comma. Spaces between fields will be ignored.
  BTW, line #1 is item id 1, line #2 is item id 2, and so forth.

Just several notes and limitations:

1.This program can only let you change item from one to another, it can
  NOT CREATE items. If you really want, see the example below:

	Scenario: You owns a Spear, and you want a 10mm SMG.
	
	I.   Change the quantity of Spear to 2.
	II.  Drop one on the ground.
	III. Change the one in your inventory to 10mm SMG.
	
2.The right pane lists all replaceable items for the item you clicked
  on left pane. This means you cannot change a Stimpak (which is of DRUG
  type) to a Alien Blaster (which is of WEAPON type).

3.This program cannot let you change items of CONTAINER type.

4.There is a minor bug which does not affect the game. Take the Spear 
  scenario for example. If you drop the newly created 10mm SMG on the 
  ground, it will still "look like" a Spear instead of a gun. But 
  actually it is a 10mm SMG.

5.In the left pane, items beginning with "[1]", "[2]", or "[w]" means 
  "In your Item Slot 1", "In your Item Slot 2", or "Wearing" 
  respectively.

------------------------------------------------------------------------
by Borg Locutus

Email: dystopia@iname.com

Homepage of this program: http://140.112.30.58/~b2506017/f2/

Above email address accepts English and Big-5 Chinese, but don't expect
swift responses from me since I am on active service and have very limited
Internet access.
