Instantly skips forward in time by 1h, 3h, 6h, 12h, 24h, 72h (3 days, which is useful for forcing the shops to re-stock) or backwards in time by 24h. Also displays the date & time. Key bindings:
- F7 = Display the date & time on-screen for a few seconds.
- SHIFT-F7 = Skip forward in time by 1 hour.
- CTRL-F7 = Skip forward in time by 3 hours.
- ALT-F7 = Skip forward in time by 6 hours.
- SHIFT-CTRL-F7 = Skip forward in time by 12 hours.
- SHIFT-ALT-F7 = Skip forward in time by 24 hours.
- CTRL-ALT-F7 = Skip forward in time by 72 hours (3 days).
- SHIFT-CTRL-ALT-F7 = Skip backward in time by 24 hours.
Key binds can be changed by editingthe following file:
- C:\Users\YourUserName\AppData\Local\Hogwarts Legacy\Saved\Config\WindowsNoEditor\Input.ini
Change the True/False/Key=F7 parts of the following lines:
- ActionMappings=(ActionName="MyTimeSkip_Display",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=F7,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="MyTimeSkip_1H",bShift=True,bCtrl=False,bAlt=False,bCmd=False,Key=F7,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="MyTimeSkip_3H",bShift=False,bCtrl=True,bAlt=False,bCmd=False,Key=F7,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="MyTimeSkip_6H",bShift=False,bCtrl=False,bAlt=True,bCmd=False,Key=F7,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="MyTimeSkip_12H",bShift=True,bCtrl=True,bAlt=False,bCmd=False,Key=F7,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="MyTimeSkip_24H",bShift=True,bCtrl=False,bAlt=True,bCmd=False,Key=F7,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="MyTimeSkip_3D",bShift=False,bCtrl=True,bAlt=True,bCmd=False,Key=F7,GroupName="",SortIndex=0)
- ActionMappings=(ActionName="MyTimeSkip_Back24H",bShift=True,bCtrl=True,bAlt=True,bCmd=False,Key=F7,GroupName="",SortIndex=0)
If these lines don't exist, add them.