xNVSE / NVSE

New Vegas Script Extender (NVSE)

Home Page:https://git.io/JfSAo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request - Model Data Functions

WalkerMx opened this issue · comments

Hello!

I was hoping, I could propose a few functions to be added to xNVSE in the future. Your consideration is appreciated.

  • GetModelData3DNames: Given an armor/weapon reference, returns an array with the 3D Names from the Model Data Page.

  • GetModelDataTextureSets: Given an armor/weapon reference, returns an array with the 'New Texture' references from the Model Data Page. Ideally, matches GetModeData3DNames on the same reference, with empty entries for the 3D Names without a TextureSet.

  • SetModelDataTextureSets: Given an armor/weapon reference, a TextureSet, and an index, assigns the TextureSet to that 3D Index on a given reference.

Looks like this was added by the "JohnnyGuitar" NVSE Plugin as of version 4.70.