Running factorio directly from a pen drive??
Running factorio directly from a pen drive??
Is there any way to run factorio directly from a pen drive, without installing any programs in the computer?
Re: Running factorio directly from a pen drive??
Yes it is possible . Use the *zip- package instead of the installer and you are fine.
Just to be sure i tested it and it works for me ( 32bit Windows-version)
Just to be sure i tested it and it works for me ( 32bit Windows-version)
Re: Running factorio directly from a pen drive??
to note: the game save files will be left on the computer
phil
Re: Running factorio directly from a pen drive??
what do you mean they'll be saved on the computer? I know some of the older versions did but at least the new 2.10 is set by default to save within the current factorio directory (when using the zip). I know this because, the saves for the factorio I use for testing go into factorio\saves.
<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net
Re: Running factorio directly from a pen drive??
Yes by default the saves are stored at Users/Name/AppData/Roaming/Factorio ("Installer- Version")
or in Factorio/saves (*zip- Package)
But you can change it by editing the config-path.cfg or the config.ini (not sure which one exactly and i didnt tried it)
or in Factorio/saves (*zip- Package)
But you can change it by editing the config-path.cfg or the config.ini (not sure which one exactly and i didnt tried it)
Re: Running factorio directly from a pen drive??
Important is the file config-path.cfg in the factorio root.
When the file is not there the game uses system directories for config and saves.
If it is there, it reads from this file where the config file is:
In the config, there are two important values:
When are these values set this way, the files are stored on the computer in C:\User ...
But when they are set this way all data are local.
The second one is standard in zip installation file and the first in exe file, but it can be changed manually.
When the file is not there the game uses system directories for config and saves.
If it is there, it reads from this file where the config file is:
Code: Select all
config-path=__PATH__executable__/../../config
....
When are these values set this way, the files are stored on the computer in C:\User ...
Code: Select all
[path]
read-data=__PATH__system-read-data__
write-data=__PATH__system-write-data__
Code: Select all
[path]
read-data=__PATH__executable__\..\..\data
write-data=__PATH__executable__\..\..
The second one is standard in zip installation file and the first in exe file, but it can be changed manually.