Jump to content

Umamusume: Pretty Derby (Steam)


Recommended Posts

Posted
2 hours ago, Cosmx123 said:

The assets aren't working for me. I can make everyone in swimsuits but not nude. I did everything you said and loaded assets

nvm I fixed that but how do I change this outfit and what outfit is this? changing the winter outfit works fine but the summer softlocksimage.png

Posted

Does anyone know how to lock the chibis to use a certain type of dress or skip drawing them completely? I believe they cause a hard lock when I swap race outfits with casual outfits in UMPD mod loader and the chibis then try to find the body of the wrong one. 

If I could somehow hard code them to always use the type that does exist or just skip looking for a body in the first place, I can swap casual outfits with racing ones and not get locked whenever I hit a loading screen with a chibi

I tried hooking BepInEx for script changing but I could not get it to be successful

Alternatively, does someone know how to completely reskin the racing mesh? I only know how to modify the original for my current mods. Or maybe know how to alter the code to draw a different mesh?

Posted
22 hours ago, FrenchFryFrank said:

Does anyone know how to lock the chibis to use a certain type of dress or skip drawing them completely? I believe they cause a hard lock when I swap race outfits with casual outfits in UMPD mod loader and the chibis then try to find the body of the wrong one. 

If I could somehow hard code them to always use the type that does exist or just skip looking for a body in the first place, I can swap casual outfits with racing ones and not get locked whenever I hit a loading screen with a chibi

I tried hooking BepInEx for script changing but I could not get it to be successful

Alternatively, does someone know how to completely reskin the racing mesh? I only know how to modify the original for my current mods. Or maybe know how to alter the code to draw a different mesh?

cannot do that, only way is mesh edit

 

Posted

Satono_Diamond MOD was created by editing the mesh.
I didn't post it because I slacked off editing the textures of Wet_Dirt.
If there is still no problem, I will post it...

Posted (edited)

Thank you to all Tool_creators.It is thanks to you that these files can be edited.
I updated the mesh slightly. Sorry for those who don't like big breasts...
But I think her legs should be thicker.
Since it is a DMM version, conversion is required to use it on Steam. 
Please use it until the half-naked MOD comes out. wait a little longer for dirt WET

 

Unlocked Super Creek EDIT_file.

King_Halo.rar Biwa_Hayahide.rar Satono_Diamond.rar

Super_Creek_fix.rar

Edited by einnarr
Posted (edited)
13 hours ago, einnarr said:

Thank you to all Tool_creators.It is thanks to you that these files can be edited.
I updated the mesh slightly. Sorry for those who don't like big breasts...
But I think her legs should be thicker.
Since it is a DMM version, conversion is required to use it on Steam. 
Please use it until the half-naked MOD comes out. wait a little longer for dirt WET

King_Halo.rar 2.77 MB · 2 downloads Super_Creek.rar 2.83 MB · 2 downloads Biwa_Hayahide.rar 2.6 MB · 2 downloads Satono_Diamond.rar 3.02 MB · 2 downloads

cannot open
since DMM is encrypted

u should sent me decrypt one for conversion

Edited by goofyahhcats
Posted (edited)
2 hours ago, goofyahhcats said:

cannot open
since DMM is encrypted

u should sent me decrypt one for conversion

Thank you for converting it to the Steam format.

The edit_Ver folder are the decrypted files.

Edited by einnarr
Posted
24 minutes ago, einnarr said:

Thank you for converting it to the Steam format.

The edit_Ver folder are the decrypted files.

super creek cannot loaded in assetstudio

Posted
31 minutes ago, goofyahhcats said:

super creek cannot loaded in assetstudio

sorry.
I don't currently have Edit_date on hand, so it will take some time to re-upload it.
Were the other files okay?

Posted
17 hours ago, goofyahhcats said:

super creek cannot loaded in assetstudio

 

17 hours ago, einnarr said:

sorry.
I don't currently have Edit_date on hand, so it will take some time to re-upload it.
Were the other files okay?

Very excited for these to be posted!

Posted (edited)

I am currently looking for a 'mod' that would allow all characters to wear a bathrobe. I was simply wondering if anyone might perhaps know of a method to achieve this, or where I might find such a 'mod'?

 

Edited by VenusArk
Posted
1 hour ago, VenusArk said:

I am currently looking for a 'mod' that would allow all characters to wear a bathrobe. I was simply wondering if anyone might perhaps know of a method to achieve this, or where I might find such a 'mod'?

 

use UMPD, in Dress Settings
find dress u want
change gender to false, body 4, sub 1, body setting 0
save all

bad point: softlock due to chibi model bathrobe is missing

Posted (edited)

Adding to "goofyahhcats": If you want to avoid chibis, then exclude id 1, 2, 3, 5, 6, 101, 900101, and all ids from 100000 to 200000

This leaves you with changing Swimsuit, Bathrobe, NPC Racing, Human NPCs except Tazuna, and Casual Outfits

----------

Also does anyone know where I can find resources for how to do the decrypt / encrypt myself? Trying to port a mod into DMM

EDIT: nvm, I just did it myself, works like a charm 👍

Edited by Muffination
Posted

Does anyone know how to find the texture2d of the game´s original files? I would like to find for example the texture file of Summer Maru, but cant seem to find it anywhere in umaviewer.

 

Posted
7 hours ago, duxn29 said:

Does anyone know how to find the texture2d of the game´s original files? I would like to find for example the texture file of Summer Maru, but cant seem to find it anywhere in umaviewer.

 

If you have umaviewer, please look for "mtl_bdy0000_00" which contains the character ID.
main textures are bundled together in the asset file.

Posted
On 10/31/2025 at 6:46 AM, einnarr said:

sorry.
I don't currently have Edit_date on hand, so it will take some time to re-upload it.
Were the other files okay?

king halo & biwa is okay
creek is not able open in edit folder

Posted
12 hours ago, einnarr said:

If you have umaviewer, please look for "mtl_bdy0000_00" which contains the character ID.
main textures are bundled together in the asset file.

do you have the file name? i cant find mtl_bdy0000_00 anywhere

Posted
1 hour ago, duxn29 said:

do you have the file name? i cant find mtl_bdy0000_00 anywhere

Substitute the corresponding numbers into 0000_00.
Maruzensky's character ID is 1004, so it becomes "mtl_bdy1004_00"
Typically, _00 represents racing_outfit, and _90 represents the casual _outfit.
Check umaviewer, and if there are any numbers other than "00" or "90" after the underscore, those should be the asset numbers for other costumes.

Posted
6 hours ago, einnarr said:

Substitute the corresponding numbers into 0000_00.
Maruzensky's character ID is 1004, so it becomes "mtl_bdy1004_00"
Typically, _00 represents racing_outfit, and _90 represents the casual _outfit.
Check umaviewer, and if there are any numbers other than "00" or "90" after the underscore, those should be the asset numbers for other costumes.

yeah i finally found it. the texture file of umas that have alt costumes usually has _alpha also, like smaru's is mtl_body1004_30_alpha something

Posted

is it possible to edit models that you exported from umaviewer since they are pmx? or do the clothes need to be full on separate and thats why asset studio is recommended? 
or can you use selection in blender to separate the clothes itself?

Posted
46 minutes ago, dyarku said:

is it possible to edit models that you exported from umaviewer since they are pmx? or do the clothes need to be full on separate and thats why asset studio is recommended? 
or can you use selection in blender to separate the clothes itself?

It depends on the purpose.
Are you editing the Uma Musume model for MMD (the .pmx format is the format that MMD reads)?
Or are you editing the model to reflect it in a game?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...