INSTALL_DATA.md 2.3 KB

V-Gears V-Gears Data Installation Guide

Extract game data.

To install Final Fantasy VII game data, you'll nedd a PC version copy of if. Extract the contents of the installation dist to a folder anywehre you like. For this guide, we'll be calling that folder FFVIIPC/. Once extracted, verify that the directory structure contains the following subdirectories:

FFVIIPC/
├── battle
├── cd
├── field
├── kernel
├── menu
├── midi
├── minigame
├── music
├── sound
└── wm

Install FFmpeg

The installer uses FFmpeg to convert audio files. To do this, it uses the ffmpeg executable in the system, and the sounds files will not be properly installed if there is such executable. In most GNU/Linux distros, ffmpeg is available as a package, so you can install it with your package manager. For the rest of cases, see the downloads page.

It's important that the ffmpeg executable is located in a globally accessed location. To verify this, try to run this command from a console: ffmpeg -version. If ffmpeg version is show, you are all set. If not, you must include the path to the ffmpeg executable to your system PATH environment variable.

Launch the Installer

If you have followed the build and installaton guides, you'll have the game data copied to ~/.v-gears/, and the binaries compilled somewhere (we'll assum they are in ~/V-Gears/build/bin, change the directories according to your system).

On a terminal, do into the game data folder, and from there, run the installer

cd ~/.v-gears/;
~/V-Gears/build/bin/v-gears-launcher;

Run the Installer

In the 'Data Installer' tab, in the 'Import data source' field, select the folder where you extracted the game data (in this guide FFVIIPC/), and in the 'VGears Data Path', select the folder whith the game data (in this guide ~/.v-gears/).

Then just click 'Install Data'.

The process shouldn't take too long. Dont' be discouraged by the huge amount of errors you might see, if at the end you see 'Installation finished', the data is succesfully installed.

Next steps