索尼承諾將“增加PS5主機供應(yīng)”
2023-01-31
更新時間:2022-03-28 21:22:41作者:佚名
今天小編要為大家?guī)淼氖?ldquo;braveless”分享的《文明6》修改城邦數(shù)量方法解析攻略,感興趣的玩家一起來看看吧!
go to your steam folder (Usually found under C: program files(x86)) followed by - steam apps - common - sid meier's civilization vi - base - assets - maps - utility - and find the file named " AssignStartingPlots"
First: Back up the file. If you break it, it's not my fault. Always back up files before you change them.
After the file is backed up, right click on the original and hit edit: Find the line that says:
" self.iNumMinorCivs = PlayerManager.GetAliveMinorsCount(); " and change it to " self.iNumMinorCivs = 0; "
This will set the number of city states to 0. If you want a few but less, change " 0 " to the number you want. Example: I have mine set at 8 on a huge map. Keeps them in-game but mostly out of the way This should let you set the number of city states to anything you want, assuming the number is less than normal. I have not tried setting it to more than default.
NOTE: Make sure it's the line that says "MinorCivs" not "MajorCivs". Minor is the second one listed.
FYI: Default city states is 1.5 times the default number of players. (On huge, default is 18 city states and 12 civs)
簡單說, base/assets/maps/utility/AssignStartingPlots.lua,
找到
" self.iNumMinorCivs = PlayerManager.GetAliveMinorsCount(); "
改成
" self.iNumMinorCivs = 0; "
就沒有城邦了。也可以改成別的數(shù)字,表示城邦的數(shù)量。