-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gregory Kimball
authored
Apr 29, 2018
1 parent
910dad0
commit dbea293
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# FarCry2_trainer | ||
|
||
WPF application for creating Far Cry 2 mods. | ||
|
||
The tools are based on the great work by Gibbed, and the necessary binaries are included under ./Resources/gibbed.zip. | ||
|
||
Dependencies under https://github.com/gibbed/ | ||
Gibbed.Dunia | ||
Gibbed.IO | ||
Gibbed.ProjectData | ||
Gibbed.Squish | ||
NDesk.Options (Gibbed fork) | ||
|
||
The trainer has been tested with Steam version 1.03 of Far Cry 2, and may not work with other versions. | ||
|
||
By default the trainer uses "~/FarCry2_trainer" as a working directory to store game files, mod files, and Gibbed binaries. | ||
|
||
Please make sure to begin with unmodded patch.dat and patch.fat files so that the trainer will be able to revert to an unmodded game if desired. |