Jump to content

[Question]What is GetFormFromFile in Script?


Recommended Posts

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.

Link to comment

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?

Link to comment

Archived

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

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use