使用说明:
1. 复制所有文件到游戏目录中
2. 运行TeknoMW3.exe
3. 选择昵称和视角参数(第一次运行需要)
多人模式直联:
1. 点击Multiplayer
2. 输入服务器IP和端口
3. 点击Start(Direct Connect)
4. 游戏中按F12进行连接
LAN联机:
1. 点击Multiplayer
2. 点击Start(LAN Game)
3. 游戏中选择 Options -> Dedicated Server 并选中 "Enable Server Browser"
4. 回到主菜单 -> server browser -> LAN
5. 选择服务器
5. 加入游戏
建立单人模式主机:
1. 点击Singleplayer
2. 点击Start as host
3. 游戏中按"TeknoGods Coop"建立主机
加入单人模式游戏:
1. 点击Singleplayer
2. 输入对方IP
3. 点击Start as client
4. 游戏中按"TeknoGods Coop"加入游戏
更新说明:
2.6:
- BUGFIX: INI file now has a special option under [Network]:
NetWorkInterface=x
Where x is your prefered adapter, by default its 255 which means
the game will bind on all adapters. If you can't see some hamachi
or LAN game, set the adapter that binds to that network.
NetworkInterfaceList is information only. Check it.
- BUGFIX: Dedicated server doesnt crash anymore when offline or on
slow / lagged internet connection.
- ADDED: INI option under [Network]:
OnlineMode=false/true (default true)
It can make your server invisible to the master server.
- BUGFIX: Servers can be properly passworded now.
- BUGFIX: 2 player disconnect. Now external ip is cloned
from internal ip or randomly generated (client). This
fixes the disconnect problem. If you'd like to set a custom
external ip, there is a new INI option under [Network]:
ExternalIP=x.x.x.x
- BUGFIX: IW guys left a nasty bug in the game code. The randomize
cryptotable used to encrypt rcon protocol using securityID.
If the securityID is 'unlucky' enough, it would encrypt some
random character of your password to become a ';' character
which is safety-checked in the console func, and disregarded
as 'command reminator'. End result: your password '1234' can
be encrypted as 'fb;e' and while being passed through console
end up being sent as 'fb', decrypted on the server as '12'.
'12' obviosly wouldnt match '1234' sooo you'd never be able
to log in. Well, this is fixed now.
TL;DR: rcon should work every time now
- ADDED: secure ban list. New ban list is located at:
.\main\permanent_ex.ban
To un-ban, you need to manually find the entry and remove it.
- ADDED: Favorite/History/Official server lists
- BUGFIX: Server list shouldnt crash anymore *I hope*
- BUGFIX: Loader shouldn't crash when executed twice.