Difference between revisions of "FormID"

No change in size ,  11:04, 3 April 2010
imported>DragoonWraith
(→‎Console Usage: some clarifications, but avoiding some of the specifivity of Markolie's edi)
imported>DragoonWraith
Line 22: Line 22:


== Console Usage ==
== Console Usage ==
Supposing that our mod was located 15th (0x0E in hexadecimal) in the load order (see below for ways of determining this), we would update the ModIndex of GiantSwordOfPwn to be '''0E000CE8'''.  It can now be used with console commands such as:
Supposing that our mod was located 15th (0x0F in hexadecimal) in the load order (see below for ways of determining this), we would update the ModIndex of GiantSwordOfPwn to be '''0F000CE8'''.  It can now be used with console commands such as:
  player.addItem 0E000CE8 1
  player.addItem 0F000CE8 1


==Determining In-Game ModIndex==
==Determining In-Game ModIndex==