plunmup Posted July 24, 2025 Posted July 24, 2025 hello, i have made a simple texture mod for one of the swim suit models (global ver.) i tried also to change the model so that it has better geometry but it did not work in the game, i think i will have to restart it from scratch. if i succeed i will probably not make nude edits right away for the rest of the swimsuits because it is so tedious. instead i will make partial nude outfits for super creek to improve my skill and come back to swimsuits when it is more appealing. i am interested in the technical side a little bit, it would be good if we can create a program that automates finding and repacking the files or at least the textures. it seems simple but so time consuming right now. if we include that to the modloader, could be we don't have to make different versions for different regions 5
plunmup Posted July 25, 2025 Posted July 25, 2025 unfortunately no matter what i try the model import either invisible, crashes the game, or looks like a skeleton like this: Spoiler i am following tutorial linked by goofyahhcats so i do not know why it fails. could anyone list their process repacking from blender/exported fbx or how it is different from linked tutorial? i have tried umamusume's unity version, tutorial's unity version, and first unity version that does not give fbx error when importing (2022) and all fail. 1
asadfolghauis Posted July 25, 2025 Posted July 25, 2025 1 hour ago, plunmup said: unfortunately no matter what i try the model import either invisible, crashes the game, or looks like a skeleton like this: Reveal hidden contents i am following tutorial linked by goofyahhcats so i do not know why it fails. could anyone list their process repacking from blender/exported fbx or how it is different from linked tutorial? i have tried umamusume's unity version, tutorial's unity version, and first unity version that does not give fbx error when importing (2022) and all fail. I had that happen when I exported the camera and lamp during the export fbx from blender part. It could be something else though? Like not closing UABE at the right parts? Also does anyone know why my swimsuit mesh edit is getting cut in half and how I can fix it? Spoiler When importing back into Unity, there's verticies with no weight which I think could be it: ImportFBX Warnings: Mesh 'M_Body_1' has 25 (out of 2750) vertices with no weight and bone assigned (they will be assigned to bone #0 with weight 1). The list of vertices: 1887, 1909, 2044, 2188, 2211, 2212, 2213, 2237, 2239, 2241 and so on... UnityEngine.GUIUtility:ProcessEvent (int,intptr) And when taking a look in blender I was able to find the verticies with no vertex group in the original mesh which looks like it lines up with the broken new mesh in viewer. Spoiler I'm just not sure if I did something wrong with the assetripper to Unity part or that the default mesh requires something else. Newish to Blender so not sure how to fix in there if I'm even supposed to.
plunmup Posted July 25, 2025 Posted July 25, 2025 23 minutes ago, asadfolghauis said: I had that happen when I exported the camera and lamp during the export fbx from blender part. It could be something else though? Like not closing UABE at the right parts? i have tried using the game model as the "new" model for test, and it still caused a skeleton without any blender involved. i will look again at uabe and see if i can find the problem.
Byakko888 Posted July 25, 2025 Posted July 25, 2025 2 hours ago, plunmup said: unfortunately no matter what i try the model import either invisible, crashes the game, or looks like a skeleton like this: I haven't modded in a few years, but last I had a skeleton looking model, it was because the units and scale I had in blender did not match the game.
Superant19 Posted July 26, 2025 Posted July 26, 2025 On 7/19/2025 at 4:41 AM, 楪蘭楓 said: Added support for more characters. Agnes Digital Air Messiah Bubble Gum Fellow Buena Vista Cheval Grand Copano Rickey Curren Chan Daitaku Helios Espoir City Fine Motion Furioso Grass Wonder Haru Urara Jungle Pocket Katsuragi Ace King Halo Matikanefukukitaru Matikanetannhauser Mayano Top Gun Mejiro Dober Nice Nature Nishino Flower Rhein Kraft Sakura Bakushin O Sakura Chiyono O Sakura Laurel Smart Falcon Special Week Symboli Rudolf Tokai Teio Tosen Jordan Yaeno Muteki Knot of Ecstasy.zip 247.78 MB · 772 downloads How exactly do we install this? Do I extract the .zip into "C:\Users\{UserName}\AppData\LocalLow\Cygames\Umamusume\dat or %AppData%\..\LocalLow\Cygames\Umamusume\dat"
Numbers66 Posted July 26, 2025 Posted July 26, 2025 4 hours ago, Superant19 said: How exactly do we install this? Do I extract the .zip into "C:\Users\{UserName}\AppData\LocalLow\Cygames\Umamusume\dat or %AppData%\..\LocalLow\Cygames\Umamusume\dat" dont think its a Global Version so might not work...
Geto999 Posted July 26, 2025 Posted July 26, 2025 Why do you upload things here? that are not for steam version ,clearly written umamusume-pretty-derby-steam open glases people.
rapid2007 Posted July 26, 2025 Posted July 26, 2025 1 hour ago, Geto999 said: Why do you upload things here? that are not for steam version ,clearly written umamusume-pretty-derby-steam open glases people. This is also umamusume-pretty-derby-steam. There are two servers on steam. A global server and a Japanese server. This mod is for the Japanese server, not the global server.
plunmup Posted July 27, 2025 Posted July 27, 2025 unfortunately all i try fail for packing models. the skeleton bug is not a blender export problem, it happen even when trying to repack the original fbx as long as you treat it like edited model (use generate skin mesh script in unity, etc.) it is also not a problem of not closing the file properly in uabe. if people who succeed when repacking models could tell me the unity version, uabe version, etc or could give a video that just show them repacking a model, maybe that helps. for now i stay to texture edits against my will.
goofyahhcats Posted July 27, 2025 Author Posted July 27, 2025 (edited) 44 minutes ago, plunmup said: unfortunately all i try fail for packing models. the skeleton bug is not a blender export problem, it happen even when trying to repack the original fbx as long as you treat it like edited model (use generate skin mesh script in unity, etc.) it is also not a problem of not closing the file properly in uabe. if people who succeed when repacking models could tell me the unity version, uabe version, etc or could give a video that just show them repacking a model, maybe that helps. for now i stay to texture edits against my will. not sure but here skinned mesh modding guide & revised by chatgpt tell is anyone want fix this guide, tried all this Edited July 27, 2025 by goofyahhcats 1
FurryKyun Posted July 27, 2025 Posted July 27, 2025 On 7/25/2025 at 1:03 PM, plunmup said: unfortunately no matter what i try the model import either invisible, crashes the game, or looks like a skeleton like this: Hide contents i am following tutorial linked by goofyahhcats so i do not know why it fails. could anyone list their process repacking from blender/exported fbx or how it is different from linked tutorial? i have tried umamusume's unity version, tutorial's unity version, and first unity version that does not give fbx error when importing (2022) and all fail. this looks like a scale problem to me, either the model is bigger or smaller than the original one, if you could share the fbx/blend file i could look into it
Guest Posted July 27, 2025 Posted July 27, 2025 On 7/19/2025 at 7:41 AM, 楪蘭楓 said: Added support for more characters. Agnes Digital Air Messiah Bubble Gum Fellow Buena Vista Cheval Grand Copano Rickey Curren Chan Daitaku Helios Espoir City Fine Motion Furioso Grass Wonder Haru Urara Jungle Pocket Katsuragi Ace King Halo Matikanefukukitaru Matikanetannhauser Mayano Top Gun Mejiro Dober Nice Nature Nishino Flower Rhein Kraft Sakura Bakushin O Sakura Chiyono O Sakura Laurel Smart Falcon Special Week Symboli Rudolf Tokai Teio Tosen Jordan Yaeno Muteki Knot of Ecstasy.zip 247.78 MB · 926 downloads So this doesn't work on the Global/English version? How hard is that to port over and is it being worked on?
dgainey Posted July 28, 2025 Posted July 28, 2025 7 hours ago, BLACKGODCOMPLEX said: So this doesn't work on the Global/English version? How hard is that to port over and is it being worked on? The files are probably identical, it's a matter of: - Identify which file goes to which character in the JP version - locate said file in the Global directory - Change filename so it specifies correct file in Global.
Numbers66 Posted July 28, 2025 Posted July 28, 2025 9 hours ago, dgainey said: The files are probably identical, it's a matter of: - Identify which file goes to which character in the JP version - locate said file in the Global directory - Change filename so it specifies correct file in Global. so doing it manually will take a very long time lol
goofyahhcats Posted July 28, 2025 Author Posted July 28, 2025 (edited) 9 hours ago, dgainey said: The files are probably identical, it's a matter of: - Identify which file goes to which character in the JP version - locate said file in the Global directory - Change filename so it specifies correct file in Global. different unity version DMM version are compiled assetbundle & have added bone. so it doesn't not work unless re-weight group i using mesh generate & UABEA method Edited July 28, 2025 by goofyahhcats 4
kxxxd Posted July 29, 2025 Posted July 29, 2025 On 7/18/2025 at 3:06 PM, dgainey said: The MOD MANAGER is not robust enough to use in tandem with modding yet. Its backup system is unreliable, occasionally losing track of core files. Instead of moving backups, it should be generating copies to prevent data loss due to collision when editing. As it stands, if some but not all of the files in the original data pack match the files in a mod, the mod can be labeled as "Active" when it is not. and the manager cannot correctly parse the change. It can lead to certain complications. You also have to switch a mod off before changing the files, or the mod enters an un-readable sub-state. Basically, there are some data errors to be managed. Yeah I know the current backup system for the original files is not the best solution, Steam not redownloading the original files automatically when you deactivate (remove/delete) a modded file is annoying 😅 I'll see what changes to implement. 1
entertheeversogrowingvoid Posted July 29, 2025 Posted July 29, 2025 damn, no futa mods yet we live in a society 2
kuromicola Posted July 30, 2025 Posted July 30, 2025 6 hours ago, entertheeversogrowingvoid said: damn, no futa mods yet we live in a society Futa mods always require some level of extra attention because of clipping, sizes, physics etc but god i wish more people made em 3
Numbers66 Posted July 30, 2025 Posted July 30, 2025 8 hours ago, fixphantomcheer said: Futa mods always require some level of extra attention because of clipping, sizes, physics etc but god i wish more people made em Dont even have basic nude mods for everyone yet, lets figure that out first lol 3
西域23 Posted July 31, 2025 Posted July 31, 2025 What do I need to do to install these mods? please I tried to copy the file and overwrite it in this path, but it doesn’t seem to take effect.
goofyahhcats Posted July 31, 2025 Author Posted July 31, 2025 (edited) 2 hours ago, 西域23 said: What do I need to do to install these mods? please I tried to copy the file and overwrite it in this path, but it doesn’t seem to take effect. costume mod are made 3* you need unlock first i don't recommend overwrite, there a fork called UMPD Mod Loader (original made for JPN) but only mod support that Edited July 31, 2025 by goofyahhcats
Numbers66 Posted July 31, 2025 Posted July 31, 2025 Any updates of Nude mods for this or are they being shared somewhere else?
Soninthe3rd Posted August 1, 2025 Posted August 1, 2025 (edited) 13 hours ago, 西域23 said: What do I need to do to install these mods? please I tried to copy the file and overwrite it in this path, but it doesn’t seem to take effect. You have to have mods that are specific to your version, whether that be the Steam or DMM version, which there are only about 3-4 mods for the Steam version at the moment Edited August 1, 2025 by Soninthe3rd
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