Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
You'll need to download and install notepad++ (free on their website)
Locate your files, it should be somewhere like this:
C:\_Documents\Rockstar Games\GTA V\Profiles\
I would copy all the files that start with "PGTA" and put them in a folder somewhere on your desktop or something, so you don't mess up the original files if you mess something up.
Right click a file that starts with "PGTA" and click "edit with notepad++"
Delete everything before the weird ÿØÿà thing(do not delete the ÿØÿà) Then save the document.
Finally, right click on the PGTA file and rename it. You want to add ".jpeg" to the end of the name to change the file type. Then the thumbnail for the image SHOULD update and you should have no trouble opening up the file as normal!
The only thing is, there's a few PGTA images that don't have the weird ÿØÿà thing so I haven't been able to figure out how to crack that yet. But this worked on the majority of my images! I'll update if I'm able to figure out more. Hope this helped!
You're a legend
read more about magic numbers or file type signatures on wikipedia:
https://en.wikipedia.org/wiki/List_of_file_signatures
jpg is listed with a few signatures, one of them is "FF D8 FF E0 00 10 4A 46 49 46 00 01" which is bytecode for ÿØÿà�JFIF�
You can use a hexeditor like HxD to edit the file and delete everything in front of the signature (the weird stuff).
Just upload PGTA file here, and convert it, you'll get the picture on the site, and you can download it.
I took a few minutes to write a native tool for this in C. Here's a zip file with an exe build of the tool, along with a copy of the source code in case you don't trust it. The convert.bat script lets you convert many photos at the same time. Just drag one or more PGTA files onto the script to convert all of them at once. This doesn't modify the PGTA files, it just creates new JPGs next to them.
Source code is in the "main.c" file.
https://cdn.discordapp.com/attachments/754119656314503198/1080384930770600037/gta_v_photo_tool.zip
I personally dont need this anymore but DAMN thats actually nice of you to make!