CarbonWaffle Posted August 25, 2020 Share Posted August 25, 2020 (edited) So i know there is a setmodelpathex\setnpcskeletonmodel for 3rd person skeleton. But is there any similar functions to swap the first person skeleton? I cant find anything on JIP\GECK wiki. Edited August 25, 2020 by AnnihilatingDespair Link to comment Share on other sites More sharing options...
dubiousintent Posted August 26, 2020 Share Posted August 26, 2020 As far as I am aware, "first person" is just a HUD view. No skeleton is involved. The 3rd person skeleton is the only one used for all "humanoids". Perhaps if we had a better idea as to what you are hoping to accomplish? -Dubious- Link to comment Share on other sites More sharing options...
CarbonWaffle Posted August 26, 2020 Author Share Posted August 26, 2020 @Dubious Actually its not a hud and the first person skeleton has a separate model and is located at "meshes\characters\_1stperson\skeleton.nif". It can be modified and is usually used by animators to create 1st person animations. I want to know if there is a way to swap it, by changing file path to it for NPC or player, on a script demand ingame. Having this ability ensures that my mod will have no compatibility issues with other mods since it will have a custom file path and it wont touch vanilla assets or other mods. Like i mentioned earlier, there is such functions for 3rd person skeleton which is located at "meshes\characters\_male\skeleton.nif". Both "SetNPCSkeletonModel" and "SetModelPathEx" do exactly what i need, with few minor issues - they allow me to change file path to the skeleton for any NPC or Player, on a script demand. Like for example, changing the path to "meshes\characters\_mydude\skeleton.nif". I already spent hours on GECK wiki with no luck, so i suppose there is no such functions for 1st person skeleton. Oh well i hope there will be such function in the future, because swapping 3rd person skeleton is already a miracle and its so freaking cool. Link to comment Share on other sites More sharing options...
dubiousintent Posted August 27, 2020 Share Posted August 27, 2020 Thanks for taking the time to explain. More knowledge is always useful. Consider asking for that functionality on the comments page of "JIP LN NVSE" and "JohnnyGuitar NVSE". Though I suspect such a swap will cause unanticipated problems, it's not an area I have any particular knowledge regarding. Those people will be able to tell you if it's possible and of any pitfalls. -Dubious- Link to comment Share on other sites More sharing options...
CarbonWaffle Posted August 27, 2020 Author Share Posted August 27, 2020 Ok, sure. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts