文明6如何加速计算机回合
2.找到GameSpeeds.xml文件后,将鼠标移到该文件上,单击右键,在打开模式下选择记事本。
3.前几行是游戏速度的全局代码。你可以通过改变数字来改变游戏速度。
& ltGameSpeeds & gt
& ltRow & gt
& ltGameSpeedType & gtGAMESPEED _ MARATHON & lt/GameSpeedType & gt;& lt!-马拉松-& gt;
& lt名称& gtLOC _ GAMESPEED _ MARATHON _ NAME & lt;/Name & gt;
& lt描述& gtLOC _ GAMESPEED _ MARATHON _ HELP & lt;/Description & gt;
& lt成本乘数& gt300 & lt/CostMultiplier >& lt!-游戏的全球速度-& gt;
& ltCivicUnlockMaxCost & gt300 & lt/CivicUnlockMaxCost & gt;
& ltCivicUnlockPerTurnDrop & gt30 & lt/CivicUnlockPerTurnDrop & gt;
& ltCivicUnlockMinCost & gt60 & lt/CivicUnlockMinCost & gt;
& lt/Row & gt;
& ltRow & gt
& ltGameSpeedType & gtGAMESPEED _ EPIC & lt/GameSpeedType & gt;& lt!-史诗-& gt;
& lt名称& gtLOC _ GAMESPEED _ EPIC _ NAME & lt/Name & gt;
& lt描述& gtLOC _ GAMESPEED _ EPIC _ HELP & lt/Description & gt;
& lt成本乘数& gt150</CostMultiplier >
& ltCivicUnlockMaxCost & gt150</CivicUnlockMaxCost & gt;
& ltCivicUnlockPerTurnDrop & gt15 & lt;/CivicUnlockPerTurnDrop & gt;
& ltCivicUnlockMinCost & gt30 & lt/CivicUnlockMinCost & gt;
& lt/Row & gt;
& ltRow & gt
& ltGameSpeedType & gtGAMESPEED _ STANDARD & lt/GameSpeedType & gt;& lt!-正常->;
& lt名称& gtLOC _ GAMESPEED _ STANDARD _ NAME & lt;/Name & gt;
& lt描述& gtLOC _ GAMESPEED _ STANDARD _ HELP & lt;/Description & gt;
& lt成本乘数& gt100 & lt;/CostMultiplier >
& ltCivicUnlockMaxCost & gt100 & lt;/CivicUnlockMaxCost & gt;
& ltCivicUnlockPerTurnDrop & gt10 & lt;/CivicUnlockPerTurnDrop & gt;
& ltCivicUnlockMinCost & gt20 & lt/CivicUnlockMinCost & gt;
& lt/Row & gt;
& ltRow & gt
& ltGameSpeedType & gtGAMESPEED _ QUICK & lt/GameSpeedType & gt;& lt!-快速->;
& lt名称& gtLOC _ GAMESPEED _ QUICK _ NAME & lt/Name & gt;
& lt描述& gtLOC _ GAMESPEED _ QUICK _ HELP & lt/Description & gt;
& lt成本乘数& gt67 & lt/CostMultiplier >
& ltCivicUnlockMaxCost & gt75 & lt/CivicUnlockMaxCost & gt;
& ltCivicUnlockPerTurnDrop & gt10 & lt;/CivicUnlockPerTurnDrop & gt;
& ltCivicUnlockMinCost & gt15 & lt;/CivicUnlockMinCost & gt;
& lt/Row & gt;
& ltRow & gt
& ltGameSpeedType & gtGAMESPEED _ ONLINE & lt/GameSpeedType & gt;& lt!-在线->;
& lt名称& gtLOC _ GAMESPEED _ ONLINE _ NAME & lt/Name & gt;
& lt描述& gtLOC _ GAMESPEED _ ONLINE _ HELP & lt/Description & gt;
& lt成本乘数& gt50 & lt/CostMultiplier >
& ltCivicUnlockMaxCost & gt50 & lt/CivicUnlockMaxCost & gt;
& ltCivicUnlockPerTurnDrop & gt5 & lt/CivicUnlockPerTurnDrop & gt;
& ltCivicUnlockMinCost & gt10 & lt;/CivicUnlockMinCost & gt;
& lt/Row & gt;
& lt/GameSpeeds & gt;