Don't Starve Together

Don't Starve Together

Codes to Reveal map
Does anyone knows codes to reveal the map?
I tried using GetWorld().minimap.MiniMap:ShowArea(0,0,0,10000) and minimap = TheSim:FindFirstEntityWithTag("minimap") / minimap.MiniMap:ShowArea(0,0,0, 10000), but they don't work and I dont want to use mods to reveal the map.
< >
Showing 1-3 of 3 comments
nose;candy Feb 14, 2019 @ 3:36am 
use the mod
Bananon Feb 14, 2019 @ 9:59am 
local w,h = TheWorld.Map:GetSize();for _,v in pairs(AllPlayers) do for x=-w*4,w*4,35 do for y=-h*4,h*4,35 do v.player_classified.MapExplorer:RevealArea(x,0,y) end end end
Originally posted by ComfyBoi:
local w,h = TheWorld.Map:GetSize();for _,v in pairs(AllPlayers) do for x=-w*4,w*4,35 do for y=-h*4,h*4,35 do v.player_classified.MapExplorer:RevealArea(x,0,y) end end end
Thank you for this, it worked
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Feb 13, 2019 @ 5:47pm
Posts: 3