voigt
Warlord
RFCEurope Enhanced Edition (RFC3E)
As I like a lot this mod and seen that's RFCE is not in active development for few years, I decided to work on a fork of this mod for the past months. My main goal is to bring the experience of this mod closer to the RFC DoC one.
I've been in touch with people who played the old RFCE++ modmod, and I would like to include some of its features.
For the moment, here's what's been done so far:
The code is in my GitHub repository.
You can either:
Here's the GitHub tutorial for Github Desktop, here's for Git itself. This is also a nice introduction for git and GitHub.
With GitHub Desktop, you can do most of thing as a user of a git repository (which is fetching new changes (ie. commits) and moving between branches).
This post can be useful about how to use GitHub Desktop.
When you customize the BUG mod settings, you apply changes to the default config files. This will make the pull operation impossible. You will need to stash your settings before performing the pull operation. You can then restore your settings. Here's a tutorial to do so with Github Desktop.
Other infos
A complete list of all features can be found here.
Province stability maps (and others) can be found here.
Every suggestions is welcome!
Same for bug and issues (don't hesitate to post an issue on GitHub if you have an account there!)
As I like a lot this mod and seen that's RFCE is not in active development for few years, I decided to work on a fork of this mod for the past months. My main goal is to bring the experience of this mod closer to the RFC DoC one.
I've been in touch with people who played the old RFCE++ modmod, and I would like to include some of its features.
For the moment, here's what's been done so far:
- Added the BUG and BULL mods
- Added Blue Marble terrains
- Added some extra soundtracks from RFC DoD
- Some minor tweaks, chore tasks and large refactoring of the codebase (thanks to @Leoreth 's work in RFC DoC)
- New gamespeed / new difficulty level
- New civs (Serbia, Bohemia, Crimea, Lombardy, Egypt from RFCE++)
- New techs and civics, rebalance of unique power and starting points
- Adding personal unions and Holy Roman Empire features from RFCE++
- New timepoint (like 1500AD)
- Switching to the RFCEurope map with extra eastern lands (see here)
- Maybe extend the time period to the industrial era (very hypothetical)
The code is in my GitHub repository.
You can either:
- cloning the repo in your MODs location (you can use your favorite git client like GitHub desktop or the CLI. The
main
branch corresponds to this fork, the original mod is located in theoriginal
branch) - download a zip version in the release section of the repository.
git pull
operation on the main
branch.Here's the GitHub tutorial for Github Desktop, here's for Git itself. This is also a nice introduction for git and GitHub.
With GitHub Desktop, you can do most of thing as a user of a git repository (which is fetching new changes (ie. commits) and moving between branches).
This post can be useful about how to use GitHub Desktop.
When you customize the BUG mod settings, you apply changes to the default config files. This will make the pull operation impossible. You will need to stash your settings before performing the pull operation. You can then restore your settings. Here's a tutorial to do so with Github Desktop.
Other infos
A complete list of all features can be found here.
Province stability maps (and others) can be found here.
Spoiler screenshots :
Every suggestions is welcome!
Same for bug and issues (don't hesitate to post an issue on GitHub if you have an account there!)
Last edited: