In other languages: Deutsch Français Português, Brasil Русский Українська 简体中文

Player

From Official Factorio Wiki
Revision as of 13:24, 5 October 2018 by Bilka (talk | contribs) (that was commented out for a reason: It's outdated and doesn't belong here.)
Jump to navigation Jump to search

Factorio is played from the angled top down perspective of the player.

The physical representation of the player is the character, who is always at the center of view. In multiplayer, player characters will appear in different colors. Color can be set manually with the /color command, see Console. These colors also transfer to any entered car or tank, depending on which player is driving them.

The character is part of the player and represents the physical existence of the player in the game-world. In technical terms: A character is just one property of the player, and it is the only that can be controlled at a time.

The character's maximum health is 250 (without energy shields). The character's main inventory has 60 slots (without bonuses from power armor, logistic trash slots, or the quickbar). Similar to the stationary radar, the character constantly reveals an area of 5×5 chunks, centered on the chunk the character occupies.

Distinction between Player and Character

File:Player-running.gif
The player (aka the character) running.
Two different color characters in multiplayer.

Technically the player is only the "player-view". The player is unlike the character, (the little person that runs around on the ground) The character is part of the player, but the player is not just the character.

You can for example play in god-mode (such as in the sandbox game mode). In that mode you don't have a character, only a player.

In other words, the Player is a term that encompasses both the internal code that defines a player, and the entity in game that interacts with machines/rocks/trees, which is the character. While this distinction is important for modding and understanding the game's core, the terms can be used interchangeably for most conversations. For the purpose of this article, player will be used.

World Interaction

The player has five primary ways of interacting with the world:

  1. Crafting items personally from resources using the craft menu (Default open key: E)
  2. Placing entities by selecting them from the inventory or toolbar and placing them on a tile (Default: Left Mouse Button)
    1. Opening contextual menus for entities like Assembly Machines or Chests, using the same button
    2. Removing an entity from the world, returning it to your inventory (Default: Hold Right Mouse Button)
  3. Harvesting resources from a tile (Default: Hold RMB)
  4. Picking up non-placed items from the ground and placing them in your inventory (Default: Hold/press F)
  5. Firing weapons at enemies (Default: Press or hold Spacebar depending on weapon)

For more key-bindings, see Keyboard bindings

Note: The player can do that only, if his character owns the abilities for this. For example: He cannot fire a weapon, cause he has no weapons-slots.

Death

When a player is killed, it leaves behind a corpse that lasts 15 minutes and contains all items that were located in the player's inventory, quickbar, trash slots, and equipment slots. 10 seconds after being killed, the player respawns at the center of the world.

Quickbar

The Quickbar is a row of 10 or 20 inventory slots at the bottom of the screen. It is always visible, unlike the player's main inventory which has to be opened and closed manually. Quickbar slots can be "flitered" using Middle mouse button to only accept one type of item (useful to prevent it from getting cluttered by things you don't need), and are accessible via individual hotkeys.

Quickbar.png

Gallery

File:Playerportrait.png
Portrait of the player character; seen when selecting the "First steps" campaign.

History

  • 0.13.14:
    • Surplus items from crafting are again available for crafting other items. For example, crafting two green circuits will no longer result in two extra copper wires in the player's inventory. This only applies to items that are automatically crafted as a prerequisite; items the player has explicitly requested to craft will not be used to satisfy the dependencies of any further orders.
  • 0.13.0:
    • Armors have inventory size bonuses (10 for modular armor, 20 for power armor, 30 for power armor mk2).
  • 0.12.1:
    • Changed fast inventory transfer from the main player inventory so ctrl+clicking empty slots doesn't move items to the logistic trash slots.
  • 0.12.0:
    • New muzzle flash graphics.
  • 0.11.4:
    • Improved player running animation.
  • 0.11.0:
    • New player animation, depends on armor
  • 0.10.9:
    • Mining a chest now fails instead of spilling items onto the ground.
  • 0.9.0:
    • Player gets a separate warning icon when a building is destroyed.
    • Recipe gui contains recipes not craftable by player (however, their tooltip shows machines where they can be crafted).
  • 0.7.0:
    • Player moves slower while shooting.
  • 0.6.0:
    • Added the ability for the player to request items directly from logistic robots.
  • 0.5.0:
    • Player picks all items in range when picking items on the ground, instead of 1 per tick
    • Shooting particles added
  • 0.4.0:
    • Player slides around corners
  • 0.2.1:
    • Added warning message when the player tries to build in an invalid position.
  • 0.2.0:
    • Screen reddens when taking damage
    • Character animations added

See also