Jump to content

Map of the world


Recommended Posts

If you have admin powers

c_rollback(9001)

That's assuming your world isn't over 9000 days old, in which case, why would you want to rollback that?
You only have to rollback by a number of days that's greater than the age of the world though.

Note: If you're on a quest for the perfect map, you can generate a world, type in the command

local r=25;local p=math.sqrt(3);local q=.5*p*r;local w,h=TheWorld.Map:GetSize();w=4*w;h=4*h;for _,v in pairs(AllPlayers) do for x=-w,w,3*r do for y=-h,h,2*q do v.player_classified.MapExplorer:RevealArea(x,0,y) end end for x=-w+q*p,w,2*q*p do for y=-h+q,h,2*q do v.player_classified.MapExplorer:RevealArea(x,0,y) end end end

to reveal the map, and open up your map to survey the world.
If you end up liking the map, rollback the world to its creation (unless you're a dirty cheater and want to play with the map revealed >:D)
If not, then regenerate the world, rinse and repeat until you find a map of your liking.

13 minutes ago, KoreanWaffles said:

local r=25;local p=math.sqrt(3);local q=.5*p*r;local w,h=TheWorld.Map:GetSize();w=4*w;h=4*h;for _,v in pairs(AllPlayers) do for x=-w,w,3*r do for y=-h,h,2*q do v.player_classified.MapExplorer:RevealArea(x,0,y) end end for x=-w+q*p,w,2*q*p do for y=-h+q,h,2*q do v.player_classified.MapExplorer:RevealArea(x,0,y) end end end

 

This command must be entered in game console?

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...