Package Details: vangers-git r714.fb18b93-3

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)

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:

  1. Install original game files from steam/gog, for example on gog version the game folder is: ~/games/Vangers/game
  2. Create symlink of vangers engine: ln -s /usr/bin/vangers ~/games/Vangers/game/vangers
  3. Clone source code from github somewhere: git clone https://github.com/KranX/vangers and take data folder from it
  4. Copy the data folder contents to ~/games/Vangers/game, overriding existing files
  5. Run the game from ~/games/Vangers/game folder

Latest Comments

ghthor commented on 2022-06-16 08:54 (UTC)

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

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:

  1. Install original game files from steam/gog, for example on gog version the game folder is: ~/games/Vangers/game
  2. Create symlink of vangers engine: ln -s /usr/bin/vangers ~/games/Vangers/game/vangers
  3. Clone source code from github somewhere: git clone https://github.com/KranX/vangers and take data folder from it
  4. Copy the data folder contents to ~/games/Vangers/game, overriding existing files
  5. Run the game from ~/games/Vangers/game folder