Is there a way to enable quick combat if scenario map is used?
For example i'm using RhyesConvertedAllCivs.Civ5Map and there is no chance to turn quick combat on
I have tried following variants:
config.ini
CIV5GameOptions.xml
CIV5PlayerOptions.xml
Also enabling QUICK_MOVES or disable SHOW_FRIENDLY_MOVES would be nice...
For example i'm using RhyesConvertedAllCivs.Civ5Map and there is no chance to turn quick combat on

I have tried following variants:
config.ini
PHP:
; Force quick combat animations
QuickCombat = 1
CIV5GameOptions.xml
PHP:
<Row>
<Type>GAMEOPTION_QUICK_COMBAT</Type>
<Description>TXT_KEY_GAME_OPTION_QUICK_COMBAT</Description>
<Help>TXT_KEY_GAME_OPTION_QUICK_COMBAT_HELP</Help>
<Default>true</Default>
</Row>
CIV5PlayerOptions.xml
PHP:
<Row>
<Type>PLAYEROPTION_QUICK_MOVES</Type>
<Description>TXT_KEY_PLAYER_OPTION_QUICK_MOVES</Description>
<Help>TXT_KEY_PLAYER_OPTION_QUICK_MOVES_HELP</Help>
<Default>true</Default>
</Row>
Also enabling QUICK_MOVES or disable SHOW_FRIENDLY_MOVES would be nice...