FRANCESCO84Inn Posted February 13, 2016 Posted February 13, 2016 Hi all, i start make my first custom mod for Fallout 4 on 3d Studio Max. I try import this standalone exoskeleton into the game, but i can't watch the armor on my charecter, but, if discard the item, this appears in the world. The armor look good into Nifspoke and Outfit Studio, i follow some tutorial. Here some screenshot : 3d studio max nifspoke outfit studio Esoscheletro.esp esp file I change the skeleton into nifspoke and delete the body into outfit studio, and now i have this problem. New element into the armor, i add one plugin for the vagina fluid and 2 containers for ather body fluid. In Italian Ciao a tutti, ho iniziato a realizzare questa mod per Fallout 4 con 3d Studio max. Vorrei importare questo esoscheletro standalone in Fallout 4. Ho scaricato i vari programmini e seguito vari tutorial. Sia con Nifspoke e sia con Outfit Studio, le mash e le texture sono visualizzate corretamente, ma nel gioco l'esoscheletro non viene visualizzato sul personaggio, ma sono ispezionando l'oggetto nel Pip-boy oppure scartando l'oggetto. Nella pagina ho inserito vari screenshot e un file bsa. Se qualcuno può aiutarmi. Grazie
Guest Mogie56 Posted February 27, 2016 Posted February 27, 2016 It looks like the armor has been assigned the Body slot. which in turn the armor takes the place of the body. does the model have an actual body within and has it been setup properly. I don't know enough about this version of the nif format or how to get things into the game. In Skyrim if the model didn't have an actual body inside the BSDismembermentskininstance could be converted to NiSkinInstance and the armor model assigned a slot like 46 or 49 (alternate body slots) so that the actual body would show up in-game. I'm not sure any of this would help in this instance though.
FRANCESCO84Inn Posted February 27, 2016 Author Posted February 27, 2016 It looks like the armor has been assigned the Body slot. which in turn the armor takes the place of the body. does the model have an actual body within and has it been setup properly. I don't know enough about this version of the nif format or how to get things into the game. In Skyrim if the model didn't have an actual body inside the BSDismembermentskininstance could be converted to NiSkinInstance and the armor model assigned a slot like 46 or 49 (alternate body slots) so that the actual body would show up in-game. I'm not sure any of this would help in this instance though. Thx you for the answer
SlapMeSilly Posted February 28, 2016 Posted February 28, 2016 If you specify biped 33 in the esp you *must* include the actual body in the "armor" nif. If you want something that overlays on top of the body (and potentially any other armor) you use the other bipeds (I stick to 36 for general torso items). Keep in mind that whichever bipeds you do specify your equipment uses, will cause any other already equipped items to be removed when you equip yours. Some caveats to using overlay pieces: The base body and your pieces must be build using the same model. If using BodySlide that means the body and your armors must be built with the identical preset. This also means any other armors one might equip must be built with the same pre-set as well or you get offsets or clipping issues. Caveats to including a body mesh: Any other armors that might get equipped must be build to fit your body. Typically people will build to a base, like CBBE, and use BodySlide to allow conforming to slider pre-sets. If one has a custom player/companion body that is different from general npc's then your armors might cause a minor conflict that requires custom editing to resolve. This may also affect custom player/companion textures.
FRANCESCO84Inn Posted February 28, 2016 Author Posted February 28, 2016 If you specify biped 33 in the esp you *must* include the actual body in the "armor" nif. If you want something that overlays on top of the body (and potentially any other armor) you use the other bipeds (I stick to 36 for general torso items). Keep in mind that whichever bipeds you do specify your equipment uses, will cause any other already equipped items to be removed when you equip yours. Some caveats to using overlay pieces: The base body and your pieces must be build using the same model. If using BodySlide that means the body and your armors must be built with the identical preset. This also means any other armors one might equip must be built with the same pre-set as well or you get offsets or clipping issues. Caveats to including a body mesh: Any other armors that might get equipped must be build to fit your body. Typically people will build to a base, like CBBE, and use BodySlide to allow conforming to slider pre-sets. If one has a custom player/companion body that is different from general npc's then your armors might cause a minor conflict that requires custom editing to resolve. This may also affect custom player/companion textures. I try you way, but the problem still remains, maybe depend from nif file. Here the model in nif file. Esoscheletro.nif
SlapMeSilly Posted February 28, 2016 Posted February 28, 2016 If you specify biped 33 in the esp you *must* include the actual body in the "armor" nif. If you want something that overlays on top of the body (and potentially any other armor) you use the other bipeds (I stick to 36 for general torso items). Keep in mind that whichever bipeds you do specify your equipment uses, will cause any other already equipped items to be removed when you equip yours. Some caveats to using overlay pieces: The base body and your pieces must be build using the same model. If using BodySlide that means the body and your armors must be built with the identical preset. This also means any other armors one might equip must be built with the same pre-set as well or you get offsets or clipping issues. Caveats to including a body mesh: Any other armors that might get equipped must be build to fit your body. Typically people will build to a base, like CBBE, and use BodySlide to allow conforming to slider pre-sets. If one has a custom player/companion body that is different from general npc's then your armors might cause a minor conflict that requires custom editing to resolve. This may also affect custom player/companion textures. I try you way, but the problem still remains, maybe depend from nif file. Here the model in nif file. Esoscheletro.nif So, just to clarify. Using the nif you posted, and using the ESP using biped 33 you still have an invisible body?
SlapMeSilly Posted February 29, 2016 Posted February 29, 2016 Oops. I missed it earlier but in your ESP in the ARMA (Armor Addon) you need to remove the biped 60 (pipboy) requirement. That's usually why it's not showing up. If your ARMA references bipeds that the ARMO does not, then it won't display it.
SlapMeSilly Posted February 29, 2016 Posted February 29, 2016 Ok now that I'm actually home and can look at the nif. There's a few things I've found. The position of the body and armor pieces is in the wrong spot. If you load it up in Outfit Studio you need to move Z-axis -120. It might need a little more tweaking. Load the CBBE reference and try to line it up with that. The nif has BSTriShape not BSSubIndexTriShape nodes. Easiest way to convert them properly is using Outfit Studio. Export each mesh to OBJ or FBX. Then make new project and import each of the exported meshes. Once that's done you can export a new nif and they will be in BSSubIndexTriShape. Each BSSubIndexTriShape needs to have a material file referenced in the BSLightingShaderProperty sub node. See the CBBE mesh for reference. You need to do animation weighting to the skeleton bones. None of your pieces are weighted. Can you post the slider pre-set you used for your body? It's not the default CBBE size. Or else whatever you used for creating the meshes screwed with it and resized it. *Edit: Didn't want to make yet another post so I hope you see this. Here's a zip with a semi-fixed nif and esp. Loads in game but you need to change the material references to your stuff. I re-made it using the CBBE Curvy preset with a nipple gone slider about halfway up. The animation weights are a little messed up, especially around the crotch. It needs to be manually weighted and I'm not going to spend the time for it. Esoscheletro_FIx.rar
FRANCESCO84Inn Posted March 1, 2016 Author Posted March 1, 2016 Ok now that I'm actually home and can look at the nif. There's a few things I've found. The position of the body and armor pieces is in the wrong spot. If you load it up in Outfit Studio you need to move Z-axis -120. It might need a little more tweaking. Load the CBBE reference and try to line it up with that. The nif has BSTriShape not BSSubIndexTriShape nodes. Easiest way to convert them properly is using Outfit Studio. Export each mesh to OBJ or FBX. Then make new project and import each of the exported meshes. Once that's done you can export a new nif and they will be in BSSubIndexTriShape. Each BSSubIndexTriShape needs to have a material file referenced in the BSLightingShaderProperty sub node. See the CBBE mesh for reference. You need to do animation weighting to the skeleton bones. None of your pieces are weighted. Can you post the slider pre-set you used for your body? It's not the default CBBE size. Or else whatever you used for creating the meshes screwed with it and resized it. *Edit: Didn't want to make yet another post so I hope you see this. Here's a zip with a semi-fixed nif and esp. Loads in game but you need to change the material references to your stuff. I re-made it using the CBBE Curvy preset with a nipple gone slider about halfway up. The animation weights are a little messed up, especially around the crotch. It needs to be manually weighted and I'm not going to spend the time for it. Esoscheletro_FIx.rarScreenShot97.jpgScreenShot98.jpg thank you very much, yes, the body used yo make this armor are custom, but i'm go to upload soon, i try to follow you line.
FRANCESCO84Inn Posted April 25, 2016 Author Posted April 25, 2016 I all, finally some little progression. First, thx to SlapMeSilly for the help. Here some screenshot.
kagapeme Posted April 25, 2016 Posted April 25, 2016 This is great are you going to be releasing it for public use?
FRANCESCO84Inn Posted April 25, 2016 Author Posted April 25, 2016 This is great are you going to be releasing it for public use? Sure, i want share this mod, but only when is complete.
Krupnokalibernaya Posted April 26, 2016 Posted April 26, 2016 very nice mod, and thanks for sharing. I just started to study programming and modeling and I believe by the time of TES6 i would be able to participate in mod developing.
Hanson Posted April 26, 2016 Posted April 26, 2016 Desciption is a bit misleading for me, so i need to ask: is that a armor like the normal institute armor/raider armor etc or is that a suit you get in like the power armor? I am guessing its an armor but the title exoskelet is kinda misleading me.
megnamon Posted April 27, 2016 Posted April 27, 2016 Desciption is a bit misleading for me, so i need to ask: is that a armor like the normal institute armor/raider armor etc or is that a suit you get in like the power armor? I am guessing its an armor but the title exoskelet is kinda misleading me. Have you play abit with CROSS exoskeleton mod from nexus ? This mod, same like CROSS, is an armor.
FRANCESCO84Inn Posted April 27, 2016 Author Posted April 27, 2016 Desciption is a bit misleading for me, so i need to ask: is that a armor like the normal institute armor/raider armor etc or is that a suit you get in like the power armor? I am guessing its an armor but the title exoskelet is kinda misleading me. Sorry for the descrption, but this mod, its for armor. i want make and exoskeleton like this or near\similar ( but only for female character ) :
brokezor Posted April 28, 2016 Posted April 28, 2016 Looking promising, I wonder how cool it would be if the pins visibly plug in to the skin. Something like this:
Halstrom Posted June 29, 2016 Posted June 29, 2016 Hi All, i'm back whit some up-date. 06.png 07.png 08.png 09.png 10.png 11.png Personally I think 4 "fusion cores" might be a little too many maybe just 2 centre ones allowing the shoulders to be free for wings/armor? And maybe the front needs some exo servos around the belly between breasts? Great work regardless and feel free to go with your own tastes of course
FRANCESCO84Inn Posted July 2, 2016 Author Posted July 2, 2016 Hi all, finally, i make some new screenshot from the game. I know, the texture need some fix and i have proplem whit some mesh, this mesh are deformed by the bone of the body. Soon tester version and page update.
megnamon Posted July 2, 2016 Posted July 2, 2016 I like that exo-spine. You think you will make that backpack detachable ?
Guest Posted July 3, 2016 Posted July 3, 2016 Small note to everybody: Use the NEW SITE (new.loverslab.com), or all your recent posts will just disappear.
Deedlit Posted July 3, 2016 Posted July 3, 2016 Small note to everybody: Use the NEW SITE (new.loverslab.com), or all your recent posts will just disappear. ty for info, i dnt know that , going start use right now
Recommended Posts
Archived
This topic is now archived and is closed to further replies.