Skip to content

Installation

RoqueDeicide edited this page Dec 14, 2014 · 3 revisions

Acquiring CryCIL binaries

CryCIL binaries are divided in 2 separate archives, both of which can be downloaded from releases page of CryCIL Github repository: Base Binaries and Main Binaries:

  1. Base Binaries are rarely updated and are marked with BBV{version number} tags.
  2. Main Binaries are marked with V{version number} tags. Release page for each main release always mentions version of Base Binaries it needs.

Installation of binaries

Both Base and Main Binaries archives contain files that are already organized into appropriate folder structure. This means that installation of both is as simple as unpacking them into CryEngine installation folder.

Getting source code

  1. Install preferred Git client. GitExtensions and SourceTree are recommended.
  2. Create folder Code in CryEngine installation folder, if it doesn't exist.
  3. Create folder CryCil in aforementioned Code folder.
  4. Use your Git client to clone CryCIL repository into CryCil folder (clone Url can be found on CryCIL Github repository front page below Settings button)