Open Source Snapmatic and Savegame viewer/editor for GTA V https://gta5view.syping.de/
Go to file
Ray b8e2e14244 update taiwanese translation 2024-01-25 15:06:49 +01:00
.ci drop Qt4 support, move Source files and few other changes 2023-01-10 19:03:03 +01:00
res update taiwanese translation 2024-01-25 15:06:49 +01:00
src update translations, RDR 2 detection in importFile 2023-10-08 18:40:34 +02:00
.gitattributes add NSIS script for gta5view Installer 2018-02-06 11:26:20 +01:00
.gitignore drop Qt4 support, move Source files and few other changes 2023-01-10 19:03:03 +01:00
.gitmodules replace json serializer with boost, libragephoto upstream 2023-03-29 17:12:32 +02:00
CMakeLists.txt rework ImportDialog and remove ImageCropper 2023-10-05 17:31:41 +02:00
LICENSE prepare 1.5.0 release 2018-02-08 12:39:57 +01:00
LICENSE.GPL prepare 1.5.0 release 2018-02-08 12:39:57 +01:00
LICENSE.LGPL prepare 1.5.0 release 2018-02-08 12:39:57 +01:00
README.md replace internal RagePhoto with libragephoto, few other changes 2023-01-27 20:09:43 +01:00

README.md

gta5view

Open Source Snapmatic and Savegame viewer/editor for GTA V

  • View Snapmatics with the ability to disable them in-game
  • Edit Snapmatic pictures and properties in multiple ways
  • Import/Export Snapmatics, Savegames and pictures
  • Choose between multiple Social Club accounts as GTA V profiles IDs

Screenshots

Snapmatic Picture Viewer
User Interface
Snapmatic Properties

Build gta5view for Windows

# Note: Install Docker Community Edition and Git before continuing
docker pull sypingauto/gta5view-build:1.10-static
git clone --recurse-submodules https://gitlab.com/Syping/gta5view
docker run --rm -v "$PWD/gta5view:/gta5view" -it sypingauto/gta5view-build:1.10-static
mingw64-qt-cmake -B /gta5view/build /gta5view
cmake --build /gta5view/build

Build gta5view for Debian/Ubuntu

sudo apt-get install cmake git gcc g++ libqt5svg5-dev make qtbase5-dev qttranslations5-l10n
git clone --recurse-submodules https://gitlab.com/Syping/gta5view
cmake -B gta5view-build gta5view
cmake --build gta5view-build
sudo cmake --install gta5view-build

Build gta5view for Arch/Manjaro

sudo pacman -S cmake gcc git make qt5-base qt5-svg qt5-tools qt5-translations
git clone --recurse-submodules https://gitlab.com/Syping/gta5view
cmake -B gta5view-build gta5view
cmake --build gta5view-build
sudo cmake --install gta5view-build

Build gta5view for Fedora/RHEL

sudo dnf install cmake git gcc gcc-c++ make qt5-qtbase-devel qt5-qtsvg-devel qt5-qttranslations
git clone --recurse-submodules https://gitlab.com/Syping/gta5view
cmake -B gta5view-build gta5view
cmake --build gta5view-build
sudo cmake --install gta5view-build