By default one "game day" in Hogwarts Legacy will pass in 48 "real-world" minutes. Sometimes that's too fast and sometimes it's too slow. This mod allows you to change the rate at which time passes to suit your circumstances. By default this mod uses the following key bindings:
- ALT-NUMPAD8 = Double the current rate at which time passes.
- ALT-NUMPAD5 = Reset to the default 1 game-day = 48 real-world minutes.
- CTRL-NUMPAD5 = Display the current rate at which time passes.
- CTRL-ALT-NUMPAD5 = Set 1 game day = 1 real day.
- ALT-NUMPAD2 = Half the current rate at which time passes.
Note that you can increase or decrease the rate as many times as you like. The key bindings can be changed by amending this file:
- C:\Users\YourUserName\AppData\Local\Hogwarts Legacy\Saved\Config\WindowsNoEditor\Input.ini
Change the True/False/Key=Whatever parts of these lines:
- ActionMappings=(ActionName="TimeDilator_DecreaseTimeFactor",bShift=False,bCtrl=False,bAlt=True,bCmd=False,Key=NumPadTwo,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="TimeDilator_DisplayTimeFactor",bShift=False,bCtrl=True,bAlt=False,bCmd=False,Key=NumPadFive,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="TimeDilator_IncreaseTimeFactor",bShift=False,bCtrl=False,bAlt=True,bCmd=False,Key=NumPadEight,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="TimeDilator_Set24hTimeFactor",bShift=False,bCtrl=True,bAlt=True,bCmd=False,Key=NumPadFive,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="TimeDilator_ResetTimeFactor",bShift=False,bCtrl=False,bAlt=True,bCmd=False,Key=NumPadFive,GroupName="",SortIndex=0)
If the above lines don't exist, add them.