In other languages: Čeština Deutsch Español Polski Русский Українська 简体中文

Install guide: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
(Massive cleanup, receive merged pages)
Line 1: Line 1:
{{Languages}}
{{Languages}}
== Downloading ==
== Downloading ==


See [[Download and Installation]].
See [[Download and Installation]].


== Where are the save-files on hard disk then? ==
* Where are files for Factorio stored?


See [[Application Directory]].
See [[Application Directory]].


== Windows ==
== Windows ==
For windows you have 4 options.


==== 32 or 64 bit ====
==== 32 or 64 bit ====


Technically you only have 2, as you either have a 32 or 64 bit computer.
To determine which category you fall into, use the search function from the start menu to look for "system information" and open it. Find System Type. This tell you if your system is a x32 or x64 based system. Almost all modern PCs are 64 bit. If you have more than 4GB of RAM, your computer is definitely 64bit.
 
To determine which category you fall into, use the search function from the start menu to look for "system information" and open it. Find System Type. This tell you if your system is a x32 or x64 based system.


After downloading you simply start the installer, which does the rest.
After downloading you simply start the installer, which does the rest.
Line 22: Line 19:
==== Installer or Zip-Package ====
==== Installer or Zip-Package ====


This part is up to you. If you want install factorio like you would any other game from a disk or download, then get the EXE installer for your given system.
This part is up to you. If you want install factorio like you would any other game from a disk or download, then get the EXE installer for your given system. This can be run to install Factorio directly into your operating system's list of programs.
 
Otherwise, you can choose to get the zip package, which you can extract normally, and then play the game straight from that folder. This can also be copied to any USB device and be played from there.


Or it is also useful for modders, to have several installations of the game to test things working.
Otherwise, you can choose to get the zip package, which you can extract normally, and then play the game straight from that folder. This can also be copied to any USB device and be played from there directly, making it a portable install. Modders can also use this to have multiple installs of Factorio.


== MacOS ==
== MacOS ==


For MacOS you download just a .dmg file. You can use that in two ways:
For MacOS you download just a .dmg file. You can use that in two ways:
* drag the downloaded dmg into the Applications-folder. This is the recommended way.
 
* because a dmg is nothing than a special Zip, you can start the binary from there. This is not really recommended, cause the application directory does not change.
* Drag the downloaded dmg into the Applications-folder. This is the recommended way.
* Because a dmg is nothing than a special Zip, you can extract it and start the binary from there. This is not really recommended, cause the application directory does not change.


== Linux ==
== Linux ==
Line 38: Line 34:
==== 32 bit or 64 bit ====
==== 32 bit or 64 bit ====


# Download the "Generic Linux tar package" for 32 or 64 bit. [[How to determine whether a given Linux is 32 bit or 64 bit?|(How to determine?)]]
1. Download the "Generic Linux tar package" for 32 or 64 bit.
 
To determine if your distribution is 64 or 32 bit:
 
'''Simpler way for UBUNTU users:'''
# Click System Menu (gear at top right corner)
# Click "About this Computer"
# Read "OS type" field: 64 bit OS will read "64-bit"
 
'''Universal way for all Linux users:'''
# Start Terminal (CTRL+ALT+T)
# Type <code>uname -m</code> command and ENTER
# If you see "x86_64" its 64 bit, if you see "i686", "i586" or lower its 32 bit.
 
After determining this, download the correct package, then:
 
# Extract the tar archive (right click->extract)
# Extract the tar archive (right click->extract)
# Run the executable at bin/i386/factorio (or bin/x64/factorio)
# Run the executable at bin/i386/factorio (or bin/x64/factorio)
# (Optional) You can add Factorio icon to your launcher [[How to add Factorio icon to my system launcher?|(How to do it?)]]
# (Optional) You can add Factorio icon to your launcher. See below.
 
== How to add Factorio icon to my system launcher? ==
=== Linux ===
 
==== Ubuntu, Debian, ElementaryOS ====
* Open terminal and type <code>gedit ~/.local/share/applications/factorio.desktop</code>
* Text editor opens and you type this text in it. Just replace "/home/jirka/factorio/" with your path where you extracted TARs and replace x64 with i386 in case you have 32 bit version.
  [Desktop Entry]
  Encoding=UTF-8
  Name=Factorio
  Exec=/home/jirka/factorio/bin/x64/factorio
  Icon=/home/jirka/factorio/data/core/graphics/factorio.png
  Type=Application
  Categories=Game;


==== Specialities ====
* Don't forget to save the file when you close the text editor


* [[Install Guide/Linux how to]]
Note: you can save a copy of this file anywhere you'd like to make a shortcut. eg. you could save the file to <code>~/Desktop/factorio.desktop</code> to create a clickable shortcut on your desktop.
* [[Install Guide/Add Factorio icon to system launcher|How to add Factorio icon to my system launcher?]]


== See also ==
== See also ==
Line 52: Line 76:
* [[Download and Installation]]
* [[Download and Installation]]
* [[Application Directory]]
* [[Application Directory]]
* [[Install Guide/Linux how to]]
* [[Install Guide/Add Factorio icon to system launcher|How to add Factorio icon to my system launcher?]]

Revision as of 20:04, 7 January 2017


Downloading

See Download and Installation.

  • Where are files for Factorio stored?

See Application Directory.

Windows

32 or 64 bit

To determine which category you fall into, use the search function from the start menu to look for "system information" and open it. Find System Type. This tell you if your system is a x32 or x64 based system. Almost all modern PCs are 64 bit. If you have more than 4GB of RAM, your computer is definitely 64bit.

After downloading you simply start the installer, which does the rest.

Installer or Zip-Package

This part is up to you. If you want install factorio like you would any other game from a disk or download, then get the EXE installer for your given system. This can be run to install Factorio directly into your operating system's list of programs.

Otherwise, you can choose to get the zip package, which you can extract normally, and then play the game straight from that folder. This can also be copied to any USB device and be played from there directly, making it a portable install. Modders can also use this to have multiple installs of Factorio.

MacOS

For MacOS you download just a .dmg file. You can use that in two ways:

  • Drag the downloaded dmg into the Applications-folder. This is the recommended way.
  • Because a dmg is nothing than a special Zip, you can extract it and start the binary from there. This is not really recommended, cause the application directory does not change.

Linux

32 bit or 64 bit

1. Download the "Generic Linux tar package" for 32 or 64 bit.

To determine if your distribution is 64 or 32 bit:

Simpler way for UBUNTU users:

  1. Click System Menu (gear at top right corner)
  2. Click "About this Computer"
  3. Read "OS type" field: 64 bit OS will read "64-bit"

Universal way for all Linux users:

  1. Start Terminal (CTRL+ALT+T)
  2. Type uname -m command and ENTER
  3. If you see "x86_64" its 64 bit, if you see "i686", "i586" or lower its 32 bit.

After determining this, download the correct package, then:

  1. Extract the tar archive (right click->extract)
  2. Run the executable at bin/i386/factorio (or bin/x64/factorio)
  3. (Optional) You can add Factorio icon to your launcher. See below.

How to add Factorio icon to my system launcher?

Linux

Ubuntu, Debian, ElementaryOS

  • Open terminal and type gedit ~/.local/share/applications/factorio.desktop
  • Text editor opens and you type this text in it. Just replace "/home/jirka/factorio/" with your path where you extracted TARs and replace x64 with i386 in case you have 32 bit version.
 [Desktop Entry]
 Encoding=UTF-8
 Name=Factorio
 Exec=/home/jirka/factorio/bin/x64/factorio
 Icon=/home/jirka/factorio/data/core/graphics/factorio.png
 Type=Application
 Categories=Game;
  • Don't forget to save the file when you close the text editor

Note: you can save a copy of this file anywhere you'd like to make a shortcut. eg. you could save the file to ~/Desktop/factorio.desktop to create a clickable shortcut on your desktop.

See also