ynohtna / PatcherGUI

A tool to install and maintain modifications for XCOM: EU/EW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PatcherGUI

A tool to install and maintain modifications for XCOM: EU/EW

How to compile under Linux:

Install gcc-c++ (g++) compiler, cmake, git and wxGTK-devel v.3.0+ package available for your distribution repository.

Clone github repo and compile the project:

git clone https://github.com/wghost/PatcherGUI.git
cd PatcherGUI/build
cmake .
make

PatcherGUI executable is placed into main project folder, so resulting directory/file structure should look like this:

PatcherGUI/
  binaries/
    DecompressLZO
    PatchUPK
  favicon.ico
  PatcherGUI
  PatcherGUIReadme.txt

DecompressLZO and PatchUPK are part of UPKUtils project: https://github.com/wghost/UPKUtils You need to build those separately and manually place them into binaries directory.

By default PatcherGUI looks for DecompressLZO and PatchUPK inside binaries directory, but this can be changed with "Advanced -> Settings" menu option.

About

A tool to install and maintain modifications for XCOM: EU/EW

License:GNU General Public License v2.0


Languages

Language:C++ 90.3%Language:Shell 8.6%Language:CMake 1.0%