Better mechanism for hand building over ghosts before robots

Post your ideas and suggestions how to improve the game.

Moderator: ickputzdirwech

ahydra447
Burner Inserter
Burner Inserter
Posts: 18
Joined: Sun Jan 14, 2018 2:05 am
Contact:

Better mechanism for hand building over ghosts before robots

Post by ahydra447 »

TL;DR
Allow player, if idling, to delete ghost entities and place ghost entities in reach.
What ?
The new cut/copy/paste feature is ABSOLUTELY WONDERFUL. There is just one small problem - it's available from the very beginning of the game, and indeed has uses from early on (when you start to lay a steam engine or electric mining setup), but can't actually be used practically until you have robots to act on the commands to delete/place entities.

My proposal is to allow the player to do this automatically for ghosts within reach if he is not moving. (You could also restrict to "not currently moving or hand-crafting") So if I cut something and paste it nearby, the player will automatically pick up the entities I cut out and put them at the new location. Of course, you have to have room in your inventory to pick up, and the required items in your inventory to put down. If the player moves, then the action is interrupted.

Could be implemented as a game setting if people don't want their player to do this - in particular, once they have robots they may want the robots to handle everything.
Why ?
QoL improvement - less tedious clicking. Makes better use of the cut/copy/paste feature.
Last edited by Koub on Wed Mar 06, 2019 6:40 am, edited 1 time in total.
Reason: Changed title to specify the issue instead of the solution

Koub
Global Moderator
Global Moderator
Posts: 7175
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Koub »

Very similar to a suggestions the devs have rejected : viewtopic.php?f=71&t=62293
I've also seen it several times within other discussions. Hope that the devs change their mind :)
Koub - Please consider English is not my native language.

MiniHerc
Fast Inserter
Fast Inserter
Posts: 171
Joined: Fri Jun 26, 2015 11:37 pm

Re: Idling player should delete/place ghosts in reach

Post by MiniHerc »

Koub wrote:
Thu Feb 28, 2019 10:23 am
Very similar to a suggestions the devs have rejected : viewtopic.php?f=71&t=62293
I've also seen it several times within other discussions. Hope that the devs change their mind :)
Rseding91 wrote:
Tue Aug 28, 2018 7:14 pm
Nefrums wrote:I was hoping for a key to fill in the ghosts, so that you could hold it and drag over lots of different ghosts to fill in all.

Could be as simple as leftckick on a ghost
That's the entire purpose of construction robots. We aren't going to add a functionality to the game which just replaces them in an easier way.
Hm. It wouldn't 'replace construction robots', nor would it be 'easier'. Considering that this feature would be limited range and/or require holding a hotkey while mousing over the ghosts... it would be an extremely limited early game 'version of construction bots', if any comparison would be possible.

Construction bots allow you to remotely build and modify your factory from afar. This idea would never allow that.

SyncViews
Filter Inserter
Filter Inserter
Posts: 295
Joined: Thu Apr 21, 2016 3:17 pm
Contact:

Re: Idling player should delete/place ghosts in reach

Post by SyncViews »

Should be easy enough to mod if there is demand, I knocked up a limited version quickly based on something else I had without any extras. And it only requires a control.lua so I think you could even put it on a server without requiring it be modded.

A version using a selection tool of some sorts would also be possible, as should a shortcut bar toggle or such.
Attachments
player-auto-build_0.1.0.zip
(1.25 KiB) Downloaded 104 times

Darinth
Filter Inserter
Filter Inserter
Posts: 323
Joined: Wed Oct 17, 2018 12:17 pm
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Darinth »

No, it's not going to replace construction robots, but it will absolutely and frequently delay people utilizing them. I'd probably be way less likely myself to utilize construction robots early on if I could just click on ghosts in some fashion to lay them down. I think Wube might have the right idea here.

Koub
Global Moderator
Global Moderator
Posts: 7175
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Koub »

My own suggestion on similar discussions was : not even need for clicking, let any ghost within hand reach to be built either automatically or upon a key press.
And I, too, don't think it would chase too much onto the bots' lands.
Koub - Please consider English is not my native language.

User avatar
Ranakastrasz
Smart Inserter
Smart Inserter
Posts: 2124
Joined: Thu Jun 12, 2014 3:05 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Ranakastrasz »

I think there was a mod called BLueBuild which did this. In no way did this make me want to not get robots. The range was small, and I had to not move, and it didn't alert you if you ran out of items to place.... Overall it was a huge improvement when you got your personal roboport. But it made early game blueprinting feasible.
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16

User avatar
BlueTemplar
Smart Inserter
Smart Inserter
Posts: 2420
Joined: Fri Jun 08, 2018 2:16 pm
Contact:

Re: Idling player should delete/place ghosts in reach

Post by BlueTemplar »

Yes, Koub already linked it.

And it's probably a bit too strong (especially compared to the first bots !),
and to Nanobots,
but might probably be balanced,
for instance adding an equipment inventory to all armors (they don't stack anymore anyway),
and making its speed/range depend on the number of ... lets say "inserters" placed there...
BobDiggity (mod-scenario-pack)

SyncViews
Filter Inserter
Filter Inserter
Posts: 295
Joined: Thu Apr 21, 2016 3:17 pm
Contact:

Re: Idling player should delete/place ghosts in reach

Post by SyncViews »

I polished my code a bit, I think its what people were suggesting. I added one extra restriction, it won't build if enemies are near, so no instant replacement of walls/turrets/etc. in a fight. Should work in multiplayer but didn't get time to test MP during lunch.

https://mods.factorio.com/mod/player-auto-build
auto-build.gif
auto-build.gif (7.79 MiB) Viewed 5424 times

Koub
Global Moderator
Global Moderator
Posts: 7175
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Koub »

SyncViews wrote:
Fri Mar 01, 2019 12:38 pm
I polished my code a bit, I think its what people were suggesting. I added one extra restriction, it won't build if enemies are near, so no instant replacement of walls/turrets/etc. in a fight. Should work in multiplayer but didn't get time to test MP during lunch.

https://mods.factorio.com/mod/player-auto-build
This looks very promising !
One question though : It seems to have a longer range than hand reach. Am I wrong ? I feel auto-placement should be limited to hand reach when there are no bots, to keep things balanced.

Hope something like this makes it to vanilla :)
Koub - Please consider English is not my native language.

SyncViews
Filter Inserter
Filter Inserter
Posts: 295
Joined: Thu Apr 21, 2016 3:17 pm
Contact:

Re: Idling player should delete/place ghosts in reach

Post by SyncViews »

I used `reach_distance` and thinking maybe I should have used `build_distance`, but I think both are 10 tiles unmodded?

Was it a particular object or such you noticed it with?
distance.png
distance.png (332.06 KiB) Viewed 5412 times

Koub
Global Moderator
Global Moderator
Posts: 7175
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Koub »

As I said, it was an impression watching the gif : I was just reading and moderating a little, one of my meetings having ended a little earlier than expected :mrgreen:
As long as the "autobuild" only does what you could do by hand, I think it's well balanced.
Koub - Please consider English is not my native language.

dood
Filter Inserter
Filter Inserter
Posts: 360
Joined: Wed Mar 21, 2018 8:36 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by dood »

There were plans for earlier bots which would solve this but no actions taken to implement it.

SyncViews
Filter Inserter
Filter Inserter
Posts: 295
Joined: Thu Apr 21, 2016 3:17 pm
Contact:

Re: Idling player should delete/place ghosts in reach

Post by SyncViews »

You have to make a lot of stuff earlier. First level bots with solar panels are not great.

User avatar
BlueTemplar
Smart Inserter
Smart Inserter
Posts: 2420
Joined: Fri Jun 08, 2018 2:16 pm
Contact:

Re: Idling player should delete/place ghosts in reach

Post by BlueTemplar »

SyncViews wrote:
Fri Mar 01, 2019 7:46 pm
You have to make a lot of stuff earlier. First level bots with solar panels are not great.
0.16 solar panels or 0.17 solar panels?
But yeah, they are still pretty slow at start... This is why BlueBuild is too good !
There's also the Nanobot approach of course, but in the end I rarely use them outside combat, as the cost is pretty steep!
BobDiggity (mod-scenario-pack)

orzelek
Smart Inserter
Smart Inserter
Posts: 3911
Joined: Fri Apr 03, 2015 10:20 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by orzelek »

BlueTemplar wrote:
Fri Mar 01, 2019 8:28 pm
SyncViews wrote:
Fri Mar 01, 2019 7:46 pm
You have to make a lot of stuff earlier. First level bots with solar panels are not great.
0.16 solar panels or 0.17 solar panels?
But yeah, they are still pretty slow at start... This is why BlueBuild is too good !
There's also the Nanobot approach of course, but in the end I rarely use them outside combat, as the cost is pretty steep!
Nanobots are neat if you have mod that increase ammo count - like 10x bullets per magazine :D
I need to check out BlueBuild and there is new Auto build mod in works also.

Engimage
Smart Inserter
Smart Inserter
Posts: 1067
Joined: Wed Jun 29, 2016 10:02 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Engimage »

Long ago (when a pickaxe was still a thing) I have made a similar suggestion
Early game blueprint placement - PACK
I really hope devs will implement some kind of a early game blueprint usage

Two
Burner Inserter
Burner Inserter
Posts: 15
Joined: Sun Mar 03, 2019 9:31 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Two »

I think this would make Blueprints way too powerful. Currently they are already destroying some fun of the game, because once you have a perfect setup you are going to copy/paste it everywhere and rapidly build your factories without any changes from game to game. The only time where that does not happen is the early game, because there you have to place them by hand and therefore might make mistakes.

If players would now build Blueprints right from the start Factorio would become a Blueprint stamping simulator.

User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2632
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: Idling player should delete/place ghosts in reach

Post by steinio »

Two wrote:
Sun Mar 03, 2019 10:51 am
I think this would make Blueprints way too powerful. Currently they are already destroying some fun of the game, because once you have a perfect setup you are going to copy/paste it everywhere and rapidly build your factories without any changes from game to game. The only time where that does not happen is the early game, because there you have to place them by hand and therefore might make mistakes.

If players would now build Blueprints right from the start Factorio would become a Blueprint stamping simulator.
100%

Why should i use expensive construction bots if bluebuilding is possible without them.
Image

Transport Belt Repair Man

View unread Posts

Koub
Global Moderator
Global Moderator
Posts: 7175
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Idling player should delete/place ghosts in reach

Post by Koub »

steinio wrote:
Sun Mar 03, 2019 11:22 am
Why should i use expensive construction bots if bluebuilding is possible without them.
Because of the limitations of the "without bots" stuff, like lower speed, shorter reach ? As long as bots are a significative upgrade, at one time, people will upgrade to bots.
Koub - Please consider English is not my native language.

Post Reply

Return to “Ideas and Suggestions”