zatrit / openmcskins2

Open-source skin loader for Minecraft
12 stars 0 forks source link

How to even load local skins? #24

Closed GhostOps77 closed 4 months ago

GhostOps77 commented 4 months ago

I can't find any proper documentation on how to do it. All i have done is added a local host, and i've put my skin's png into the .minecraft/config/openmcskins/local/ directory. And all it did was load in some other skin that looks like a guy with a big moustache, in an armour (seems like a FALLBACK skin). Am i missing something here?

I use fabric loader, and MC version is 1.20.4

config file:

cacheTextures = true
verboseLogs = false
refreshOnConfigSave = true
loaderTimeout = 2.0
uuidMode = "OFFLINE"

[[hosts]]
type = "LOCAL"

[hosts.properties]
directory = "#{configDir}/openmcskins/local"

[[hosts]]
type = "MOJANG"

[[hosts]]
type = "FALLBACK"
zatrit commented 4 months ago

Duplicate of #23

GhostOps77 commented 4 months ago

@zatrit I don't have any folder in any of those names (textures, metadata). I don't even have the skins folder

can u be more elaborate on the folder structure?

zatrit commented 4 months ago

You can create them manually, but as soon as it becomes possible to work on the mod, I will implement their automatic creation

GhostOps77 commented 4 months ago

ok, now i've managed to load in my skin into the game. but i got an extra pants to it. how can i remove them?

image

GhostOps77 commented 4 months ago

ok nvm, i have to restart minecraft for it to be gone now its working good