MightyFilipns / GTA5-catalog-downloader

A simple program that downloads the GTA5 online catalog and decompresses it
MIT License
1 stars 0 forks source link

New catalog_name #1

Open LordByronRS opened 4 months ago

LordByronRS commented 4 months ago

If you know how to, could you give us an explanation on how to find the current/newest catalog_name or update the hardcoded one?

MightyFilipns commented 4 months ago

By sending an GetCatalog GET request with with a valid RSACCESS token in the Authorization header

MightyFilipns commented 4 months ago

I usually get them by intercepting the game's SSL traffic

LordByronRS commented 3 months ago

If you have time, could you maybe update it to the current version? I am probably not competent enough to do that myself.

yubie-re commented 3 months ago

https://github.com/yubie-re/netcatalog

this has the code you need for it, you just need to find the RSACCESS and the transaction server domain in the dump (shouldn't be too hard)