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

Install guide: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Undo revision 174179 by Brilliantone (talk) -- Desktop files should not be executable. https://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#basic-format)
Tag: Undo
(16 intermediate revisions by 8 users not shown)
Line 1: Line 1:
=== Windows ===
{{Languages}}
Factorio can be obtained on Steam which handles the download and installation automatically. If the game is bought via [https://factorio.com the official factorio site], it can be downloaded on the website. It is possible to link a Steam and a factorio.com account together to be able to download the game from both platforms, at no additional cost.


For windows you have 4 options.  
Note that as of version 0.15, 32bit versions of the game are no longer available, leaving 32 bit players stuck on version 0.14.23. Please upgrade your computer if you are unable to run 64bit applications. You can determine if your OS is 64bit or not by learning how to do so. <!-- There's thousands of tutorials online. -->


==== 32 or 64 bit ====
== Downloading and installing Stable versions ==
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.
=== Via the official website ===


==== Installer or Zip-Package ====
To install Stable Factorio, visit the official game download portal, found [https://www.factorio.com/download here], and download the latest stable version, while logged in. The latest stable version can be found on this wiki's main page, as well as in many community places. After downloading, either unpack the downloaded archive, or run the automatic installer, depending on the choice you made. Install Factorio wherever your OS specifies programs to be installed, (or wherever you prefer) and the game should be runnable from there. The copy obtained from the official website is DRM free, and can be run without an internet connection, independent of Wube's servers. However, redistribution laws still apply.


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 version will automatically update to the newest stable version that comes out. If you wish to switch from stable to experimental, changing the config of the game is necessary to allow experimental downloads, see [https://www.youtube.com/watch?v=UdpQTNcHIgY this video] for details.


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.
=== Via Steam ===


Or it is also useful for modders, to have several installations of the game to test things working.
To download and install the game via Steam, if you have already purchased the game, simply use Steam's native download and install system.


=== MacOS ===
=== Via an automated process ===


TODO
Due to Factorio's need for authentication to download, using automated downloaders (such as a download manager, <code>wget</code> or other similar) is only possible if the application offers the ability to request using a username and password. For more info, see [[Web Authentication API]], and [[Download API]].


=== Linux ===
== Downloading and installing experimental versions ==


==== 32 bit or 64 bit ====
=== Via official website ===


# 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?)]]
To download experimental versions from the website, simply visit [https://www.factorio.com/download/experimental the official download portal for experimental versions]. Automatic updating of existing, non-steam Factorio installations to experimental versions can be enabled in Main menu -> Settings -> Other.
# Extract the tar archive (right click->extract)
# 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?)]]


==== Specialities ====
The copy obtained from the official website is DRM free and can be run without an internet connection, independent of Wube's servers. However, redistribution laws still apply.


* [[Install Guide/Linux how to]]
=== Via Steam ===
* [[Install Guide/Add Factorio icon to system launcher|How to add Factorio icon to my system launcher?]]


== See also ==
On Steam, the experimental version can installed by right-clicking on Factorio in the Steam library, selecting "Properties", going into the "Betas" tab and choosing the experimental version (no code required). It is advised to choose the experimental version ending in .x (such as 0.17.x) as this will auto update the game to the latest experimental version whenever a new one is released.


* [[Application Directory]]
== Adding Factorio to a system launcher ==
* [[Install Guide/Linux how to]]
 
* [[Install Guide/Add Factorio icon to system launcher|How to add Factorio icon to my system launcher?]]
Factorio can be pinned to a system launcher tray for easy access. See the following links for how to do that:
 
* [https://support.microsoft.com/en-us/help/15059/windows-8-pin-apps-folders-desktop-taskbar Windows]
* [https://support.apple.com/en-us/HT201730#Adding_and_removing_Dock_items Mac OSX]
 
For Linux, simply create a <code>Factorio.desktop</code> file anywhere you want, and insert the following text into it, '''replacing the paths with your own'''.
 
<pre>
[Desktop Entry]
Name=Factorio
Exec=/path/to/bin/x64/factorio
Icon=/path/to/data/core/graphics/factorio.png
Type=Application
Categories=Game;
</pre>
 
== Uninstalling ==
 
To uninstall Factorio, follow the steps below depending on your install method:
 
=== Independent install ===
 
If Factorio was installed from the website, via a Zip package or similar, simply delete the installation. Factorio creates no hooks into the OS when installed this way.
 
=== Automatic installer ===
 
If you used the automatic installer, you can uninstall Factorio via your OS's proper install/uninstall programs screen.
 
=== Steam or other distribution service ===
 
Simply uninstall the game through the distribution service's client.

Revision as of 11:40, 20 July 2019

Factorio can be obtained on Steam which handles the download and installation automatically. If the game is bought via the official factorio site, it can be downloaded on the website. It is possible to link a Steam and a factorio.com account together to be able to download the game from both platforms, at no additional cost.

Note that as of version 0.15, 32bit versions of the game are no longer available, leaving 32 bit players stuck on version 0.14.23. Please upgrade your computer if you are unable to run 64bit applications. You can determine if your OS is 64bit or not by learning how to do so.

Downloading and installing Stable versions

Via the official website

To install Stable Factorio, visit the official game download portal, found here, and download the latest stable version, while logged in. The latest stable version can be found on this wiki's main page, as well as in many community places. After downloading, either unpack the downloaded archive, or run the automatic installer, depending on the choice you made. Install Factorio wherever your OS specifies programs to be installed, (or wherever you prefer) and the game should be runnable from there. The copy obtained from the official website is DRM free, and can be run without an internet connection, independent of Wube's servers. However, redistribution laws still apply.

This version will automatically update to the newest stable version that comes out. If you wish to switch from stable to experimental, changing the config of the game is necessary to allow experimental downloads, see this video for details.

Via Steam

To download and install the game via Steam, if you have already purchased the game, simply use Steam's native download and install system.

Via an automated process

Due to Factorio's need for authentication to download, using automated downloaders (such as a download manager, wget or other similar) is only possible if the application offers the ability to request using a username and password. For more info, see Web Authentication API, and Download API.

Downloading and installing experimental versions

Via official website

To download experimental versions from the website, simply visit the official download portal for experimental versions. Automatic updating of existing, non-steam Factorio installations to experimental versions can be enabled in Main menu -> Settings -> Other.

The copy obtained from the official website is DRM free and can be run without an internet connection, independent of Wube's servers. However, redistribution laws still apply.

Via Steam

On Steam, the experimental version can installed by right-clicking on Factorio in the Steam library, selecting "Properties", going into the "Betas" tab and choosing the experimental version (no code required). It is advised to choose the experimental version ending in .x (such as 0.17.x) as this will auto update the game to the latest experimental version whenever a new one is released.

Adding Factorio to a system launcher

Factorio can be pinned to a system launcher tray for easy access. See the following links for how to do that:

For Linux, simply create a Factorio.desktop file anywhere you want, and insert the following text into it, replacing the paths with your own.

[Desktop Entry]
Name=Factorio
Exec=/path/to/bin/x64/factorio
Icon=/path/to/data/core/graphics/factorio.png
Type=Application
Categories=Game;

Uninstalling

To uninstall Factorio, follow the steps below depending on your install method:

Independent install

If Factorio was installed from the website, via a Zip package or similar, simply delete the installation. Factorio creates no hooks into the OS when installed this way.

Automatic installer

If you used the automatic installer, you can uninstall Factorio via your OS's proper install/uninstall programs screen.

Steam or other distribution service

Simply uninstall the game through the distribution service's client.