Does this mod engine requires steam to be installed in system? #213
Answered
by
Dasaav-dsv
Skystapper
asked this question in
Q&A
|
I have tried 0.6.0, 0.5.0 and none seems to work. no confinguration toml are being created |
Answered by
Dasaav-dsv
Jun 22, 2025
Replies: 1 comment 6 replies
|
I think it might, I tried running with:
and got the result: INFO launch: me3::commands::launch: resolved game game=Game(Nightreign) app_id=2622380
INFO launch: me3::commands::launch: found steam app launcher launcher="V:\\Games\\Elden Ring Nightreign\\Game\\nightreign.exe"
INFO launch: me3::commands::launch: wrote attach config attach_config_file=NamedTempFile("C:\\Users\\Yulia\\AppData\\Local\\garyttierney\\me3\\cache\\.tmpc6EcXY") attach_config=AttachConfig { game: Nightreign, natives: [Native { path: ModFile("C:\\Users\\Yulia\\AppData\\Local\\garyttierney\\me3\\config\\profiles\\nightreign-mods\\natives\\SeamlessCoop\\nrsc.dll"), optional: false, enabled: true, load_before: [], load_after: [], initializer: Some(Function("modengine_ext_init")), finalizer: None }], packages: [Package { id: "Visible Weapon Categories", path: ModFile("C:\\Users\\Yulia\\AppData\\Local\\garyttierney\\me3\\config\\profiles\\nightreign-mods\\packages\\Visible Weapon Categories"), load_after: [], load_before: [] }], suspend: false }
INFO launch: me3::commands::launch: creating profile log folder log_folder="C:\\Users\\Yulia\\AppData\\Local\\garyttierney\\me3\\data\\logs\\seamless-with-mods"
INFO launch: me3::commands::launch: temporary log file created path="C:\\Users\\Yulia\\AppData\\Local\\Temp\\.tmp0qQ7Yv.log"
INFO launch: me3::commands::launch: running injector command injector_command="V:\\Modding\\Nightreign\\ModEngine3\\bin\\me3-launcher.exe"
INFO run: me3_launcher: Launcher started
INFO run: me3_launcher: Parsed launcher args args=LauncherVars { exe: "V:\\Games\\Elden Ring Nightreign\\Game\\nightreign.exe", host_dll: "V:\\Modding\\Nightreign\\ModEngine3\\bin\\me3_mod_host.dll", host_config_path: "C:\\Users\\Yulia\\AppData\\Local\\garyttierney\\me3\\cache\\.tmpc6EcXY" }
INFO run: me3_launcher: Starting game at "V:\\Games\\Elden Ring Nightreign\\Game\\nightreign.exe" with DLL "V:\\Modding\\Nightreign\\ModEngine3\\bin\\me3_mod_host.dll"
ERROR run:require_steam: me3_launcher::steam: error=Steam is required to run this gameMy copy of the game is not part of my steam library (I'm using "OnlineFix"), and me3 may require that it is :( |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--skip-steam-initlanded in v0.6.0-prerelease in #226