Pockethost

Pockethost_wiki

Factorio Research Commands

You can use these commands in your Factorio console to influence your research: /c game.player.force.research_all_technologies() Unlocks all technologies /c for name, recipe in pairs(game.player.force.recipes) do recipe.enabled = true end Enables all recipes /c game.player.force.technologies[‘steel-processing’].researched=true Researches the specified technology /c game.player.force.laboratory_speed_modifier=2 Increases your research speed 1 = 100%, 2 = 200%, 3 = 300%, etc. Get …

Factorio Research Commands Read More »

Pockethost_wiki

Factorio World Commands

You can use these commands in your Factorio console to influence your world: /editor Toggles the map editor overlay, allowing you to alter the terrain /c local radius=1000 game.player.force.chart(game.player.surface, {{game.player.position.x-radius, game.player.position.y-radius}, {game.player.position.x+radius, game.player.position.y+radius}}) Explores chunks in a radius around the player, much like a Radar does /c game.player.surface.always_day=true Locks the time of day to always …

Factorio World Commands Read More »

Pockethost_wiki

Factorio Inventory Commands

You can use these commands in your Factorio console to influence your inventory: /c game.player.cheat_mode=true Enables or disables Cheat Mode. Cheat Mode allows instant crafting of any item Use the values true or false /c game.player.insert{name=”infinity-chest”, count=100} Adds the specified item to your inventory /c game.player.force.character_inventory_slots_bonus=80 Increases your inventory size by adding the specified number …

Factorio Inventory Commands Read More »

Pockethost_wiki

How to manage PvP Settings of your Minecraft Bedrock Server

PvP Settings PvP settings allow you to control whether players can damage each other on your Minecraft server and also who can damage whom. To configure if PvP is active on your server you can use the following command in the console: /gamerule pvp true/false Alternatively, you can configure the appropriate property in the server …

How to manage PvP Settings of your Minecraft Bedrock Server Read More »

Pockethost_wiki

Factorio Basic Enemy Commands

You can use these commands in your Factorio console to influence your player character: /c game.player.surface.peaceful_mode=true Enables or disables Peaceful Mode. While Peaceful Mode is enabled, Biters won’t attack you until provoked. Use the values true or false /c game.map_settings.enemy_evolution.time_factor=0 /c game.map_settings.enemy_evolution.pollution_factor=0 Disables Biter Evolution by both time (first command) and pollution (second command) /c …

Factorio Basic Enemy Commands Read More »

Pockethost_wiki

Factorio Basic Player Commands

You can use these commands in your Factorio console to influence your player character: /c game.player.force.manual_mining_speed_modifier=100 Increases or decreases your manual mining speed The higher the number, the higher your mining speed /c game.player.force.manual_crafting_speed_modifier=100 Increases or decreases your manual crafting speed The higher the number, the higher your crafting speed /c game.player.teleport([x],[y]) Teleports the player …

Factorio Basic Player Commands Read More »