theisle恐龙岛怎么修改玩家人数限制教程
方法1.目前默认服务器人数都是再"服务器启动.bat"中的参数修改.@echo off
echo 游戏服务器交流网站www.27server.com
echo 此窗口请不要关闭
:srcds
echo (%time%) srcds started.
start /wait "xiongtianiq.cn" TheIsleServer.exe/Game/TheIsle/Maps/Landscape3/Isle_V3?MultiHome=0.0.0.0?Port=7777?QueryPort=7778?MaxPlayers=200?game=Survival -log
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
复制代码
代码中的:MaxPlayers=200?
就是人数参数,将200改成任意你想要的人数.
方法2:可以在game.ini中设置:
01.
02.MaxSpectators=50
03.MaxPlayers=200
复制代码
注意:要将启动参数的代码MaxPlayers=200给删除掉,
然后再game.ini中添加上面这串代码,并且修改任意人数.
MaxSpectators=50 //观众
MaxPlayers=200 //玩家
页:
[1]