Factorio console instructions: world editor, game pace, god mode, and extra

Using Factorio console commands, you can do anything from editing terrain to enabling all technologies, killing all enemies, and much more.

Using Factorio’s in-game console, gamers can do absolutely anything they may ever need to do on this marvellously addictive manufacturing facility administration game. From modifying the world round them to controlling the unfold of biters, from prompt teleporting to growing your stock dimension, from adjusting the game pace to enabling prompt crafting of things, our Factorio console instructions information will present you precisely methods to use all essentially the most helpful and highly effective cheats within the game.


Factorio console instructions

There’s a merely colossal variety of methods in which you’ll be able to change your Factorio game utilizing the in-game console. But we’re each busy folks, so I’m simply going to put out essentially the most helpful and often used cheats for you beneath.

How to make use of the Factorio console

To entry Factorio’s console, all it’s important to do is hit the “/” key whereas in-world. If this doesn’t work, you possibly can examine (or assign) which key to press by opening the menu and navigating to Settings->Controls->Basic Interaction->Toggle chat (and Lua console).

For a listing of primary instructions, merely sort “/help” into the console, and also you’ll be given a listing of doable instructions that you may sort in. However, in case you’re after cheats, what you’re actually after is the “/command” command (which you’ll be able to abbreviate to only “/c“).

Please observe: utilizing the “/c” command will disable all achievements on your Factorio world, so ensure that that is what you need to do earlier than committing.

You can find the key that opens the Factorio console in the Settings menu.

Now let’s take a more in-depth take a look at essentially the most helpful console instructions in Factorio.

Player console instructions

These Factorio cheats immediately have an effect on the participant, permitting you to rapidly transfer round and broaden your guide capabilities.

Teleport participant

  • Function: teleports the participant to the required coordinates.
  • Syntax/Example:

    /c game.participant.teleport([x],[y])

Mine quicker

  • Function: will increase (or decreases) your guide mining pace.
    0 = 100%, 1 = 200%, 2 = 300%, and many others.
  • Syntax/Example:

    /c game.participant.pressure.manual_mining_speed_modifier=100

Craft quicker

  • Function: will increase (or decreases) your guide crafting pace.
    0 = 100%, 1 = 200%, 2 = 300%, and many others.
  • Syntax/Example:

    /c game.participant.pressure.manual_crafting_speed_modifier=100

Increase participant attain

  • Function: will increase the utmost attain distance of the participant (how close to it’s important to be with the intention to work together with or place an object). Default is 10.
  • Syntax/Example:

    /c native attain = 500
    game.participant.pressure.character_build_distance_bonus = attain
    game.participant.pressure.character_reach_distance_bonus = attain


Inventory console instructions

Become a grasp of the stock with these Factorio inventory-focused console instructions.

Enable Cheat Mode

  • Function: allows or disables Cheat Mode. Cheat Mode permits free and prompt crafting of any merchandise.
    Replace “true” with “false” to disable.
  • Syntax/Example:

    /c game.participant.cheat_mode=true

Add merchandise to stock

  • Function: Adds the required merchandise to your stock.
    You can discover a checklist of merchandise IDs here.
  • Syntax/Example:

    /c game.participant.insert{identify=”infinity-chest”, depend=100}

Increase stock dimension

  • Function: will increase your stock dimension by including the required variety of stock slots.
  • Syntax/Example:

    /c game.participant.pressure.character_inventory_slots_bonus=80


Enemy console instructions

Control the unfold of Biters in your Factorio world utilizing these instructions.

Enable Peaceful Mode

  • Function: allows or disables Peaceful Mode. While Peaceful Mode is enabled, Biters gained’t assault you till provoked.
    Replace “true” with “false” to disable.
  • Syntax/Example:

    /c game.participant.floor.peaceful_mode=true

Disable Biter Evolution

  • Function: disables Biter Evolution by each time (first command) and air pollution (second command).
  • Syntax/Example:

    /c game.map_settings.enemy_evolution.time_factor=0
    /c game.map_settings.enemy_evolution.pollution_factor=0

Disable Biter Expansion

  • Function: allows or disables Biter Expansion.
    Replace “false” with “true” to allow.
  • Syntax/Example:

    /c game.map_settings.enemy_expansion.enabled=false

Kill all enemies

  • Function: kills all enemies within the explored world.
  • Syntax/Example:

    /c game.forces[“enemy”].kill_all_units()

Kill close by enemies

  • Function: kills all enemy items (biters and nest constructions) throughout the specified radius from the participant.
  • Syntax/Example:

    /c native floor=game.participant.floor
    native pp = game.participant.place
    native cnt = 0
    for key, entity in pairs(floor.find_entities_filtered({pressure=”enemy”, radius=250, place=pp })) do
    cnt = cnt+1
    entity.destroy()
    finish
    game.participant.print(cnt)

Set Biter evolution issue

  • Function: units the Biter evolution issue.
    Minimum is 0, most is 1.
  • Syntax/Example:

    /c game.forces[“enemy”].evolution_factor=0


World console instructions

From altering the time of day and pace of time to altering the very terrain round you, these highly effective instructions will help you sculpt your good Factorio expertise.

Enable the map editor

  • Function: toggles the map editor overlay, permitting you to change the terrain.
  • Syntax/Example:

    /editor

Reveal the map across the participant

  • Function: explores chunks in a radius across the participant, very similar to a Radar does.
  • Syntax/Example:

    /c native radius=1000
    game.participant.pressure.chart(game.participant.floor, {{game.participant.place.x-radius, game.participant.place.y-radius}, {game.participant.place.x+radius, game.participant.place.y+radius}})

Eternal daytime

  • Function: locks the time of day to at all times daytime.
    Replace “true” with “false” to disable.
  • Syntax/Example:

    /c game.participant.floor.always_day=true

Change game pace

  • Function: Alters the pace at which the game engine runs.
    1 = 100%, 2 = 200%, 3 = 300%, and many others.
  • Syntax/Example:

    /c game.pace=2

Remove air pollution

  • Function: removes all present air pollution on the earth.
  • Syntax/Example:

    /c game.participant.floor.clear_pollution()

Turn off air pollution

  • Function: allows or disables air pollution.
    Replace “false” with “true” to allow.
  • Syntax/Example:

    /c game.map_settings.air pollution.enabled=false


Research console instructions

Unlock all applied sciences or simply making researching lots faster and simpler with these instructions.

Research all applied sciences

  • Function: analysis all applied sciences.
  • Syntax/Example:

    /c game.participant.pressure.research_all_technologies()

Unlock all recipes

  • Function: allows all recipes.
  • Syntax/Example:

    /c for identify, recipe in pairs(game.participant.pressure.recipes) do recipe.enabled = true finish

Research particular know-how

  • Function: researches the required know-how.
  • Syntax/Example:

    /c game.participant.pressure.applied sciences[‘steel-processing’].researched=true

Increase analysis pace

  • Function: will increase your analysis pace.
    1 = 100%, 2 = 200%, 3 = 300%, and many others.
  • Syntax/Example:

    /c game.participant.pressure.laboratory_speed_modifier=2


And with that, we’ve illustrated all essentially the most helpful Factorio console instructions that we’ve discovered. Hopefully you discovered the above checklist helpful. It may additionally be price checking beneath for another Factorio guides that take your fancy.

  • Factorio guide and top tips – Our sensible prime suggestions for Factorio inexperienced persons.
  • Factorio early game – How to ace your first weeks in a brand new Factorio world.
  • Factorio mods – Here are the easiest Factorio mods we have ever used.
  • Factorio console commands – The most helpful cheats in Factorio revealed.
  • Factorio blueprints – How to make use of blueprints, and the most effective blueprints we have discovered.
  • Factorio vitality – Understanding oil, photo voltaic, and nuclear energy in Factorio.
  • Factorio trains – How to make use of trains to catapult your manufacturing facility progress ahead.


 

Source

Factorio, Feature, guides, Wube Software

Read also