If you use the data files from GOG, the don't include the script source files *.scr, so you need to compile vangers using -DBINARY_SCRIPT=ON
Search Criteria
Package Details: vangers-git r714.fb18b93-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/vangers-git.git (read-only, click to copy) |
---|---|
Package Base: | vangers-git |
Description: | The video game that combines elements of the racing and role-playing genres |
Upstream URL: | https://github.com/KranX/vangers |
Keywords: | game vangers |
Licenses: | GPL3 |
Conflicts: | vangers |
Provides: | vangers |
Submitter: | Gigas002 |
Maintainer: | Gigas002 |
Last Packager: | Gigas002 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-03-28 01:16 (UTC) |
Last Updated: | 2024-01-17 12:49 (UTC) |
Dependencies (10)
- clunk-vangers-gitAUR (make)
- cmake (cmake-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libogg (libogg-gitAUR) (make)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR) (make)
- make (make-gitAUR) (make)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR) (make)
- sdl2_net (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (0)
Sources (1)
Latest Comments
ghthor commented on 2022-06-16 08:54 (UTC)
Gigas002 commented on 2022-03-28 08:00 (UTC)
The package just compiles the vangers
engine to /usr/bin/vangers
. To play the game you'll need game files from steam/gog. Steps after installing package:
- Install original game files from steam/gog, for example on gog version the game folder is:
~/games/Vangers/game
- Create symlink of
vangers
engine:ln -s /usr/bin/vangers ~/games/Vangers/game/vangers
- Clone source code from github somewhere:
git clone https://github.com/KranX/vangers
and takedata
folder from it - Copy the
data
folder contents to~/games/Vangers/game
, overriding existing files - Run the game from
~/games/Vangers/game
folder
Pinned Comments
Gigas002 commented on 2022-03-28 08:00 (UTC)
The package just compiles the
vangers
engine to/usr/bin/vangers
. To play the game you'll need game files from steam/gog. Steps after installing package:~/games/Vangers/game
vangers
engine:ln -s /usr/bin/vangers ~/games/Vangers/game/vangers
git clone https://github.com/KranX/vangers
and takedata
folder from itdata
folder contents to~/games/Vangers/game
, overriding existing files~/games/Vangers/game
folder