This repository contains a fork of the mod RFCEurope
for Civilization IV: Beyond the Sword, based on the popular Rhye's and Fall of Civilization mod.
This fork enhances the original mod with some changes:
- add BUG Mod (v4.4)
- add BULL Mod (v1.2)
- add Blue Marble mod (v4.50)
- add RFC DoC soundtrack for middle east civilizations
More information about the original mod can be found on the CivFanatics forum.
Check the file ChangeLog.txt
for all modifications.
Clone this repository into your mod folder (Beyond the Sword/Mods/
).
You can also download a zip archive in the release section.
You can still access SVN revisions using the original
branch of the repository.
All contribution are welcome!
To ensure that you follow the development workflow, please setup the pre-commit hooks:
pre-commit install
To interact with all existing Python modules, use the following command to populate the PYTHONPATH
of your Python interpreter (relative to the project root):
export PYTHONPATH=$(./export-paths.sh)
The Python version used by the in-game interpreter is 2.4.1
.
- Dawn of Civilization: Some data structures and project logics are taken from this excellent mod!