Running factorio directly from a pen drive??

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
Post Reply
ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

Running factorio directly from a pen drive??

Post by ficolas »

Is there any way to run factorio directly from a pen drive, without installing any programs in the computer?

drs9999
Filter Inserter
Filter Inserter
Posts: 831
Joined: Wed Mar 06, 2013 11:16 pm
Contact:

Re: Running factorio directly from a pen drive??

Post by drs9999 »

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)

ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

Re: Running factorio directly from a pen drive??

Post by ficolas »

K thx :D

User avatar
1kftabove
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sun Feb 17, 2013 1:01 pm
Contact:

Re: Running factorio directly from a pen drive??

Post by 1kftabove »

to note: the game save files will be left on the computer
phil

User avatar
FreeER
Smart Inserter
Smart Inserter
Posts: 1266
Joined: Mon Feb 18, 2013 4:26 am
Contact:

Re: Running factorio directly from a pen drive??

Post by FreeER »

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

drs9999
Filter Inserter
Filter Inserter
Posts: 831
Joined: Wed Mar 06, 2013 11:16 pm
Contact:

Re: Running factorio directly from a pen drive??

Post by drs9999 »

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)

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: Running factorio directly from a pen drive??

Post by kovarex »

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:

Code: Select all

config-path=__PATH__executable__/../../config
....
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 ...

Code: Select all

[path]
read-data=__PATH__system-read-data__
write-data=__PATH__system-write-data__
But when they are set this way all data are local.

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.

Post Reply

Return to “Gameplay Help”