Find production on base, amnesia problem ;)

Post all other topics which do not belong to any other category.
Post Reply
cmnielsen
Burner Inserter
Burner Inserter
Posts: 12
Joined: Sat Jan 09, 2021 7:06 am
Contact:

Find production on base, amnesia problem ;)

Post by cmnielsen »

Hi.

Is there any way (maybe a mod) that allow me to search for a specific production machine? I guess I'm suffering from amnesia, as I cannot remember where I made the production. An example, I have only one machine producing hand grenades, but I can't remember where I put it and I cannot find it anywhere. Is there a way to search for it?

Side question, when is a base large enough to be considered as a mega base?

Have a nice weekend.

wobbycarly
Fast Inserter
Fast Inserter
Posts: 240
Joined: Tue Jan 29, 2019 4:00 am
Contact:

Re: Find production on base, amnesia problem ;)

Post by wobbycarly »

It might help to enable the map feature that shows the machine recipe. And I think megabase is usually considered 1000 science per minute for 10 hours. But I'm sure that's open to interpretation! :D

User avatar
bormand
Fast Inserter
Fast Inserter
Posts: 201
Joined: Fri Jun 05, 2020 9:59 am
Contact:

Re: Find production on base, amnesia problem ;)

Post by bormand »

I dunno about mods, but this little script may help:

Code: Select all

/c for i,e in ipairs(game.surfaces["nauvis"].find_entities_filtered{type='assembling-machine'}) do
    local r = e.get_recipe()
    if r ~= nil and r.name == 'grenade' then
        game.player.print(string.format("[gps=%f,%f]", e.position.x, e.position.y))
    end
end
cmnielsen wrote:
Sat Mar 06, 2021 8:00 am
Side question, when is a base large enough to be considered as a mega base?
Something like 1000 SPM (science packs per minute), usually.

cmnielsen
Burner Inserter
Burner Inserter
Posts: 12
Joined: Sat Jan 09, 2021 7:06 am
Contact:

Re: Find production on base, amnesia problem ;)

Post by cmnielsen »

Machine recipe is enabled, just can't find it :roll: :roll:

1000 science per minute is that all sience or white only?

cmnielsen
Burner Inserter
Burner Inserter
Posts: 12
Joined: Sat Jan 09, 2021 7:06 am
Contact:

Re: Find production on base, amnesia problem ;)

Post by cmnielsen »

bormand wrote:
Sat Mar 06, 2021 8:18 am
I dunno about mods, but this little script may help:

I'm not used to scripts, where an I supposed to post it? Only place I know, is how to imoort blueprints ;)

Thank you for helping

User avatar
bormand
Fast Inserter
Fast Inserter
Posts: 201
Joined: Fri Jun 05, 2020 9:59 am
Contact:

Re: Find production on base, amnesia problem ;)

Post by bormand »

cmnielsen wrote:
Sat Mar 06, 2021 8:23 am
I'm not used to scripts, where an I supposed to post it?
Press ~ to open chat console, paste script there. It will spam some GPS tags to your chat. Click them and you will see location on the map.

If you need to fine another recipe, replace 'grenade' with something else.

P.S. Commands disable achievements, so you may want to reload the save after that.

Hope it helps.
1000 science per minute is that all sience or white only?
1000 of each pack. Excluding military, probably.

cmnielsen
Burner Inserter
Burner Inserter
Posts: 12
Joined: Sat Jan 09, 2021 7:06 am
Contact:

Re: Find production on base, amnesia problem ;)

Post by cmnielsen »

thank you for the help :!: :!: :!:


cmnielsen
Burner Inserter
Burner Inserter
Posts: 12
Joined: Sat Jan 09, 2021 7:06 am
Contact:

Re: Find production on base, amnesia problem ;)

Post by cmnielsen »

YOU are good, none the less. Thank you so much for taking time to help me and others.

Trific
Fast Inserter
Fast Inserter
Posts: 145
Joined: Thu Dec 31, 2020 7:57 pm
Contact:

Re: Find production on base, amnesia problem ;)

Post by Trific »

bormand wrote:
Sat Mar 06, 2021 8:28 am

1000 of each pack. Excluding military, probably.
IMO, excluding military makes the whole thing significantly easier, and it's not a mega- or giga- without all 7.

Redpossum
Inserter
Inserter
Posts: 31
Joined: Sun Oct 11, 2020 2:27 pm
Contact:

Re: Find production on base, amnesia problem ;)

Post by Redpossum »

bormand wrote:
Sat Mar 06, 2021 8:36 am
Found some mods that may be useful:

https://mods.factorio.com/mod/BeastFinder
https://mods.factorio.com/mod/WhereIsItMade
Thank you very much! Beastfinder mod is super handy. I can't tell you how many times I have wound up running all over my base looking for that chest full of copper plates, or copper wire, or landfill.

Post Reply

Return to “General discussion”