Project Zomboid

Project Zomboid

67 ratings
CoordinateView(Mist)
   
Award
Favorite
Favorited
Unfavorite
Tags: Mod
File Size
Posted
Updated
493.942 KB
2 Jul, 2017 @ 12:44am
2 Jul, 2017 @ 1:49am
5 Change Notes ( view )

Subscribe to download
CoordinateView(Mist)

Description
Show coordinate in game

Workshop ID: 961869938
Mod ID: CoordinateView(Mist)
13 Comments
cyaegha_ 11 Jul, 2024 @ 4:11pm 
needs to have a toggle option
Sebenkov Enterprise 5 Jun, 2024 @ 4:19am 
Is it possible to change the coordinates to another location? It's just not visible because of the map icon in the game.
Dosboy 25 Aug, 2019 @ 2:52pm 
This is SO helpful! Thanks.
EPOC16 9 Mar, 2018 @ 6:14am 
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) 8 Jan, 2018 @ 8:24am 
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 22 Sep, 2017 @ 6:49pm 
is it always on or is it toggle?
Gogolimbo 15 Jul, 2017 @ 9:51am 
very useful thanks;)
Dash 10 Jul, 2017 @ 8:09am 
Does this work with the coordinates from the Project Zomboid Map Project? ( map.projectzomboid.com )
Gwarkx 9 Jul, 2017 @ 2:11am 
Work solo , Work private server :steamhappy:
cocoayoc 7 Jul, 2017 @ 8:18am 
it doesn't appear on my screen