Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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]