Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Skinserver working but no skins ingame #8

Open
ghost opened this issue Aug 22, 2015 · 2 comments
Open

Skinserver working but no skins ingame #8

ghost opened this issue Aug 22, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 22, 2015

Hello. I have working skinserver on localhost, everything is ok, uploading, hashing etc but theres no skins ingame..
Im using Tekkit launcher with 1.7.10 Minecraft on it and Forge. My config looks like this http://pastebin.com/JVVJbYXA i had to replace %s.png with just "%s" becouse mod tried to get to /texture/Ryuq instead of /texture/Ryuq.png which caused "WARNING tornado.acces 404 GET", after change there were no errors...but still no any Skins ingame.
I tried example server skinme.cc on first time, i can directly go to my skin skinme.cc/MinecraftSkins/Ryuq.png but its doesnt work for me too, no skin ingame.
Any ideas? I dont have any mods chaning player models or things like this which could collide with UniSkinMod so...i even tried same mod on bare 1.8 with Forge, and still nothing. Dont really know is it issue with Mod or with Server...i could propably wrote this in UniSkinMod instead of Server, well...

And at the end sorry for my poor english, i hope that im quite communicative to explain my issue.

@RecursiveG
Copy link
Owner

I'm not very in this project recently.
And I do received some reports saying the skin not show up. But I'm currently not working on this.
Sorry for that, and I will back when 1.9 Forge comes out.

@tutugreen
Copy link

Which version of UniSkinMod do you use?
I use "UniSkinMod-1.7.10-1.2-dev4.jar" with 1.7.10 and custom UniSkinServer,and it works well.

The older version use url like:http://www.skinme.cc/MinecraftSkins/playername.png

The new version change!:
(for example if server address set to http://www.fantasysky.net/minecraft/skin/ ←it's my server ;D )
The final skin url will like this:
http://www.fantasysky.net/minecraft/skin/textures/915482ec59d605ae9867fb0ceb758f61dca68fa18fdb22ef648a0479cecc2725

And Client will first get http://yourskinserverURL/{playername}.json to know player skin info.It will know playername,model preference, include the long array above(915482ec...2725).And than try to get Skin(which your set on web).
it like this:http://www.fantasysky.net/minecraft/skin/tutugreen.json

ps.sorry for my poor english too..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants