Map generation: Starting VISIBLE area

Suggestions that have been added to the game.

Moderator: ickputzdirwech

Post Reply
Zequez
Long Handed Inserter
Long Handed Inserter
Posts: 64
Joined: Sat May 03, 2014 2:59 am
Contact:

Map generation: Starting VISIBLE area

Post by Zequez »

Nothing fancy, just a little more visibility when you start, so you don't have to walk around to find resources and can directly know if you want to restart the map or not.

The idea would be to have an option to increase the starting visibility.

iklarazu
Inserter
Inserter
Posts: 31
Joined: Thu Dec 04, 2014 11:23 am
Contact:

Re: Map generation: Starting VISIBLE area

Post by iklarazu »

Seems a little lazy to me!

The solution to this is to open the map editor, choose your settings and generate. You can then restart it a number of times until you find the right one.

At that point, you can save your map and load it in single or multiplayer.

immibis
Filter Inserter
Filter Inserter
Posts: 303
Joined: Sun Mar 24, 2013 2:25 am
Contact:

Re: Map generation: Starting VISIBLE area

Post by immibis »

I don't see why not.

Garm
Filter Inserter
Filter Inserter
Posts: 368
Joined: Mon Nov 18, 2013 9:46 pm
Contact:

Re: Map generation: Starting VISIBLE area

Post by Garm »

Code: Select all

/c game.forces.player.chart({lefttop = {x = -1024, y = -1024}, rightbottom = {x = 1024, y = 1024}})
Just use this command at the beginning if the game.

LordFedora
Filter Inserter
Filter Inserter
Posts: 310
Joined: Fri Nov 07, 2014 3:46 am
Contact:

Re: Map generation: Starting VISIBLE area

Post by LordFedora »

As korvex said earlier

Code: Select all

/c game.forces.player.chart({{-1024,-1024},{1024, 1024}})
works too (i think i got it)

Post Reply

Return to “Implemented Suggestions”