How to continue beyond turn 100 in the Scramble for Africa scenario?

I was having a lot of fun with the Scramble for Africa scenario until I reached turn 100 and discovered that, unlike other scenarios, it is impossible to continue playing.

So, is there anyway to edit the scenario settings, e.g. some settings file or a level editor, in order to continue playing after turn 100?

Thanks


I ended up fixing the issue by editing the scrambleafricascenario/turnsremaining.lua file as suggested here; I'm summarizing the solution below:

Use a text editor like notepad to open the "turnsremaining.lua" file, located at SteamApps/common/Sid Meier's Civilization V/steamassets/assets/dlc/expansion2/scenarios/scrambleafricascenario/turnsremaining.lua.

Find the line below and change 100 to whatever number of maximum turns you want for the game (tested OK with 300):

local iTurnsRemaining = 100 - Game.GetGameTurn();

Next, find the line below and change g_kiGameTurnLength to the same value you inserted on the previous line:

local iTurnsRemaining = g_kiGameTurnLength - Game.GetGameTurn();

After this, the "Just one more turn" button will be enabled in the Scramble for Africa scenario, even for an ongoing saved game.

Also, bmaupin's Save Game Editor allows you to change several settings of a saved game, namely enabling the Culture UI, see the following for more detail: Is there any way to change victory conditions with the game already started?

There is actually a web version to make it easy to edit the saved game: https://bmaupin.github.io/civ5save-editor/