I wasn't able to search to find this answer, so i figured i would ask here;
Is there a way to modify how quickly the editor increases resources or to increase the stock amount that it puts down from the editor?
I'd really like to just make a predictable resource string that will last ages, and using the stock editor... this is difficult.
Increasing resources in map editor
Re: Increasing resources in map editor
press f to increase resources look in game on the controls to see
Re: Increasing resources in map editor
F will increase the resources but if you are trying to get a huge amount in one spot, I don't believe that there is a way to add alot at one time. You'll just have hold f down until it's at the level you want, or try using lua to add them in.
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me

Or drop into #factorio on irc.esper.net
Re: Increasing resources in map editor
or use cheat engine....FreeER wrote:F will increase the resources but if you are trying to get a huge amount in one spot, I don't believe that there is a way to add alot at one time. You'll just have hold f down until it's at the level you want, or try using lua to add them in.
when i had only the demo i used cheat engine to give an unlimited supply of ore.....
Re: Increasing resources in map editor
https://forums.factorio.com/forum/vie ... ?f=6&t=507Mango wrote:Actually you can make endless ressources in editor. The only thing you must do is to decrease amount of mineral in vein below 0.
that might do what you want depending on how many 'ages' you want it to last

as for:
in alpha (maybe demo too?) you can use the console to do the same + more.. hold shift and press the tilde key (~) next to 1Dakkanor wrote:when i had only the demo i used cheat engine to give an unlimited supply of ore.....
then type something to the effect of game.getplayer().insert{name="iron-ore", count=64}
but that's if you want to cheat in your game, if you were making a custom map to share, you wouldn't want to tell everyone to just cheat in resources...though you could add the same commands to the scenario script instead (just not under ontick, unless you only gave like 1 ore per tick lol).
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me

Or drop into #factorio on irc.esper.net