kiwitt
Road to War Modder
I was disappointed that the game ended at 1800, as you were not really able to relive the Napoleonic Wars.
So I made some changes to the initial games settings;
Original was as follows;
and changed to
The main changes is removing some victory conditions, adding "No city razing" and maximum turns from 500 to 750.
Should make having survived to 1800 all the more interesting.
Feel free to try it out and let me know what you think. Extract and save attached file into the Private Maps folder of RFCEurope.
So I made some changes to the initial games settings;
Original was as follows;
Spoiler :
Code:
BeginGame
Tutorial=0
Era=ERA_ANCIENT
Speed=GAMESPEED_NORMAL
Calendar=CALENDAR_DEFAULT
Option=GAMEOPTION_AGGRESSIVE_AI
Option=GAMEOPTION_NO_TECH_BROKERING
Victory=VICTORY_TIME
Victory=VICTORY_DOMINATION
Victory=VICTORY_CULTURAL
Victory=VICTORY_DIPLOMATIC
Victory=VICTORY_HISTORICAL
GameTurn=0
MaxTurns=500
MaxCityElimination=0
NumAdvancedStartPoints=720
TargetScore=0
StartYear=500
Description=TXT_KEY_WB_DESC
ModPath=Mods\RFCEurope
EndGame
Spoiler :
Code:
BeginGame
Tutorial=0
Era=ERA_ANCIENT
Speed=GAMESPEED_NORMAL
Calendar=CALENDAR_DEFAULT
Option=GAMEOPTION_AGGRESSIVE_AI
Option=GAMEOPTION_NO_TECH_BROKERING
Option=GAMEOPTION_NO_CITY_RAZING
Option=GAMEOPTION_NEW_RANDOM_SEED
Victory=VICTORY_TIME
Victory=VICTORY_CONQUEST
Victory=VICTORY_HISTORICAL
GameTurn=0
MaxTurns=750
MaxCityElimination=0
NumAdvancedStartPoints=720
TargetScore=0
StartYear=500
Description=TXT_KEY_WB_DESC
ModPath=Mods\RFCEurope
EndGame
Should make having survived to 1800 all the more interesting.
Feel free to try it out and let me know what you think. Extract and save attached file into the Private Maps folder of RFCEurope.