Difference between revisions of "FormID"

63 bytes added ,  11:01, 3 April 2010
→‎Console Usage: some clarifications, but avoiding some of the specifivity of Markolie's edi
imported>DragoonWraith
m (Reverted edits by Markolie (Talk); changed back to last version by Cloakedboltz)
imported>DragoonWraith
(→‎Console Usage: some clarifications, but avoiding some of the specifivity of Markolie's edi)
Line 22: Line 22:


== Console Usage ==
== Console Usage ==
Supposing that our mod was located 15th in the load order, 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 (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:
  player.addItem 0E000CE8 1
  player.addItem 0E000CE8 1