Skip to content

Enhanced edition of the RFCEurope mod for Civilization IV: Beyond the Sword, based on the popular Rhye's and Fall of Civilization mod.

License

Notifications You must be signed in to change notification settings

VDuchauffour/RFCEurope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93134d6 · Oct 20, 2024
May 12, 2024
Sep 2, 2024
Oct 19, 2024
Oct 18, 2024
Oct 20, 2024
May 11, 2024
Dec 12, 2018
Jun 10, 2024
Sep 2, 2024
Aug 29, 2023
May 12, 2024
May 20, 2024
Oct 6, 2024
Sep 24, 2023
May 12, 2024
Sep 2, 2024
Apr 29, 2015
Sep 2, 2024
May 23, 2024
Sep 19, 2024

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