sunhawken Posted August 3, 2012 Share Posted August 3, 2012 (edited) Correction: I'm trying to make the game force a female versions of clothes/armor on the player body only whether i was playing a male or female.. I would fix the title but i can't Function GetModelPath(bool bFemalePath) native I found these but have no way of knowing how to use it...SKSE Member of: Armor ScriptReturns the file path for the nif file representing the world model of the armor. (This function requires SKSE)Contents [hide] 1 Syntax2 Parameters3 Return Value4 Examples5 Notes6 See AlsoSyntax string Function GetModelPath(bool bFemalePath) nativeParameters bFemalePath: Whether to get the file path of the male or female model of the armor.Return Value A string representing the file path of the nif file from the Data\Meshes folder.Examples ; Retrieve the file path of the nif file for the male model of ArmorIronCuirassString FilePath = (Game.GetForm(0x00012E49) as Armor).GetModelPath(False); Returns "Armor\Iron\Male\CuirassLightGND.nif"Notes This is to retrieve the nif file of the world model. That means the model you see when the armor is on the ground, not when it is equipped.See Also Armor ScriptSetModelPath - Armor Edited August 3, 2012 by sunhawken Link to comment Share on other sites More sharing options...
GileadMaerlyn Posted August 3, 2012 Share Posted August 3, 2012 This function has nothing to do with your title. GetModelPath only gives you the file path of the world model (the model you see on the ground and in the inventory) of an armor. I don't see what else to say to make it clearer, the description you gave is perfectly clear. Link to comment Share on other sites More sharing options...
sunhawken Posted August 3, 2012 Author Share Posted August 3, 2012 This function has nothing to do with your title. GetModelPath only gives you the file path of the world model (the model you see on the ground and in the inventory) of an armor. I don't see what else to say to make it clearer, the description you gave is perfectly clear. ill fix the title, What I'm trying to do is make the game choose the female version of armor whether i was playing a male/female character or not for player only. I'm trying to find help for these. I know it weird but.. i have my reasons.. Link to comment Share on other sites More sharing options...
GileadMaerlyn Posted August 3, 2012 Share Posted August 3, 2012 I don't understand. You want to play a male character with a female body? Link to comment Share on other sites More sharing options...
sunhawken Posted August 4, 2012 Author Share Posted August 4, 2012 I don't understand. You want to play a male character with a female body? Yes... Link to comment Share on other sites More sharing options...
GileadMaerlyn Posted August 4, 2012 Share Posted August 4, 2012 (edited) If you just want a male head with a female body, just use the console command player.sexchange.If you want the game to consider you as male, while having a female body, that'll require lots of modding (less if you want all male NPC to have a female body as well). Edited August 4, 2012 by Gilead Maerlyn Link to comment Share on other sites More sharing options...
sunhawken Posted August 4, 2012 Author Share Posted August 4, 2012 (edited) I don't understand. You want to play a male character with a female body? Yes... Not if i just get the game to switch the armor female version i'm wearing .. then it's not a lot of scripting ! XDI know how to fix the head the armor version is the only problem.. I need to game to make a check every thime i put on armor and then set it to female version simply i found the sript but do'nt how i would use it! Ex(s) would be custom races/unique race and body shapes for obivion so i know it can be done Edited August 4, 2012 by sunhawken Link to comment Share on other sites More sharing options...
Recommended Posts