I'm converting my ZIP installation using --mod-directory to steam using Shortcuts. (ISP download issue, 3 hour download times for updates)
I've changed config-path.cfg to "__PATH__executable__/../../config"
Attempting to Launch
"E:\Program Files\Steam\steamapps\common\factorio\bin\x64\factorio.exe" --mod-directory "..\..\fmm\Vanilla_Factorissimo"
However the game doesn't load with those mods at all.
Did some random testing installing "20x20Slots on Power Armor MK2"
Factorio Mods UI
And I can't find the actual location of that mod. A windows search can't find it in the Steam Folder, E:\Program Files\Factorio (my ZIP standalone folder) or APPDATA\Factorio.
Is there any way to find what folder Factorio is using to save/download this mod?
Running the game without --mod-directory works as expected with no mods loaded,
Config/Saves works as expected.
Re: [0.13.15] Missing Mods/Folder
Posted: Sun Aug 07, 2016 2:25 pm
by Oxyd
Can you post the log?
Re: [0.13.15] Missing Mods/Folder
Posted: Sun Aug 07, 2016 2:37 pm
by PiggyWhiskey
factorio.current.log
0.001 2016-08-07 22:18:02; Factorio 0.13.15 (build 23843, win64, steam)
0.001 Operating system: Windows 10
0.001 Program arguments: "E:\Program Files\Steam\steamapps\common\Factorio\bin\x64\Factorio.exe" "--mod-directory" "..\..\fmm\Vanilla_Angel"
0.001 Read data path: E:/Program Files/Steam/steamapps/common/Factorio/data
0.001 Write data path: E:/Program Files/Steam/steamapps/common/Factorio
0.001 Binaries path: E:/Program Files/Steam/steamapps/common/Factorio/bin
0.015 Graphics options: [FullScreen: true] [VSync: false] [UIScale: 100%] [MultiSampling: OFF] [Graphics quality: normal] [Video memory usage: high] [Light scale: 100%] [Screen: 255] [DXT: false]
0.016 Available display adapters: 2
0.016 [0]: \\.\DISPLAY1 - NVIDIA GeForce GTX 680 {0x05, [0,0], 1920x1080, 32bit, 60Hz}
0.016 [1]: \\.\DISPLAY2 - NVIDIA GeForce GTX 680 {0x01, [1920,0], 1920x1080, 32bit, 60Hz}
0.017 Create display on adapter 0. Size 1280x720 at position [310, 162].
0.080 Initialised Direct3D:[0] NVIDIA GeForce GTX 680; driver: nvd3dumx.dll 10.18.13.6869
0.082 Video memory size (dedicated video/dedicated system/shared system/available): 2017/0/16372/4088 MB
0.124 Desktop composition is active.
0.204 Loading mod core 0.0.0 (data.lua)
0.212 Loading mod base 0.13.15 (data.lua)
0.334 Checksum for core: 2228900852
0.334 Checksum for mod base: 2626002353
0.691 Info PlayerData.cpp:45: Local player-data.json available, timestamp 1470579473
0.691 Info PlayerData.cpp:52: Cloud player-data.json unavailable
0.863 Initial atlas bitmap size is 16384
0.865 Created atlas bitmap 16384x6373
1.132 Created atlas bitmap 4096x968
8.654 Sprites loaded
8.654 Convert atlas 4096x968 to: trilinear-filtering
8.804 Loading sounds...
10.229 Custom inputs active: 0
10.270 Factorio initialised
13.260 Steam API shutdown.
13.262 Goodbye
After some tracking and searching of the entire drive (E:) and found the folder.
E:\Program Files\Steam\steamapps\fmm
instead of the intended
E:\Program Files\Steam\steamapps\common\Factorio\fmm\Vanilla_Factorissimo
It looks like Steam or Factorio isn't using the correct target location to allow use of "..\"
Re: [0.13.15] Missing Mods/Folder
Posted: Sun Aug 07, 2016 3:02 pm
by Oxyd
PiggyWhiskey wrote:It looks like Steam or Factorio isn't using the correct target location to allow use of "..\"
It looks like Steam is launching Factorio from E:\Program Files\Steam\steamapps\common\Factorio\, which sounds completely reasonable to me.