CustomSkinLoader

CustomSkinLoader

1M Downloads

皮肤加载优先级有问题

SekiBetu opened this issue · 4 comments

commented

有人占用了我的skinme的ID,然后我正版验证在skinme里强制注册了ID,但是游戏里没有显示我的皮肤,我上一个问题问了下优先级,于是发现bleesing比较优先,于是我去bleesing skin注册了ID,把游戏全删除重新进入,还是别人的皮肤(我是正版,正版皮肤清除了)
snipaste_2018-11-04_11-25-08
- blessing skin
- - minecraft skinme
2018-11-04_11 13 23

commented

[2018-11-04 12:05:24 XIBIE INFO] Loading XIBIE's profile.
[2018-11-04 12:05:24 XIBIE INFO] 1/4 Try to load profile from 'Mojang'.
[2018-11-04 12:05:24 XIBIE INFO] Try to read 'https://api.mojang.com/users/profiles/minecraft/XIBIE'
[2018-11-04 12:05:25 XIBIE INFO] Successfully read (Response Code: 200 , Content Length: 56)
[2018-11-04 12:05:25 XIBIE INFO] Try to read 'https://sessionserver.mojang.com/session/minecraft/profile/b09851ca5c9d45d08f6610958d2f6d3a'
[2018-11-04 12:05:26 XIBIE INFO] Successfully read (Response Code: 200 , Content Length: 250)
[2018-11-04 12:05:26 XIBIE INFO] Profile not found.(XIBIE doesn't have skin/cape.)
[2018-11-04 12:05:26 XIBIE INFO] 2/4 Try to load profile from 'BlessingSkin'.
[2018-11-04 12:05:26 XIBIE INFO] Try to read 'https://skin.prinzeugen.net/csl/XIBIE.json'
[2018-11-04 12:05:26 XIBIE INFO] Successfully read (Response Code: 200 , Content Length: 45)
[2018-11-04 12:05:26 XIBIE INFO] Both skin and cape not found.
[2018-11-04 12:05:26 XIBIE INFO] 3/4 Try to load profile from 'SkinMe'.
[2018-11-04 12:05:26 XIBIE INFO] Try to read 'http://www.skinme.cc/uniskin/XIBIE.json'
[2018-11-04 12:05:26 XIBIE INFO] Successfully read (Response Code: 200 , Content Length: -1)
[2018-11-04 12:05:26 XIBIE INFO] XIBIE's profile loaded.
[2018-11-04 12:05:26 XIBIE INFO] (SkinUrl: http://www.skinme.cc/uniskin/textures/skinme_skin_760514 , Model: default , CapeUrl: http://www.skinme.cc/uniskin/textures/skinme_cloak_99520)
[2018-11-04 12:07:11 XIBIE INFO] Loading XIBIE's profile.
[2018-11-04 12:07:11 XIBIE INFO] Cached profile will be used.
[2018-11-04 12:07:11 XIBIE INFO] (SkinUrl: http://www.skinme.cc/uniskin/textures/skinme_skin_760514 , Model: default , CapeUrl: http://www.skinme.cc/uniskin/textures/skinme_cloak_99520)

原因找到了,加载那个blessingskin失败,不知道为什么skinme加载的皮肤不是我的(果然skinme这个网站已经死了,我用正版挤掉也没用,盗版覆盖正版皮肤)

commented

CSL 13.10这是哪一年的产物..我查一查..
2016.7
先更新到最新的CustomSkinLoade(正式版14.9 测试版14.10)试一下有没有问题吧

commented

{
"version": "13.10",
"enable": true,
"enableCache": true,
"enableSkull": true,
"enableTransparentSkin": false,
"loadlist": [
{
"name": "Mojang",
"type": "MojangAPI"
},
{
"name": "BlessingSkin",
"type": "CustomSkinAPI",
"root": "https://skin.prinzeugen.net/csl/"
},
{
"name": "SkinMe",
"type": "UniSkinAPI",
"root": "http://www.skinme.cc/uniskin/"
},
{
"name": "McSkin",
"type": "CustomSkinAPI",
"root": "http://www.mcskin.cc/"
}
]
}

commented

未补充有效信息,请在补充后重新打开issue