SetBipedModelPathAlt
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Sets the NIF File path for a Model of the specified Armor form.
The file path is relative to ..\Data\Meshes\.
Which model path will be set is determined by the modelSlot argument:
0 Biped Model - Male 1 Biped Model - Female 2 World (ground) Model - Male 3 World (ground) Model - Female
Note: This function is identical to SetBipedModelPathEx which, at the time this was written, is partially/utterly broken.
Syntax
SetBipedModelPathAlt armor:ref modelSlot:int{0-3} filePath:formattedString formatVars(up to 20)
Example
SetBipedModelPathAlt ArmorCombat 1 "Armor\CombatArmor\F\OutfitF.nif"
Notes:
- filePath supports string formatting, and up to 20 variables may be used.