Skip to content

byte length of v1 itm feature block

CrevsDaakCrevsDaak Member Posts: 7,155
edited August 2014 in General Modding
Does anyone know the length (in h bytes) of the item extended header for effects? The IESDP has the values of the fields, yes, but actually I am searching for the whole length (like 0x38 is for an ability extended header) and not the values (which aren't listed in the IESDP).

Comments

  • CoM_SolaufeinCoM_Solaufein Member Posts: 2,607
    Browse http://iesdp.com/
    It has some older IESDP and other information that predates it.
  • CrevsDaakCrevsDaak Member Posts: 7,155
    edited August 2014

    Browse http://iesdp.com/
    It has some older IESDP and other information that predates it.

    Thanks, that page has pretty good information about the effects for hex editing (since it's easier to use NI/WeiDU nowadays), but actually what I am looking for isn't listed there.
  • CamDawgCamDawg Member, Developer Posts: 3,438
    Effects in items and spells are 0x30 in length. Headers on spells are 0x28 and 0x38 for items (the extra 0x10 are for the swing probabilities and ammo/launcher info).
  • CrevsDaakCrevsDaak Member Posts: 7,155
    Thanks @CamDawg‌! Seems like I gotta improve my hex counting skills.
Sign In or Register to comment.