Factorio console instructions information: world editor, game velocity, 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 might ever wish 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 measurement, from adjusting the game velocity to enabling prompt crafting of things, our Factorio console instructions information will present you precisely easy methods to use all probably 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 probably the most helpful and often used cheats for you beneath.

How to make use of the Factorio console

To entry Factorio’s console, all you need to do is hit the “/” key whereas in-world. If this doesn’t work, you may verify (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 fundamental instructions, merely kind “/help” into the console, and also you’ll be given a listing of doable instructions that you could kind in. However, if you happen to’re after cheats, what you’re actually after is the “/command” command (which you’ll be able to abbreviate to simply “/c“).

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

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

Now let’s take a better take a look at probably the most helpful console instructions in Factorio.

Player console instructions

These Factorio cheats instantly have an effect on the participant, permitting you to rapidly transfer round and develop your handbook capabilities.

Teleport participant

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

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

Mine sooner

  • Function: will increase (or decreases) your handbook mining velocity.
    0 = 100%, 1 = 200%, 2 = 300%, and so forth.
  • Syntax/Example:

    /c game.participant.drive.manual_mining_speed_modifier=100

Craft sooner

  • Function: will increase (or decreases) your handbook crafting velocity.
    0 = 100%, 1 = 200%, 2 = 300%, and so forth.
  • Syntax/Example:

    /c game.participant.drive.manual_crafting_speed_modifier=100

Increase participant attain

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

    /c native attain = 500
    game.participant.drive.character_build_distance_bonus = attain
    game.participant.drive.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 desired merchandise to your stock.
    You can discover a listing of merchandise IDs here.
  • Syntax/Example:

    /c game.participant.insert{title=”infinity-chest”, rely=100}

Increase stock measurement

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

    /c game.participant.drive.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 received’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 models (biters and nest buildings) inside 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({drive=”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 velocity of time to altering the very terrain round you, these highly effective instructions will let 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 like a Radar does.
  • Syntax/Example:

    /c native radius=1000
    game.participant.drive.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 all the time daytime.
    Replace “true” with “false” to disable.
  • Syntax/Example:

    /c game.participant.floor.always_day=true

Change game velocity

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

    /c game.velocity=2

Remove air pollution

  • Function: removes all current 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 loads faster and simpler with these instructions.

Research all applied sciences

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

    /c game.participant.drive.research_all_technologies()

Unlock all recipes

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

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

Research particular know-how

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

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

Increase analysis velocity

  • Function: will increase your analysis velocity.
    1 = 100%, 2 = 200%, 3 = 300%, and so forth.
  • Syntax/Example:

    /c game.participant.drive.laboratory_speed_modifier=2


And with that, we’ve illustrated all probably the most helpful Factorio console instructions that we’ve discovered. Hopefully you discovered the above listing helpful. It may also be price checking beneath for some other Factorio guides that take your fancy.


 

Source

Factorio, Feature, guides, Wube Software

Read also