以下👇是脚本内容
@echo off
start "" "ProjectWar\Binaries\Win64\TheFrontServer.exe" ProjectWar_Start?DedicatedServer -server -game -log -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -Game.PhysicsVehicle=false -ansimalloc -Game.MaxFrameRate=35 -QueueValidTime=120 -QueueThreshold=50 -ServerFightModeType=0 -IsCanSelfDamage=true -IsCanFriendDamage=true -GMOverlapRatio=2 -GreenHand=true -SensitiveWords=true -UseACE=true -IsShowGmTitle=false -UserDir="你想存放存档文件的位置,哪里都行,只要把路径复制填写到这里" -ConfigServerName="配置文件和存档名称" -Port="游戏端口" -BeaconPort="Port+1" -QueryPort="Port+2" -ShutDownServicePort="Port+3" -OutIPAddress=服务器公网IP -ServerName="服务器名称" -MaxQueueSize=40 -ServerAdminAccounts=服务器里的管理员,填写Steam64位ID,多个使用英文的逗号进行分隔
评论区