Page 1 of 1

Map Reveal

Posted: Tue Sep 20, 2016 4:48 pm
by TAT3R_
I tried all the google search map reveal commands they did nothing for example /c game.forces.player.chart(game.player.surface, {{x = -2048, y = 2048}, {x = 2048, y = 2048}}). Is there a mod or command that works with .13?

Re: Map Reveal

Posted: Tue Sep 20, 2016 8:59 pm
by Deadly-Bagel

Code: Select all

/c game.forces.player.chart(game.player.surface, {lefttop = {x = -2048, y = -2048}, rightbottom = {x = 2048, y = 2048}})

Re: Map Reveal

Posted: Tue Sep 20, 2016 9:16 pm
by Nexela
Both versions of the command should work the same. however orignal post has a typo {{x = -2048, y = 2048}, {x = 2048, y = 2048}} should be {{x = -2048, y = -2048}, {x = 2048, y = 2048}}

Re: Map Reveal

Posted: Tue Sep 20, 2016 10:41 pm
by TAT3R_
Deadly-Bagel wrote:

Code: Select all

/c game.forces.player.chart(game.player.surface, {lefttop = {x = -2048, y = -2048}, rightbottom = {x = 2048, y = 2048}})
thanks for the reply. I tried that. The game told me to repeat because it disables achievements . I did it and it didnt reveal any of the map?

Re: Map Reveal

Posted: Wed Sep 21, 2016 6:31 am
by prg
TAT3R_ wrote:thanks for the reply. I tried that. The game told me to repeat because it disables achievements . I did it and it didnt reveal any of the map?
That's quite a big area you're charting there, so it'll take a while. Try /c game.speed=100 or whatever your hardware can handle.