Viewport free-scroll mode

Suggestions that have been added to the game.

Moderator: ickputzdirwech

Post Reply
Monochrome
Burner Inserter
Burner Inserter
Posts: 7
Joined: Sat Aug 13, 2016 6:30 am
Contact:

Viewport free-scroll mode

Post by Monochrome »

What :

My suggestion is to have an option on game-start (like with Peaceful Mode) where the viewport isn't locked to the character, and can be scrolled about quickly via the mouse, like with RTS games, "Tycoon" games, and so on.

Why :

Factorio is a great game, but the biggest annoyance for me by far is that in order for me to plonk something down (say I'm adding more furnaces to a line) I need to have the player-character be physically quite close to the location. This makes the actual act of expanding/refactoring the factory much more tedious than it needs to be.

Now, a mod like the longer-reach / infinite-reach mods solves part of this problem, but you're effectively still bound to the character because the viewport is locked to it and there's only so far you can zoom out while still being able to place things accurately. This makes it very tedious to change one part of your factory, then change another part over on the other side. Lots of running back and forth, while realistic, is a constant chore and really kills a lot of the fun of this game for me.

I couldn't find an existing suggestion for this, so maybe I'm the only one bothered by this? Regardless, I hope this is considered and isn't too hard to implement :-)

daniel34
Global Moderator
Global Moderator
Posts: 2761
Joined: Thu Dec 25, 2014 7:30 am
Contact:

Re: Viewport free-scroll mode

Post by daniel34 »

Do you know about the sandbox mode?
Start a new game with Play --> Custom scenario --> base/sandbox.
You don't have a character there, you control the camera with WASD and you can build everywhere.

It's also possible to get to that state in a running game using console commands (disables achievements).
This will "leave" the player body and enable sandbox mode (inventory stays with the body, put it in a chest before doing this to access it later):

Code: Select all

/c game.player.character = nil
This will "reenter" the body and give you the inventory of the player back (highlight the player with the mouse and enter):

Code: Select all

/c game.player.character = game.player.selected
quick links: log file | graphical issues | wiki

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Viewport free-scroll mode

Post by ssilk »

Moved to implemented, god-mode exists since I can think and there are also many mods, that enable switching between that views.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Monochrome
Burner Inserter
Burner Inserter
Posts: 7
Joined: Sat Aug 13, 2016 6:30 am
Contact:

Re: Viewport free-scroll mode

Post by Monochrome »

Holy smoke, it's already there! Outstanding, thanks very much for pointing that out!

It'd be nice if there was an option to be able to scroll with the mouse too, but that's not as important. Thanks again :-)

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Viewport free-scroll mode

Post by ssilk »

Monochrome wrote: It'd be nice if there was an option to be able to scroll with the mouse too, but that's not as important. Thanks again :-)
That has already been requested some times. ;)
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Post Reply

Return to “Implemented Suggestions”