Tesumoto Posted December 20, 2016 Share Posted December 20, 2016 If the way to roll back the state of the world on the time of its creation? I just really like the map of the world, but I would like start playing this map again. Clear all players buildings. Link to comment https://forums.kleientertainment.com/forums/topic/72669-map-of-the-world/ Share on other sites More sharing options...
KoreanWaffles Posted December 20, 2016 Share Posted December 20, 2016 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. Link to comment https://forums.kleientertainment.com/forums/topic/72669-map-of-the-world/#findComment-850796 Share on other sites More sharing options...
Tesumoto Posted December 20, 2016 Author Share Posted December 20, 2016 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? Link to comment https://forums.kleientertainment.com/forums/topic/72669-map-of-the-world/#findComment-850799 Share on other sites More sharing options...
KoreanWaffles Posted December 20, 2016 Share Posted December 20, 2016 1 minute ago, Tezumoto said: This command must be entered in game console? yes, so you'll need admin powers to do so. Link to comment https://forums.kleientertainment.com/forums/topic/72669-map-of-the-world/#findComment-850801 Share on other sites More sharing options...
Tesumoto Posted December 20, 2016 Author Share Posted December 20, 2016 2 minutes ago, KoreanWaffles said: yes, so you'll need admin powers to do so. This code even runs on a server with caves) I had the old code, it only works on servers without the caves. Link to comment https://forums.kleientertainment.com/forums/topic/72669-map-of-the-world/#findComment-850803 Share on other sites More sharing options...
Brocca Posted December 23, 2016 Share Posted December 23, 2016 is there a way to remove the FOW? or including caves Link to comment https://forums.kleientertainment.com/forums/topic/72669-map-of-the-world/#findComment-852002 Share on other sites More sharing options...
Recommended Posts
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.