0 of 0

File information

Last updated

Original upload

Created by

Archimag and korootz

Uploaded by

korootz

Virus scan

Safe to use

8 comments

  1. arcvoodal
    arcvoodal
    • member
    • 2 kudos
    Wow works great! Just a slight flash of a window/command line when the output is created (is that normal?) but otherwise it works perfect. Will now be using heartstrings instead of muse, once completing the process of adding more specific types of cells.
    1. korootz
      korootz
      • premium
      • 17 kudos
      Hmm, I cannot reproduce it. Is your game in your user's directory and are you playing in borderless window in full resolution (imitating fullscreen)? With these settings I don't see any flashing windows, even in the background, when playing in a small window. Maybe running the game as administrator can help.

      I did see the flashing window when I originally ran ffmpeg with os.execute or io.popopen, but after switching to LuaCom it finally runs hidden, so I'm surprised you can still see it.
    2. arcvoodal
      arcvoodal
      • member
      • 2 kudos
      Yeah. I'll try updating stuff etc. But the mod itself does work perfectly, thanks!
    3. korootz
      korootz
      • premium
      • 17 kudos
      Do you run the game with Mod Organizer 2 by any chance? I've started using it and noticed the same behavior. When I run the game directly by Morrowind.exe (or Wrye Mash) there is no window flash.

      Edit: I've came up with a radical workaround for this, one that still allows using MO2 for installing mods, but without having to launch the game through MO2. It's a huge overkill, but it gets the job done:
      1. In MO2 add a new executable to any file explorer (I selected the good old total commander).
      2. Run that new executable via MO2.
      3. Copy the whole game directory (that includes files from MO's virtual file system) to your physical drive.
      4. Close MO2 (optional).
      5. Run the copied game directly via Morrowind.exe.
      On next iteration one can use some more sophisticated software to copy only the files that have changed.
    4. arcvoodal
      arcvoodal
      • member
      • 2 kudos
      Ah you seem to be like me where I must find a solution for a coding problem, no matter how unconventional the solution is!
  2. C3pa
    C3pa
    • supporter
    • 21 kudos
    To me, it looks like you could replace the use of luacom with lfs and os.execute.
    1. korootz
      korootz
      • premium
      • 17 kudos
      See my previous comment. When I used os.execute it flashed the cmd window.
      As for LuaFileSystem, I already use it for cleaning old output files.
    2. C3pa
      C3pa
      • supporter
      • 21 kudos
      Oh, maybe we can ask Null if he could improve os.execute in that case.