Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If none of you know what happened, ages ago; about three months ago - Mojang changed from a username-based skin storing system to UUIDs (you're now known as a number).
The thing is, this addon uses the old method of retrieving skins; Downloading the skin texture off http://s3.amazonaws.com/MinecraftSkins/<Username>.png, which is what the in-game dialogue window asks for.
However - People are now known by a UUID (aka. a hex "string" of numbers) and it takes more steps to retrieve their "new" skin. (Any skin that was created after they pulled the plug on changing the old skins).
So: You have this - You need a new way to retrieve the up-to-date skins.
(See http://wiki.vg/Mojang_API for more information)
Except - GMOD doesn't support HTTP requests... Does it? (Obviously the Awesomenium platform does, but does GMOD have LUA methods for so?)
ie. aytimothy (username) -> 29c91bd0538b4fb6b212e2393faff119 (UUID) -> https://sessionserver.mojang.com/session/minecraft/profile/4566e69fc90748ee8d71d7ba5aa00d20 (Info for skin) -> [Link to skin]