Skip to content

Compiling project from source

Stan Bobovych edited this page Aug 17, 2015 · 5 revisions

The project is divided into two major parts. The first part consists of a collection of Python libraries and scripts for mod tools. The second part consists of C++ and C# code for mods.

Python - source
The Python code can be found in the src/ directory. Any file that has "magic" in its name is a tool. To use the Python scripts, you must have the following dependencies installed:
Python 2.7
pyyaml
pycrypto 2.6.1
upx391

Optionally, some old/experimental code requires these:
wxpython 2.9.4
pydot
pyparsing

Python - binaries
In order to freeze the Python scripts into EXEs, you must have these installed:
pyinstaller 2.1
pywin32
Simply run bia_tools.bat script located in the root of the project and the EXEs will be generated and put into dist/ directory.

C++/C#
Visual Studio 2015
Microsoft Detours
Boost

Clone this wiki locally