Grand Theft Auto V Legacy

Grand Theft Auto V Legacy

Zobacz statystyki:
nim 14 kwietnia 2015 o 0:43
Where are Snapmatic shots saved?
Game says it's saving them to "Gallery"... Can't find them in the game or on my computer! Anyone know where they are stored?
< >
Wyświetlanie 16-30 z 36 komentarzy
Rabid 7 stycznia 2017 o 21:16 
okay, nevermind. Every editor I used had issues except the one I didn't, Photoshop. lol
darkleafeon 26 stycznia 2019 o 22:40 
I don't like to post things often, but I've found the solution to the problem and anyone can do it! So I needed to share!

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!
darkleafeon 16 kwietnia 2019 o 19:14 
^I wish I knew about that sooner, awesome!
TrinityWarden 17 kwietnia 2019 o 4:35 
Its pretty dope, huh? ^^
globefish23 10 lipca 2019 o 4:37 
Początkowo opublikowane przez HotCakeX:
There might be more than 70 files in that folder so if you have to add .jpg to each of them one by one it's gonna take a while. instead in the folder where those files are located do this:

  • Open the folder and Shift + Right-click in it and select the command prompt in the context menu then enter

  • Ren *.* *.jpg
https://www.bulkrenameutility.co.uk
smhily 28 lutego 2020 o 9:09 
Początkowo opublikowane przez darkleafeon:
I don't like to post things often, but I've found the solution to the problem and anyone can do it! So I needed to share!

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
sgtflowerschris 7 listopada 2020 o 22:36 
Początkowo opublikowane przez darkleafeon:
I don't like to post things often, but I've found the solution to the problem and anyone can do it! So I needed to share!

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!
Worked perfectly. :D
dommlic 25 stycznia 2021 o 3:46 
just to add some info to this: the weird ÿØÿà�JFIF� thing is called the magic number and denotes the file type, in this case jpg.
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).
darkleafeon 25 stycznia 2021 o 14:36 
Wow, I always wanted to know more about that! Thanks! ^0^
A Dish Served Warm 22 września 2021 o 16:55 
I found my pics in C:\Users\username\Saved Games\CitizenFX\GTA5 if anyone having issues finding em'
Gypsy Wari 26 października 2021 o 10:18 
https://gtav.manaspatel.com/

Just upload PGTA file here, and convert it, you'll get the picture on the site, and you can download it.
Torphedo 28 lutego 2023 o 23:04 
Początkowo opublikowane przez dommlic:
just to add some info to this: the weird ÿØÿà�JFIF� thing is called the magic number and denotes the file type, in this case jpg.
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).

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
Ostatnio edytowany przez: Torphedo; 28 lutego 2023 o 23:06
Początkowo opublikowane przez Törphedo:
Początkowo opublikowane przez dommlic:
just to add some info to this: the weird ÿØÿà�JFIF� thing is called the magic number and denotes the file type, in this case jpg.
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).

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!
darkleafeon 5 marca 2023 o 22:12 
You are awesome! Thank you!!!
< >
Wyświetlanie 16-30 z 36 komentarzy
Na stronę: 1530 50

Data napisania: 14 kwietnia 2015 o 0:43
Posty: 36