饥荒联机版版本问题
发布网友
发布时间:2022-04-29 00:16
我来回答
共1个回答
热心网友
时间:2022-06-26 05:54
.找不到没有房间:右边的页面翻页过去有个show lan点yes
4.中途主机或者其它机器出现warming请自行关闭游戏和游戏平台,重启后就可以了
5.游戏中打字请按Y或者U
6.地图全开(只适用于主机):
\data\DLC0002\scripts\prefabs\player_common.lua文件,在inst:AddComponent("resurrectable")下一行插入以下内容:
TheInput:AddKeyUpHandler(KEY_1, function()
if TheInput:IsKeyDown(KEY_CTRL) then
local map = TheSim:FindFirstEntityWithTag("minimap")
local x,y,z = GetPlayer().Transform:GetWorldPosition()
map.MiniMap:ShowArea(x, y, z, 10000)
end
end)
即可在游戏中按Ctrl + 1使地图全开
7.无法进入游戏:有password的就是密码错误,弹出别的就是无法连接(服务器未响应好像是)请自行重启游戏和游戏平台