Decorações de ped
Navegue pelas 3.373 decorações de ped do jogo base e de todos os pacotes de DLC: a arte do overlay, a mesma decoração desenhada em um ped freemode para você ver onde ela fica, a coleção, a zona e o gênero, além dos hashes de coleção e overlay com o Lua AddPedDecorationFromHashes pronto.
Por enquanto, esta ferramenta e as notas dela estão em inglês.
How to use it
Search by overlay name, shop name, collection or texture dictionary, then narrow it down with the collection, zone, ped and kind filters. Click a picture to open the panel: it has the artwork on its own, the same decoration drawn on a freemode ped, every hash in copyable form and ready Lua. Your filters and your pick stay in the address bar, so a link opens on exactly the tattoo you mean.
Applying one in game
local ped = PlayerPedId()
-- collection first, then the overlay name
AddPedDecorationFromHashes(ped, `mpbeach_overlays`, `MP_Bea_M_Back_000`)
-- take them all off again
ClearPedDecorations(ped)
-- or keep scars
ClearPedDecorationsLeaveScars(ped)The backticks are FiveM's hash literals: the game wants the joaat of the collection name and of the overlay name, not the strings. If you are somewhere backticks do not work, the panel also gives the signed, unsigned and hex numbers.
Things that trip people up
- Order matters. The first hash is the collection (the name of the overlay file, like
mpbiker_overlays), the second is the overlay itself. Swapping them silently does nothing. - Decorations do not survive a model change. Reapply them after
SetPlayerModel, after a respawn and after clothing changes that reset the ped. - Male and female entries are separate. Most tattoos ship as two overlays with
_Mand_Fendings and slightly different placement. Use the one that matches the ped. - DLC decorations need the build. A collection from a newer pack only exists if your server runs a game build that includes it (
sv_enforceGameBuild). - Crew emblems are not in here as pictures. Those overlays point at a texture the game builds at runtime from the player's crew, so there is nothing to show.
About the previews
The artwork is the decoration's own texture, trimmed to the part that is actually used. The ped picture is the same decoration placed on our own conversion of the freemode ped, with one camera per zone, so you can see where it lands before you load the game. A handful of entries have nothing visible on the ped (they sit outside the drawn body parts) and show the artwork only.
Placing your own
Every panel links into the 3D Tattoo Editor at that exact spot, zone, scale and rotation. Handy when you want your own artwork to sit where a game tattoo sits.
Mais ferramentas de referências
Navegador de Modelos e Hashes
Busque mais de 900 veículos, mais de 1.100 peds e todas as armas, com fotos, spawn names e hashes.
Mapa Interativo
O mapa inteiro do GTA V no navegador: um mapa 2D com coordenadas e um mundo 3D para percorrer com uma freecam ou a pé.
Navegador de animações
Toque animações do GTA V num ped freemode em 3D. Todos os dicionários e clipes do jogo, mais cenas sincronizadas com dois peds e os props delas.
