Jump to content

[Question]What is GetFormFromFile in Script?


Recommended Posts

Posted
ElseIf Name == "Dragonborn.esm"

DraugrList.AddForm(Game.GetFormFromFile(0x1B637, Name))

DraugrList.AddForm(Game.GetFormFromFile(0x2A6FD, Name))

DraugrList.AddForm(Game.GetFormFromFile(0x3CECB, Name))

RieklingList.AddForm(Game.GetFormFromFile(0x17F44, Name))

RieklingList.AddForm(Game.GetFormFromFile(0x1A50A, Name))

 

I'm looking for GetFormFromFile for skeever. but i don't know how to find it in Skyrim.esm

What is '0x1A~~~'?

I need to know to fix this mod. Please help me.

Posted

That is the FormID, which you can find by opening the esm in the CK or TESVEdit, and looking at the entry of the Form you need. The "0x" part just means that it is formatted as a hexadecimal number, which is how FormIDs are usually displayed.

Posted

As he said: gets you the Form from an ESP/ESM by plugin filename and FormID.

Open xEdit and search the ESM for skeever, take the FormID and remove the first two digits (first 2 are loadorder)
UESP page has the ID too, and a good explanation of FormIDs if you want some details

 

Posted

As he said: gets you the Form from an ESP/ESM by plugin filename and FormID.

 

Open xEdit and search the ESM for skeever, take the FormID and remove the first two digits (first 2 are loadorder)

UESP page has the ID too, and a good explanation of FormIDs if you want some details

Thank you for replying, I found Skeever FormID and put this in 'MassMatchMaker.psc' then convert it pex in CK tool. but nothing has changed. I don't know reason why :(, Is there other way to put FormID in script?

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...