dwvauade Posted September 18, 2024 Posted September 18, 2024 (edited)   On 9/14/2024 at 11:00 PM, JaegerFox said: i did it but not work, which version of nudemod i should use? That error is harmless. Use the version in main announcement post I made found here:  On 9/15/2024 at 7:39 PM, D C said: Alright thanks for all the info These clears a lot of questions So on the blender side , i can everything except for one confusing thing , by head hack , do you mean we can't use custom head in the model and have to use the game one on the custom body or keep both? and yes please , if you can get that assetbundles loading up , it will indeed save a lot of time and open up a lot of options for other modders Lastly , can you share the original model here that I or everyone else can use as a resource for trying to do a custom model port into the game? By head hack. I meant you could keep the head or replace it with a new one. Depends if you want to import a completely different character or give caroline extra outfits. iirc the head is a separate object from the body anyway.  I will update the mod when I get a chance at the end of the week when I'm not busy working. same goes for linking model (asset studio works just fine tho)   On 9/16/2024 at 5:35 PM, Encon4 said: hey i was trying the mod, looks wonderful by the way, but when i changed the option to remove the bandage, i was expecting to be shown only the eye socket instead both eyes. Is there a way to add the eye socket like the mirror scene?  It might be possible to add an option for this using the existed head mesh with an eye socket. I'll have to check later this week.   Edited September 18, 2024 by dwvauade 1
dwvauade Posted September 18, 2024 Posted September 18, 2024 (edited) On 9/16/2024 at 10:29 PM, AWEZOMEX said: I'm still getting the white skin texture when loading a save file. running on steam v.0.94 LogOutput.log 2.77 kB · 1 download you are using an old version (1.2.0) make sure to update to 1.2.1 from here:  Edited September 18, 2024 by dwvauade 1
JaegerFox Posted September 19, 2024 Posted September 19, 2024 It finally worked, I had to activate the costume for the second time
dwvauade Posted September 24, 2024 Posted September 24, 2024 (edited) Ok, new mod update time. It's kind of hacked in at the moment till I get around to updating it again. Should let other people create custom models for the game.  You can download the update from this post:  TLDR for mod users Spoiler You download mod version 1.3.0, then any custom models you download go in plugins folder, currently you can only have 1 and the file must be called "custom", then change outfit in game and you'll see it.  For any potential mod makers Step 1: Download Unity 2020.3.36 (https://unity.com/releases/editor/archive)  Step 2: Have some sane modern version of blender (https://www.blender.org/download/)  Step 3: Download template project: CustomModelTemplate.zipand extract it somewhere.  Step 4:  Spoiler Open blender and go import fbx, look for "CarolineNude (1) (merge).fbx" in Assets\DefaultResources\CarolineNudeModel . Uncheck animation, and change scale to 100  Step 5: Spoiler Move model back to 0 0 0 to  Step 6: Spoiler now make whatever changes you want, you sculpt, remove mesh, retexture whatever the hell you want but you must preserve the armature.you can add meshes.bones (for extra jiggles, not explained here) but you cant go removing or renaming bones or else you'll break animations. I kept it simple for my example and just use the sculpt tool on her hands so that the changes are obvious  Step 7: Spoiler next export fbx and scale it down if u scaled it up when importing  Step 8: Spoiler Next drag and drop fbx into unity assets window, select the fbx and on the right VERY IMPORTANT MAKE SURE TO UNCHECK "Convert Units" and click apply   Step 8.5: Spoiler The textures may not be correct when you reimport the model (especially when using the whole/parts of the original model from the game. It is advised to unpack the materials from the materials window seen in the previous step and set them up again so that they look exactly like u want.  Step 9: Spoiler Drag model into scene, you'll see that there extra gameobjects for whatever reason when we import (dont know how to make sure it doesnt happen), this doesn't break anything but make sure to set the position and rotation of "CarolineNude (1) (merge)" and "CarolineNude (1)" to 0  Step 10: Spoiler your model should have roughly the same size and orientation as the model in the example scene (you can open it up as well for reference). Now drag the root of your model in the scene hierarchy into the assets window and it'll ask if you want to create an original prefab or variant prefab. Select original  Step 11: Spoiler Next go window -> assetbundle browser, drag the prefab from the assets window into the big area  Step 12: Spoiler Rename bundle to "custom"  Step 13: Spoiler go to build window, change output path to your bepinex plugins folder and click build  Step 14: Spoiler You're done! now when you launch your game you should see your custom model when u change clothes. I fucked up the textures but I'm sure you can figure it out easily enough. You'll need to extract the materials like I mentioned in step 8.5 and set them up again in unity to look like what u want. (this issue is probably caused by the the normal map slider setting in unity (cant remember what its called oops)  Step 15: Spoiler If u want to share your mod, you'll see these other files in your plugins folder "custom" is the only relevant one you need  Hopefully its somewhat clear, I'm not the best at blender and stuff but I'll try my best to answer questions if I can CustomModelTemplate.zip Edited September 24, 2024 by dwvauade 1
D C Posted September 24, 2024 Posted September 24, 2024 Thank you for all the big help the tutorial looks great time to do some experiments XD
D C Posted September 24, 2024 Posted September 24, 2024 (edited) Got this error Edited September 24, 2024 by D C
dwvauade Posted September 24, 2024 Posted September 24, 2024 (edited) 1 hour ago, D C said: Got this error  fuck, ok well I guess until I figure that out you can just manually create a new project (unity version 2020.3.36!) then follow these steps: https://github.com/Unity-Technologies/AssetBundles-Browser?tab=readme-ov-file#installation to install assetbundle browser. You can copy over the assets folder in the template to your new project  misread the error, you need to install git https://gitforwindows.org/ Edited September 24, 2024 by dwvauade
D C Posted September 24, 2024 Posted September 24, 2024 wait you already sent the solution for that too you a future predictor or what XD
dwvauade Posted September 24, 2024 Posted September 24, 2024 2 minutes ago, D C said: wait you already sent the solution for that too you a future predictor or what XD
D C Posted September 24, 2024 Posted September 24, 2024 so on the extra bones and jiggle physics side how do i get them to work? I am trying to get search on how to add dynamic bones in the components tab so far no success
dwvauade Posted September 24, 2024 Posted September 24, 2024 1 minute ago, D C said: so on the extra bones and jiggle physics side how do i get them to work? I am trying to get search on how to add dynamic bones in the components tab so far no success unfortunately you will need to purchase the dynamic bones package from the unity asset store to add them. I've heard rumors that it might be available somewhere else if u search for it tho.... It's expensive, subpar and honestly I'm tempted to add support for another alternative such as: https://github.com/naelstrof/UnityJigglePhysics eventually
D C Posted September 24, 2024 Posted September 24, 2024 (edited) 2 minutes ago, dwvauade said: unfortunately you will need to purchase the dynamic bones package from the unity asset store to add them. I've heard rumors that it might be available somewhere else if u search for it tho.... It's expensive, subpar and honestly I'm tempted to add support for another alternative such as: https://github.com/naelstrof/UnityJigglePhysics eventually is it possible to use them from a different toolkit? I have a toolkit of bloodyspell which dynamic bones script. https://drive.google.com/file/d/1rW_WH49Eps7eZVZ_z2aVluEHF4-2V93x/view Edited September 24, 2024 by D C
dwvauade Posted September 24, 2024 Posted September 24, 2024 Just now, D C said: is it possible to use them from a different toolkit? I have a toolkit of bloodyspell which dynamic bones script. sure just make sure to only copy over the correct files
dwvauade Posted September 24, 2024 Posted September 24, 2024 Just now, D C said: I hope this works you probably only need the DynamicBone folder
D C Posted September 24, 2024 Posted September 24, 2024 few errors but i think i am good lets do experiments  1
D C Posted September 24, 2024 Posted September 24, 2024 6 minutes ago, dwvauade said: you probably only need the DynamicBone folder oh looks like its too late for that now XD I wonder if i can add univrm too if that's addable physics , anime shader all will be doable then.
dwvauade Posted September 24, 2024 Posted September 24, 2024 8 minutes ago, D C said: oh looks like its too late for that now XD I wonder if i can add univrm too if that's addable physics , anime shader all will be doable then. Univrm requires runtime code in the game, perhaps eventually I can add support for it in my mod.  I mean you can slap whatever shader you want onto the model and build and it'll work just fine currently. Basically everything but mono behaviours that don't exist in the base game are supported as long as you preserve armature it *should* just work.  Â
D C Posted September 24, 2024 Posted September 24, 2024 1 minute ago, dwvauade said: Univrm requires runtime code in the game, perhaps eventually I can add support for it in my mod. Â I mean you can slap whatever shader you want onto the model and build and it'll work just fine currently. Basically everything but mono behaviours that don't exist in the base game are supported as long as you preserve armature it *should* just work. Â Â Don't worry we should bask in All working GOD HOWARD and it will just work 1
D C Posted September 24, 2024 Posted September 24, 2024 But yeah let me experiment with the dynamic bone if it works i'll drop plugin and examples here
D C Posted September 24, 2024 Posted September 24, 2024 (edited) Got error when i tried to build Edited September 24, 2024 by D C bad image
D C Posted September 24, 2024 Posted September 24, 2024 wait nvm , build success after I cleaned up old borked scripts and univrm
D C Posted September 24, 2024 Posted September 24, 2024 Custom model with awesome physics success but somehow the vanilla model is popping up
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now