游戏狂人
 
- 贡献度
- 181
- 金元
- 6739
- 积分
- 1398
- 精华
- 0
- 注册时间
- 2009-1-26

|
本帖最后由 k3599 于 2011-11-11 12:31 编辑
等我问 怎么打开再告诉你们
经过KS大神研究了下 服务器也可以架设了
可以正常联机游戏一份 到steam 工具那里下载Call of Duty Modern Warfare 3 - Dedicated Server
直接运行 X:\Program Files\Steam\steamapps\common\call of duty modern warfare 3
下的 iw5mp_server.exe
set sv_maprotation default
set sv_maxclents 10
start_map_rotate
输入3个命令就可以架设了 其他参数配置 到players2 文件夹里面有一个
server.cfg
注意事项: 这个破烂 会检测你的网速 速度不够无法架设 相当蛋疼 server.cfg
文件的 配置貌似无法自动加载
// Modern Warfare 3 Server Configuration
//////////////////////////////////////////////////////////
// Server command-line parameters (this section is for documentation only)
// Specify server configuration file (this file)
//+set sv_config "filename" (default "server.cfg")
// Specify server visibility (1 = LAN, 2 = Internet (default) )
//+set dedicated 1
// Open game port (Steam-visible server game port)
//+set net_queryPort 27014
// Secure game port
//+set net_port 27015
// Steam authentication port
//+set net_authPort 8766
// Steam master server (server browser) port
//+set net_masterServerPort 27016
//////////////////////////////////////////////////////////
// Server.cfg-configurable settings
// Server host name. This should always be set by the server admin.
set sv_hostname "k3599 IDE"
// Dedicated server play list (DSPL) specifying server map rotation.
// Valid game options are controlled via DSR (dedicated server recipe) specified in the DSPL.
set sv_maprotation "default"
// Maximum number of clients that may connect to this server (range 1-18)
set sv_maxclients 16
// Server password. If set, users will be prompted on join attempt.
set g_password ""
// Maximum number of private clients allowed on the server (range 0-18 (clamped to sv_maxclients) )
set sv_privateClients 0
// Password for the private slots on this server. If set, users will be prompted on join attempt.
// Users providing this password will have access to all slots.
// Users providing an incorrect password will have access to the (sv_maxClients - sv_privateClients) public slots.
set sv_privatePassword ""
// Remote console password. If set, users will have access to a remote console, allowing server administration from a connected client.
set rcon_password ""
// Server voice chat configuration ( 0 = "No Chat", 1 = "Free Chat", 2 = "Team Chat" (default) )
set sv_voice 2
// Toggle voting for [player kick/map restart/next map] (0 or 1 (default) )
set g_allowVote 1
// Toggle allowing dead players to chat with living players (0 (default) or 1)
set g_deadChat 0
// Time in seconds before the server will kick a user for inactivity (range 0 - 10000)
set g_inactivity 90
// Time in seconds for a player temporary ban (on kick/tempban) (range 0 - 3600)
set sv_kickBanTime 300
// Toggle flood protection (throttling of user commands - should be enabled for non-password-protected Internet servers) (0 or 1 (default))
set sv_floodProtect 1
再送上一个地址 一些配置 设置
http://wiki.modsrepository.com/index.php/Call_of_Duty_8:_Unranked_Server_Setup
2011/11/8 更新详情http://www.callofduty.com/message/105938242 在这里看吧
主要解决 可以刷得到服务器 无法加入 time out
把steam目录 的steam.dll 拷贝到 游戏根目录X:\Program Files\Steam\steamapps\common\call of duty modern warfare 3
注请打开steam 平台更新下文件吧 |
|