Project Zomboid

Project Zomboid

69 个评价
CoordinateView(Mist)
   
奖励
收藏
已收藏
取消收藏
标签: Mod
文件大小
发表于
更新日期
493.942 KB
2017 年 7 月 2 日 上午 12:44
2017 年 7 月 2 日 上午 1:49
5 项改动说明 ( 查看 )

订阅以下载
CoordinateView(Mist)

描述
Show coordinate in game

Workshop ID: 961869938
Mod ID: CoordinateView(Mist)
13 条留言
cyaegha_ 2024 年 7 月 11 日 下午 4:11 
needs to have a toggle option
Sebenkov Enterprise 2024 年 6 月 5 日 上午 4:19 
Is it possible to change the coordinates to another location? It's just not visible because of the map icon in the game.
Dosboy 2019 年 8 月 25 日 下午 2:52 
This is SO helpful! Thanks.
EPOC16 2018 年 3 月 9 日 上午 6:14 
Error happens when in a room without an ID causing a red box counter. attempted index: getRoom of non-table: null
jianmingyong (The Dialga Team) 2018 年 1 月 8 日 上午 8:24 
There's a bug in the script that may cause annoying lua error looping when teleporting on admin to another player. "player:getCurrentSquare()" will be nil while teleporting... Can you add a nil check to prevent such problems in the server. Thanks.

-- Detect room.
local currentSquare = player:getCurrentSquare();
local roomTxt = "outside";

if currentSquare ~= nil then
local room = currentSquare:getRoom();

if room then
local roomName = player:getCurrentSquare():getRoom():getName();
roomTxt = roomName;
end
end
eReign 2017 年 9 月 22 日 下午 6:49 
is it always on or is it toggle?
Gogolimbo 2017 年 7 月 15 日 上午 9:51 
very useful thanks;)
Dash 2017 年 7 月 10 日 上午 8:09 
Does this work with the coordinates from the Project Zomboid Map Project? ( map.projectzomboid.com )
Gwarkx 2017 年 7 月 9 日 上午 2:11 
Work solo , Work private server :steamhappy:
cocoayoc 2017 年 7 月 7 日 上午 8:18 
it doesn't appear on my screen