0 of 0

File information

Last updated

Original upload

Created by

Kleidium

Uploaded by

Kleidium

Virus scan

Safe to use

38 comments

  1. Kleidium
    Kleidium
    • premium
    • 16 kudos
    Sticky
    Version 1.5.0:

    • Compatibility for Shop Around and Barter Time. Time will no longer speed up when viewing items using Shop Around.
    • As a result, time no longer passes when selecting items to sell, only when buying and offering.
    • Changed version numbering to be more consistent. (x.x.x)
    • A few more flavor strings added.

    Version 1.4a:

    • Fixed enchantment recharge not passing time when it should.

    Version 1.4 released.

    • Compatibility for Right Click Menu Exit. Right clicking out of menus no longer causes bugs.
    • Added body search time consumption. Searching non-empty corpses consumes 1 minute. (Optional)
    • MCM: Added switch for body search, fixed container looting switch not working, changed minimum talk time slider to 0. If talk time minimum is greater than maximum, minimum is changed to equal maximum.
    • Fatigue resting now accounts for Fortify Fatigue effects.
    • Added more observer flavor messages.
    • Added a bunch of TRACE level log messages. Don't set your log level to "TRACE" if you don't want a bunch of log messages in your MWSE log.
  2. Matrimelee
    Matrimelee
    • member
    • 7 kudos
    Can this somehow be implemented in dialogue topics or scripts?

    Like Dialogue Topic -> Waste a hour with your companion -> one hour passes.
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      This would be a little out of scope for this mod. I have been thinking of a "companion usefulness mod" similar to NPC Functionality, but "different." I assume this would only be for immersion purposes?
    2. Matrimelee
      Matrimelee
      • member
      • 7 kudos
      It's really just for immersion. I added some topics to the NPC functionality mod which theoretically should advance time regarding the context. But it's sadly not possible to script so. Thought that this mod could help. 
    3. Kleidium
      Kleidium
      • premium
      • 16 kudos
      If you're using MWSE and have added custom topics to NPC Functionality, look at this page. It shows how to use MWSE functions with the dialogue results box in the Construction Set. You can advance time with these specific topics this way. For your use case, it sounds like this would be the ideal route, and it wouldn't take long.

      EDIT: For example, in your preferred dialogue topic's results box, you can simply do this:

      ;lua gameHour = tes3.getGlobal('GameHour')
      ;lua tes3.setGlobal('GameHour', gameHour + 1)

      This would make time pass by 1 hour by just using the Construction Set dialogue results box. You can change the 1 to 0.5 for 30 minutes of in-game time or whatever you need.
    4. Matrimelee
      Matrimelee
      • member
      • 7 kudos
      Wow! Thank you very much! I will look into it!
  3. Reno77
    Reno77
    • member
    • 1 kudos
    Awesome. Thank you very much for this Kleidium.
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      No more spamming that repair hammer!
  4. almightyk
    almightyk
    • member
    • 9 kudos
    I am using The Spellmaker and it seems this doesn't pass time for spell making. Is it possible to make a patch for it?
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      Unfortunately, I doubt it. I may take a closer look later on but I wouldn't hold out hope for it. As of right now, only spells made through NPCs will pass time.
    2. almightyk
      almightyk
      • member
      • 9 kudos
      Oh well. At least it balances itself outside of that.
  5. kirgan
    kirgan
    • premium
    • 1 kudos
    Hi,

    how is this different to time flies?
    https://www.nexusmods.com/morrowind/mods/45727

    should i use yours?
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      Time Flies makes time continue passing in the game even when you're in a menu or the game is paused.

      Time Consumer makes time pass in the game in chunks whenever you do things like make a potion and repair your items. It does not make time pass when the game is paused.
    2. CptJoker71
      CptJoker71
      • premium
      • 264 kudos
      Yeah, my mod was nothing more than a 5 minute proof of concept. This mod seems much more robust.
  6. Mummelpuffin
    Mummelpuffin
    • premium
    • 3 kudos
    This + a needs mod goes so far towards making Morrowind less of a broken mess. There used to be a few things on Modding History that more or less achieved this effect, but now it's gone and a modern, all-in-one solution is way better anyways. I'm kinda shocked it took someone this long to do this.
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      Thank you for the review!
  7. mrbackproblem
    mrbackproblem
    • premium
    • 3 kudos
    After the new update it seems like rechargin enchanted items might not be passing time at all. that's the only action I've noticed though (I do have it enabled for sure). here's another pastebin if you are curious though this issue is pretty small https://pastebin.com/QDJa0Ej1
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      Sorry about that...I just now uploaded a fixed version. An incorrect menu id prevented time from passing when recharging.
    2. mrbackproblem
      mrbackproblem
      • premium
      • 3 kudos
      ??thanks! 
  8. Pushkatu
    Pushkatu
    • premium
    • 457 kudos
    Is it ok to update if I started playing with prev version installed?
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      Yes, there shouldn't be any issues when updating.
  9. mrbackproblem
    mrbackproblem
    • premium
    • 3 kudos
    i absolutely love this mod. it actually serves as a minor balance for alchemy and repair spamming which I highly appreciate (vanilla is just too exploitable). I do think there might be a minor bug though that happens every now and then. Sometimes whenever I interact with anything (npcs, doors, even saving the game) the time jumps forward by like 15-60 minutes. I can't say for sure that this mod is the cause but it seems likely. Its definitely not intended since it time jumps literally any time I interact with something (I have the loot time part turned off)
    1. mrbackproblem
      mrbackproblem
      • premium
      • 3 kudos
      I think this bug usually occurs when you spam various skill stuff like repair. again I'm not totally sure this mod is the culprit but it seems like the most likely issue. i can provide mwse logs/ minidump if you want
    2. Kleidium
      Kleidium
      • premium
      • 16 kudos
      Weird, that's definitely not supposed to happen. I'd be interested in the log if you could provide it. I can try and see what the issue is.
    3. mrbackproblem
      mrbackproblem
      • premium
      • 3 kudos
      here is a pretty good log detailing the issue
      https://pastebin.com/B7qRcph6
      It appears that time consumer is repeating a repair command (but I am not repairing in those last moments, just interacting with stuff including quicksaving)
    4. Kleidium
      Kleidium
      • premium
      • 16 kudos
      This issue was caused by Right Click Menu Exit. The new version uploaded today should fix this problem.
  10. SAJNM
    SAJNM
    • member
    • 20 kudos
    Perfect complement to changing the GMST "Set Timescale To 1"
    Thank you for creating this.
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      No problem, thank you for the review.
  11. outcastl
    outcastl
    • supporter
    • 1 kudos
    This mod is amazing and must have. Is there any way to make it also take time to do the bushcrafting from Ashfall?
    1. Kleidium
      Kleidium
      • premium
      • 16 kudos
      I haven't messed with bushcrafting in Ashfall yet. Give me some time to play around with it and I'll see if I can't get Time Consumer to detect bushcrafting in my next update. Thank you for downloading.
    2. Kleidium
      Kleidium
      • premium
      • 16 kudos
      I was told that Bushcrafting may take time in a future update to Crafting Framework, so adding it to my mod isn't needed. I'd keep an eye on the Crafting Framework for an update, which is required for Ashfall's Bushcrafting anyway.