Project Zomboid

Project Zomboid

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
ZarPof 2017 年 7 月 6 日 下午 8:56 
I like it, for Role Playing it might be best if you can only see it if you have a GPS. But either way the more info the better. Good job!
Nicolai SeveN 2017 年 7 月 6 日 下午 8:13 
"You are here:
X: 666
Y: 666

Current Room: underhell"

bery nize...
Vsratiynaturalist 2017 年 7 月 6 日 上午 7:10 
One of the reason why i love Redboid server.
Another must have mod just borned !