Page 66 of 83

Re: Simple Questions and Short Answers

Posted: Thu Nov 26, 2020 1:24 pm
by brunzenstein
Pi-C wrote:
Thu Nov 26, 2020 11:08 am
eradicator wrote:
Thu Nov 26, 2020 10:37 am
When someone posts a command block starting with "/c" like:

Code: Select all

/c
local reach = 1e6
game.player.force.character_build_distance_bonus = reach
game.player.force.character_reach_distance_bonus = reach
You just click "SELECT ALL" and copy/paste that into the game. Done. No need to manually add semicolons or whatever.
OK, with copy/paste it will work, but you can't directly type multi-line commands on the console as pressing <ENTER> will execute whatever was on the first line. (Also, while omitting the semicolon will work, I find it more intuitive to separate different commands visually.) So whenever I run commands in the game, I put the complete block on one line. For testing multi-line stuff, I either use a separate Lua installation outside of the game -- or I put the code somewhere in my mod where I know it will be run. Well, just a matter of personal preference, I guess … :-)
Thanks - this works for entities but not for items like wood, mining or rocks thought -

Re: Simple Questions and Short Answers

Posted: Thu Nov 26, 2020 1:35 pm
by eradicator

Code: Select all

/c 
local f = game.player.force
f.character_reach_distance_bonus          = 2000000
f.character_build_distance_bonus          = 2000000
f.character_resource_reach_distance_bonus = 2000000
f.character_item_drop_distance_bonus      = 2000000

Re: Simple Questions and Short Answers

Posted: Thu Nov 26, 2020 5:23 pm
by brunzenstein
eradicator wrote:
Thu Nov 26, 2020 1:35 pm

Code: Select all

/c 
local f = game.player.force
f.character_reach_distance_bonus          = 2000000
f.character_build_distance_bonus          = 2000000
f.character_resource_reach_distance_bonus = 2000000
f.character_item_drop_distance_bonus      = 2000000
Thank you indeed for helping a laymen!
It would be wonderful if you could shortly explain how this workes - I understand that f is defined in the first line - (what the local stands for= and then?

Re: Simple Questions and Short Answers

Posted: Thu Nov 26, 2020 8:12 pm
by <X>
Im probably the 1000th guy who asks this, and its the same issue with every game I buy from steam: Where are my screenshots?

[EDIT} ok, got it. Took a while with windows search, but Ive got it.

Re: Simple Questions and Short Answers

Posted: Thu Nov 26, 2020 8:33 pm
by Jap2.0
<X> wrote:
Thu Nov 26, 2020 8:12 pm
Im probably the 1000th guy who asks this, and its the same issue with every game I buy from steam: Where are my screenshots?
https://store.steampowered.com/app/427520/Factorio/
https://factorio.com/game/screenshots

Or even better, just download the demo.

Re: Simple Questions and Short Answers

Posted: Fri Nov 27, 2020 8:50 am
by eradicator
brunzenstein wrote:
Thu Nov 26, 2020 5:23 pm
It would be wonderful if you could shortly explain how this workes
I'm not really sure what there is to explain. It just assigns a large number to each of the range bonusses? The local f is just to make it shorter.

Code: Select all

/c 
game.player.force.character_reach_distance_bonus          = 2000000
game.player.force.character_build_distance_bonus          = 2000000
game.player.force.character_resource_reach_distance_bonus = 2000000
game.player.force.character_item_drop_distance_bonus      = 2000000

Re: Simple Questions and Short Answers

Posted: Fri Nov 27, 2020 10:23 am
by Impatient
How do I place tags on the map in v1.1.1? Up until now it was RMB. Now it isn't anymore.

Re: Simple Questions and Short Answers

Posted: Fri Nov 27, 2020 12:14 pm
by ickputzdirwech
Impatient wrote:
Fri Nov 27, 2020 10:23 am
How do I place tags on the map in v1.1.1? Up until now it was RMB. Now it isn't anymore.
When you are in map view, there is a button below the minimap „Add tag“ (or something similar). You can then add names and stuff and if you confirm you can place the tag wherever you want.

Re: Simple Questions and Short Answers

Posted: Fri Nov 27, 2020 12:17 pm
by Impatient
ickputzdirwech wrote:
Fri Nov 27, 2020 12:14 pm
Impatient wrote:
Fri Nov 27, 2020 10:23 am
How do I place tags on the map in v1.1.1? Up until now it was RMB. Now it isn't anymore.
When you are in map view, there is a button below the minimap „Add tag“ (or something similar). You can then add names and stuff and if you confirm you can place the tag wherever you want.
Ah, thanks. Too much change lately. ;)

Re: Simple Questions and Short Answers

Posted: Sat Nov 28, 2020 12:40 am
by Impatient
Is there currently a way to fast find a spidertron that is connected to a remote?
I have the problem that I am playing on a huge map and sometimes I simply forget where the spidertrons are. Then I have to search.

Oh, well, if I have a connected remote, I can issue a move command and see where the line is drawn on the map. nvm

Any other ideas for not connected strons?

Re: Simple Questions and Short Answers

Posted: Sat Nov 28, 2020 5:52 am
by burninghey

Re: Simple Questions and Short Answers

Posted: Sat Nov 28, 2020 6:01 am
by Impatient
Oh that is cool. Thx :thumbsup:

Re: Simple Questions and Short Answers

Posted: Tue Dec 01, 2020 1:08 pm
by Blue_thunder
Hey, this might be a stupid question, but since updating (I think to 1.1, currently on 1.1.3), my amount of launched rockets window on the top left is gone.
I tried to google the problem, but I couldn't find anything about it. How do I turn it back on again?

Re: Simple Questions and Short Answers

Posted: Tue Dec 01, 2020 1:29 pm
by Ghoulish
Blue_thunder, you can't they removed that GUI button in a recent update. I do hope they reimplement it with additional functionality to show rockets / min or hour however.

Re: Simple Questions and Short Answers

Posted: Tue Dec 01, 2020 2:02 pm
by Serenity
Blue_thunder wrote:
Tue Dec 01, 2020 1:08 pm
How do I turn it back on again?
There are mods:

https://mods.factorio.com/mod/rocket-silo-stats
https://mods.factorio.com/mod/rocket_target

Re: Simple Questions and Short Answers

Posted: Fri Dec 04, 2020 11:07 am
by Blue_thunder
Okay thanks for the answers. I also hope they put it back in.

Re: Simple Questions and Short Answers

Posted: Sun Dec 06, 2020 12:27 pm
by <X>
Not sure, if this is the right spot to ask this. But it's definitely answered quickly, I guess.

I want to update to 1.1 experimental version. I've bought the game on steam, and I've read I need to go the the "Beta-Tab". But I don't find that tab anywhere. Not in the shop, and not in my library. How do I update?

Re: Simple Questions and Short Answers

Posted: Sun Dec 06, 2020 1:07 pm
by Kahnugo
It's a tab in the game properties (right click the game in your library).

Re: Simple Questions and Short Answers

Posted: Sun Dec 06, 2020 2:45 pm
by <X>
Kahnugo wrote:
Sun Dec 06, 2020 1:07 pm
It's a tab in the game properties (right click the game in your library).
oh right. must've been that easy^^

Re: Simple Questions and Short Answers

Posted: Sat Dec 12, 2020 7:34 am
by niki_dev
Quick question: Is there a mod or feature that allows you to FIND WHERE you are producing a certain item, on the map?
I use logistic bots, and I didn't label everything, so, for example: It's impossible to find the one Assembling Machine that is producing Chemical Plants, when I have over 1k Assembling Machines.
:lol: :lol: :lol:

EDIT: Found a mod that does it! https://mods.factorio.com/mod/BeastFinder
Ty!