![]() |
|
Tutorial How to convert your gta snapmatic photos into valid big files with AI - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Tutorial How to convert your gta snapmatic photos into valid big files with AI (/Thread-Tutorial-How-to-convert-your-gta-snapmatic-photos-into-valid-big-files-with-AI) |
How to convert your gta snapmatic photos into valid big files with AI - conspir4cy - 08-07-2021 Hi! This time i wanna see you how to use your own PC taken pictures. PART 1 - PREPARING First at all we must go to the location of the files. Code: C:\Users\<your-userpath>\Documents\Rockstar Games\GTA V\Profiles\<your-profile-folder>Then we should open one of the files and in a hex Editor like this one (hxD), if you like terminal then this python version should be good: PyHex My tutorial will use hxD, is fully working with Windows 10 latest builds ![]() Lets open hxD and go to location. copy all files named PGTArandom-number into another folder. it should be like this: then change ALL FILES extension to .jpg but.. it will be boring really? then open CMD and run this command in the directory you are: Code: rename *.* *.jpgi recommend you copy it into your desktop so you will run: Code: cd Desktop/folder
rename *.* *.jpgPART 2 - FILE FIXING Here comes the technical part of the game ![]() open hxD, then open one of the files renamed. it should see like this: ![]() but ¿what is that? ![]() well, is hex-coded text with their traslation to plain-text. we should remove the header (extra-header) that GTA app adds to normal images. ¿but how to recognize it? easy, first lets take a look to this normal file header: header contains 4 specific characters. so... let's see first if you will find the header ![]() done? yeah! this is the extra header: ![]() let's select it and remove using Supr key (del key in english keyboards). then save it and voilá! a working JPEG FILE!!! ![]() PART 3 - Deep Learning Enhancement wait... we converted the files but is too little we cannot use it in our mega poster for our big room.we... there is a solution AI Enhancement (enlarger)!!!there are several tools for this but i gonna show you this online tool: imglarger. let's search for it, open the images (once by time, do not try several tries without reloading the page or error will stops you from continue). ![]() just load our files and then use it and select the scale mode to convert them and VOILÁ. big nice pictures of our work as GTA photographer! Enjoy! note: i will wait for your feedback RE: How to convert your gta snapmatic photos into valid big files with AI - mothered - 08-08-2021 Moved from The Lounge forum to Tutorials. RE: How to convert your gta snapmatic photos into valid big files with AI - conspir4cy - 08-08-2021 (08-08-2021, 03:23 AM)mothered Wrote: Moved from The Lounge forum to Tutorials. Thank you!!!
RE: How to convert your gta snapmatic photos into valid big files with AI - mothered - 08-08-2021 (08-08-2021, 03:24 AM)conspir4cy Wrote:You're most welcome.(08-08-2021, 03:23 AM)mothered Wrote: Moved from The Lounge forum to Tutorials. Thanks also for an excellent In depth guide. |