Jump to content

Help request: c# functions for getting character inventory FormID list


Recommended Posts

Hi. Just like the title says, I am looking for help with some C# code that is currently beyond my abilities.

 

I need a function (or set of functions) that takes a Skyrim savegame and spits out a List<string> of FormID values (including plugin prefix) in hex byte representation, of the player-character's inventory. Specifically, I'm looking for ingredients, but would prefer everything currently carried by the player.

 

I have found similar functions in Java and C++ but trying to interpret them is - literally - like trying to read a different language.

 

I understand the concept of the FormID array and the whole changed Form table thingy, but have been unable to grasp the required routines by myself.

 

Any help would be greatly appreciated.

Thanks,

-m

Link to comment
Share on other sites

  • Recently Browsing   0 members

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