Lordchaosc Posted December 14, 2024 Posted December 14, 2024 Since the game is out, I wonder if anyone is willing to mod the game.
Numbers66 Posted December 14, 2024 Posted December 14, 2024 could be interesting, maybe someone can get some animations so you can use more of the objects around the house, maybe more outfits? XD
Rempacious Posted December 15, 2024 Posted December 15, 2024 (edited) The character at least can be easily modded it seems, there's an editable texture template for clothes and body part folder but not sure if that's it. There's also this repo as well: https://github.com/CORRUPTOR2037/MiSide-AssetLoader Edited December 15, 2024 by Rempacious
Numbers66 Posted December 15, 2024 Posted December 15, 2024 13 minutes ago, EndlessNocturne said: ok dudes, I can't bring my sleepy as rn to check whole different "loader" but I'm glad to say that since it's Unity - 3dmigoto works :] Model is split in lot of parts and missing blend_vb, so not everything might be possible - but at least work with existing parts is possible :] Like removing skirt For same reasons not trying that complex(and most surely - error's-prone) approach rn and not going into over-explanations. https://mega.nz/file/IyIwiQaB#J-9shAFeYXDPgJUcfhA81RcVBsyzCi8eqtEIDIVvlWk [3dm] Game path should be edited inside `3DMigotoLoader.py` if it differs from `D:\Program Files\MiSide\MiSideFull.exe`. All files inside game folder. Don't skip into or game will break on lang setup. If you never dealt with 3dmigoto - skip this comment and go learn that first. MitaSkirtless.7z 192 B · 0 downloads might be a way to fill these gaps but need a modder who wants to mod the game to check if its possible, there is a few games that do this and has been a few that found a way round it, just takes a lot of time to find a solution. there is costumes in the game, so might be easier with certain ones? XD
Lordchaosc Posted December 16, 2024 Author Posted December 16, 2024 There is a bukkake mod if anyone is into that. Its just an texture replacement though. https://randomfella0.itch.io/miside-nsfw-mods
Nuwu123 Posted December 16, 2024 Posted December 16, 2024 Do you guys have a backup file for the mod? I’ve tried all the links above, but none of them work, including https://randomfella0.itch.io/miside-nsfw-mods. Thankyou
Lordchaosc Posted December 16, 2024 Author Posted December 16, 2024 5 hours ago, Nuwu123 said: Do you guys have a backup file for the mod? I’ve tried all the links above, but none of them work, including https://randomfella0.itch.io/miside-nsfw-mods. Thankyou Unfortunately I've only managed to download only one file from the link. covered_in_cum_constume.zip
randomfella0 Posted December 16, 2024 Posted December 16, 2024 There is actually a compete nude model for Mita (or should i say Mila) in the game. When she showers her body is replaced with a completely nude model, but it has 2 problems: 1. it has broken uvs, so applying texture is impossible as is 2. there is no texture, but i think i can patch together a working texture from the regular costume + the towel wearing one + something for the tits. Can someone tell me how i can carefully extract the model of the body and put it back in the game after modifying the uvs? My unity modding skills are kinda weak ;( I managed to extract the model but i think that i destroyed the skeletal data in the process. 1
randomfella0 Posted December 16, 2024 Posted December 16, 2024 Forgot to post the in-game pic it's rigged and everything, aside from the texture issue works perfectly fine when replacing the default body. 1
Numbers66 Posted December 16, 2024 Posted December 16, 2024 8 minutes ago, randomfella0 said: There is actually a compete nude model for Mita (or should i say Mila) in the game. When she showers her body is replaced with a completely nude model, but it has 2 problems: 1. it has broken uvs, so applying texture is impossible as is 2. there is no texture, but i think i can patch together a working texture from the regular costume + the towel wearing one + something for the tits. Can someone tell me how i can carefully extract the model of the body and put it back in the game after modifying the uvs? My unity modding skills are kinda weak ;( I managed to extract the model but i think that i destroyed the skeletal data in the process. Having the model somewhere where the modders can get it, this might get someone to make something or they could review the model.
Numbers66 Posted December 16, 2024 Posted December 16, 2024 1 minute ago, randomfella0 said: Forgot to post the in-game pic it's rigged and everything, aside from the texture issue works perfectly fine when replacing the default body. could try switch costumes so it uses this one instead of the main one, at least you can see how well it fits with other animations
randomfella0 Posted December 16, 2024 Posted December 16, 2024 1 hour ago, Numbers66 said: could try switch costumes so it uses this one instead of the main one, at least you can see how well it fits with other animations Switching with mila in the towel works, switching with other body models gives warped results ;( Not sure how unity maps bones, but testing in editor shows that it messes it up with other body models.
Numbers66 Posted December 16, 2024 Posted December 16, 2024 42 minutes ago, randomfella0 said: Switching with mila in the towel works, switching with other body models gives warped results ;( Not sure how unity maps bones, but testing in editor shows that it messes it up with other body models. modding is trial and error so its common XD could be because the other customs use more than one model asset? could try making the body model into the parts you need though that might take longer than just making a model yourself lol
Licant Posted December 17, 2024 Posted December 17, 2024 I don't know about modding nothing but i hope you can do nude mod
randomfella0 Posted December 17, 2024 Posted December 17, 2024 7 hours ago, EndlessNocturne said: the bones might simply differ(aka shower version having much less of them) and if you using same modloader for replacement - it may actually not pass bones at all despite using fbx as source. p.s. don't mind mine previous replies(if you already saw them), I was reading ass after lame sleep spending half of the night trying to mod-_- Im using UABE and exporting as dump, there are less bones in the nude model though. Is there a way to extract the skeleton from an asset file? I have .asset files with bones in them (i can move bones in unity editor) but i cant actually extract them to blender. I see only 2 easy ways to make her completely nude: 1. re rig the nude model by hand 2. extract the some body model with the skeleton, stitch the missing pieces from the nude model, and rig only the missing vertices (part of tits and back)
Numbers66 Posted December 17, 2024 Posted December 17, 2024 5 minutes ago, randomfella0 said: Im using UABE and exporting as dump, there are less bones in the nude model though. Is there a way to extract the skeleton from an asset file? I have .asset files with bones in them (i can move bones in unity editor) but i cant actually extract them to blender. I see only 2 easy ways to make her completely nude: 1. re rig the nude model by hand 2. extract the some body model with the skeleton, stitch the missing pieces from the nude model, and rig only the missing vertices (part of tits and back) might need to completely remake the model and try fit it to the game, at least if thats done, people can use that as a template for other mods?
Lordchaosc Posted December 19, 2024 Author Posted December 19, 2024 I checked the Miside discord and someone posted a nude mod for the game, although it did got removed. Unfortunately I think its a paid mod but I do have the link to the boosty link. https://boosty.to/boris-code I know paid mods isnt welcomed but Im not the one charging for it. I atleast know its possible to do such a thing now
Sagah_ Posted December 20, 2024 Posted December 20, 2024 8 hours ago, Lordchaosc said: I checked the Miside discord and someone posted a nude mod for the game, although it did got removed. Unfortunately I think its a paid mod but I do have the link to the boosty link. https://boosty.to/boris-code I know paid mods isnt welcomed but Im not the one charging for it. I atleast know its possible to do such a thing now That looks like the body taken from the shower scene. Technically naked, yes, but pretty low quality and no nipples or vagina.
Lordchaosc Posted December 20, 2024 Author Posted December 20, 2024 3 hours ago, Sagah_ said: That looks like the body taken from the shower scene. Technically naked, yes, but pretty low quality and no nipples or vagina. I do find it odd that the images shared doesnt show any nipples or hers crotch so its not worth anyone to pay and download it for us. Thanks for pointing it out though. 1
Sagah_ Posted December 20, 2024 Posted December 20, 2024 (edited) 10 hours ago, Lordchaosc said: I do find it odd that the images shared doesnt show any nipples or hers crotch so its not worth anyone to pay and download it for us. Thanks for pointing it out though. This is how the shower body looks like Edited December 20, 2024 by Sagah_ 4
Numbers66 Posted December 20, 2024 Posted December 20, 2024 22 minutes ago, Sagah_ said: This is how the shower body looks like anyone found out how to use this on normal body/costumes yet? if someone so this, can get people to add textures XD
xnajoe Posted December 21, 2024 Posted December 21, 2024 Keeping an eye out on this. Game is fun & she is so cute. As for mods so far I've been able to get BepInEx working with both UniversalAssetLoader & the Skirtless mods. I tried tog get the nude demo mod form https://boosty.to/boris-code working but i could not. Every time i tried to start the game with it installed i got errors in BepInEx. But the game did start but she was not nude & there was no nude option in the Addons tab from the UniversalAssetLoader. So i have no idea how to get that working.
xnajoe Posted December 21, 2024 Posted December 21, 2024 3 minutes ago, xnajoe said: Keeping an eye out on this. Game is fun & she is so cute. As for mods so far I've been able to get BepInEx working with both UniversalAssetLoader & the Skirtless mods. I tried tog get the nude demo mod form https://boosty.to/boris-code working but i could not. Every time i tried to start the game with it installed i got errors in BepInEx. But the game did start but she was not nude & there was no nude option in the Addons tab from the UniversalAssetLoader. So i have no idea how to get that working. Actually a quick update, i got the nude demo mod to work, but i had to fully remove the UniversalAssetLoader mod so that also removed any other mod that used it as well like the Skirtless mod. Thee nude mod demo also seems to alter all her outfits, and is turned on all the time so you can switch it on/off like you can with others from the UniversalAssetLoader. The nude demo mod also isn't exactly nude it just puts her in underware. 1
4k_anon Posted December 23, 2024 Posted December 23, 2024 4 hours ago, jxhdwa531 said: Mila is broken for me If she glitches out try pressing F5 to reload the scene. Worked for me.
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