CustomSkinLoader

CustomSkinLoader

1M Downloads

[1.7.10] Et Futurum-1.5.5 CustomSkinLoader皮肤加载失效

tytannial opened this issue · 8 comments

commented

重新测试了游戏内容 发现是因为MOD的原因导致 [1.7.10]Et Futurum-1.5.5

这个MOD功能是将1.7.10后MC的新内容加进1.7.10

配置文件内容
capeurls.txt
http://www.skinme.cc/MinecraftCloaks/*.png
skinurls.txt
http://www.skinme.cc/MinecraftSkins/*.png

Forge1617 log日志

[2016-02-15 00:02:56 Texture Downloader #1 INFO] CustomSkinLoader 12.9
[2016-02-15 00:02:56 Texture Downloader #1 INFO] Get a request: http://s.optifine.net/capes/google.png
[2016-02-15 00:02:56 Texture Downloader #1 INFO] Ignore Optifine Cape.
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Get a request: http://skins.minecraft.net/MinecraftCloaks/google.png
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Config file: E:\Minecraft\client.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10.\CustomSkinLoader\skinurls.txt
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Config file loaded.
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Config file: E:\Minecraft\client.minecraft\versions\1.7.10-Forge10.13.4.1614-1.7.10.\CustomSkinLoader\capeurls.txt
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Config file loaded.
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Skin URLs Refreshed. Skin count = 1, Cloak count = 1
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Try to load cloak in http://www.skinme.cc/MinecraftCloaks/google.png
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Response Code: 404
[2016-02-15 00:02:58 Texture Downloader #2 INFO] No cloak found in http://www.skinme.cc/MinecraftCloaks/google.png
[2016-02-15 00:02:58 Texture Downloader #2 INFO] Try to load skin in default URL instead.
[2016-02-15 00:02:59 Texture Downloader #2 INFO] Response Code: 404

commented

我去翻了一下Et Futurum的源代码,看到了这个:
https://github.com/ganymedes01/Et-Futurum/tree/master/src/main/java/ganymedes01/etfuturum/client/skins
大体上是这个mod自身实现了一个新的皮肤加载,更替了原版的加载(因为原版加载默认不支持双层,已经出现过bug,故作者重新实现了一次加载)。
虽然CustomSkinLoader可以较完美支持双层,但在有这个mod的情况下原版的皮肤加载会被忽略。
因此,我无法在存在这种已经自定义皮肤加载的mod下保证CSL能加载皮肤。

解决方案:
#5 (comment)

commented

感谢忙碌 这个MOD我也没用了 开始我以为是forge的问题 害我装了好半天- =

commented

请稍等..不知能否帮忙做一个测试,修改这个mod的配置文件
Skin overlays=false
尝试一下能否正常加载皮肤

commented

加到哪里 额看到了 我去试试

commented

这个mod有一个配置文件,应该是在config/里面
找到
Skin overlays=
将后面的内容从true改成false

commented

成了 皮肤能用了 谢谢

commented

能否给一下具体的配置文件路径?
希望可以将这一问题的解决方案发至mcbbs的帖子上。
当然,会留下您的名字(如果可以的话给一下您的mcbbs id)

commented

那几天上不去MCBBS结果 没看到
http://www.mcbbs.net/forum.php?mod=viewthread&tid=459404
这上面说了

某些皮肤错乱的可在游戏中Mod\Et Futurum,然后把"Skin overlays"改为false
或者配置文件etfuturum.cfg B:"Skin overlays"=ture改为false

哎。。我从CURSE上下的。。。没看到这个