默认1000的人口上限不太过瘾,请各位朋友帮忙提供一个人口上限多些的补丁。。。
谢谢
默认1000的人口上限不太过瘾,请各位朋友帮忙提供一个人口上限多些的补丁。。。
谢谢
我记得那个补丁修改的是gamedata 里的一个文件,玩单机,都学学mod嘛。
要等其他人来帮你 ; )
安装S AI 人口可到2000
我有99999的修改文件,给要??
修改游戏的gamedata\lua.scd\lua\ui\lobby\lobbyOptions.lua文件,gamedata里边那些.scd文件其实都是.zip文件,修改好了,用winrar把它压缩回去。
teamOptions =
{
{
default = 1,
label = “Spawn”,
help = “Determine what positions players spawn on the map”,
key = ‘TeamSpawn’,
pref = ‘Lobby_Team_Spawn’,
values = {
{
text = “Random”,
help = “Spawn everyone in random locations”,
key = ‘random’,
},
{
text = “Fixed”,
help = “Spawn everyone in fixed locations (determined by slot)”,
key = ‘fixed’,
},
},
},
{
default = 1,
label = “Team”,
help = “Determines if players may switch teams while in game”,
key = ‘TeamLock’,
pref = ‘Lobby_Team_Lock’,
values = {
{
text = “Locked”,
help = “Teams are locked once play begins”,
key = ‘locked’,
},
{
text = “Unlocked”,
help = “Players may switch teams during play”,
key = ‘unlocked’,
},
},
},
}
globalOpts = {
{
default = 2,
label = “Unit Cap”,
help = “Set the maximum number of units that can be in play”,
key = ‘UnitCap’,
pref = ‘Lobby_Gen_Cap’,
values = {
{
text = “50”,
help = “”,
key = ‘50’,
},
{
text = “75”,
help = “”,
key = ‘75’,
},
{
text = “100”,
help = “”,
key = ‘100’,
},
{
text = “150”,
help = “”,
key = ‘150’,
},
{
text = “200”,
help = “”,
key = ‘200’,
},
{
text = “250”,
help = “”,
key = ‘250’,
},
{
text = “300”,
help = “”,
key = ‘300’,
},
{
text = “400”,
help = “”,
key = ‘400’,
},
{
text = “500”,
help = “”,
key = ‘500’,
},
{
text = “750”,
help = “”,
key = ‘750’,
},
{
text = “1000”,
help = “”,
key = ‘1000’,
},
{
text = “1500”,
help = “”,
key = ‘1500’,
},
{
text = “2000”,
help = “”,
key = ‘2000’,
},
{
text = “3000”,
help = “”,
key = ‘3000’,
},
{
text = “4000”,
help = “”,
key = ‘4000’,
},
{
text = “5000”,
help = “”,
key = ‘5000’,
},
{
text = “7500”,
help = “”,
key = ‘7500’,
},
{
text = “10000”,
help = “”,
key = ‘10000’,
},
},
},
{
default = 1,
label = “Fog of War”,
help = “Set up how fog of war will be visualized”,
key = ‘FogOfWar’,
pref = ‘Lobby_Gen_Fog’,
values = {
{
text = “Explored”,
help = “Terrain revealed, but units still need recon data”,
key = ‘explored’,
},
{
text = “Unexplored”,
help = “Terrain revealed as you play, units need recon data”,
key = ‘unexplored’,
},
{
text = “None”,
help = “All terrain and units visible”,
key = ‘none’,
},
},
},
{
default = 1,
label = “Victory Condition”,
help = “Determines how a victory can be achieved”,
key = ‘Victory’,
pref = ‘Lobby_Gen_Victory’,
values = {
{
text = “Assassination”,
help = “Game ends when commander is destroyed”,
key = ‘demoralization’,
},
{
text = “Supremacy”,
help = “Game ends when all structures and engineers are destroyed”,
key = ‘domination’,
},
{
text = “Annihilation”,
help = “Game ends when all units are destroyed”,
key = ‘eradication’,
},
{
text = “Sandbox”,
help = “Game never ends”,
key = ‘sandbox’,
},
},
},
{
default = 2,
label = “Timeouts”,
help = “Sets the number of timeouts each player can request”,
key = ‘Timeouts’,
pref = ‘Lobby_Gen_Timeouts’,
values = {
{
text = “None”,
help = “No timeouts are allowed”,
key = ‘0’,
},
{
text = “Three”,
help = “Each player has three timeouts”,
key = ‘3’,
},
{
text = “Infinite”,
help = “There is no limit on timeouts”,
key = ‘-1’,
},
},
},
{
default = 1,
label = “Game Speed”,
help = “Set the game speed”,
key = ‘GameSpeed’,
pref = ‘Lobby_Gen_GameSpeed’,
values = {
{
text = “Normal”,
help = “Fixed at the normal game speed (+0)”,
key = ‘normal’,
},
{
text = “Fast”,
help = “Fixed at a fast game speed (+4)”,
key = ‘fast’,
},
{
text = “Adjustable”,
help = “Adjustable in-game”,
key = ‘adjustable’,
},
},
},
{
default = 1,
label = “Cheating”,
help = “Enable cheat codes”,
key = ‘CheatsEnabled’,
pref = ‘Lobby_Gen_CheatsEnabled’,
values = {
{
text = “Off”,
help = “Cheats disabled”,
key = ‘false’,
},
{
text = “On”,
help = “Cheats enabled”,
key = ‘true’,
},
},
},
{
default = 1,
label = “Civilians”,
help = “Set how civilian units are used”,
key = ‘CivilianAlliance’,
pref = ‘Lobby_Gen_Civilians’,
values = {
{
text = “Enemy”,
help = “Civilians are enemies of players”,
key = ‘enemy’,
},
{
text = “Neutral”,
help = “Civilians are neutral to players”,
key = ‘neutral’,
},
{
text = “None”,
help = “No Civilians on the battlefield”,
key = ‘removed’,
},
},
},
{
default = 1,
label = “Prebuilt Units”,
help = “Set whether the game starts with prebuilt units or not”,
key = ‘PrebuiltUnits’,
pref = ‘Lobby_Prebuilt_Units’,
values = {
{
text = “Off”,
help = “No prebuilt units”,
key = ‘Off’,
},
{
text = “On”,
help = “Prebuilt units set”,
key = ‘On’,
},
},
},
}
修改游戏的gamedata\lua.scd\lua\ui\lobby\lobbyOptions.lua文件,gamedata里边那些.scd文件其实都是.zip文件,修改好了,用winrar把它压缩回去。
楼主,10000你满意了吧?自己也可作修改