Skip to content

VDuchauffour/RFCEurope

Repository files navigation

RFCEurope Enhanced Edition (RFC3E)

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:

More information about the original mod can be found on the CivFanatics forum.

Check the file ChangeLog.txt for all modifications.

️⚙️ Installation

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.

⛏️ Development

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.

Acknowledgements