SetBipedModelPathEx
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Sets the NIF file path to a formatable string for the male or female model for the specified biped object or calling reference. Added by NVSE 4.1.
Syntax
(nothing) reference.SetBipedModelPathEx NewPath:string Formatting BipedPathCode:int Object:form
Example
New male biped path for leather armor:
SetBipedModelPathEx "MyMod\Armor\M\NewLeather.NIF", 0, ArmorLeather
Biped Path Codes
Specifies icon/model paths associated with biped objects, such as armor
- 0: Male Biped Path
- 1: Female Biped Path
- 2: Male Ground Path
- 3: Female Ground Path