Hogwarts Legacy
0 of 0

File information

Last updated

Original upload

Created by

yakuzadeso

Uploaded by

yakuzadeso

Virus scan

Safe to use

Tags for this mod

About this mod

Adds new hotkeys to call a customized timeskip/wait function which allows you to choose how many hours to instantly skip without going into the map menu!

Requirements
Permissions and credits
Donations
Adds new hotkeys to call a customized timeskip/wait function which allows you to choose how many hours to instantly skip without going into the map menu!


Press the PAGE_UP button on your keyboard to add hours to wait, the PAGE_DOWN button to subtract hours to wait and the END button to initiate the timeskip.




Changing Keybinds

Open the mods main.lua file where you can find:

--Add hours to skip Key
Add = Key.PAGE_UP --Change "OEM_PLUS" to whatever key you want. Valid keys on the mod's page.

--Remove hours to skip Key
Subtract = Key.PAGE_DOWN --Change "OEM_MINUS" to whatever key you want. Valid keys on the mod's page.

--Initiate timeskip key
Wait = Key.END --Change "END" to whatever key you want. Valid keys on the mod's page.

So for example, to change the "Add hours to skip Key" to F we do:

--Add hours to skip Key
Add = Key.F --Change "OEM_PLUS" to whatever key you want. Valid keys on the mod's page.


Installation:

  • Download UE4SS-RE/RE-UE4SS xinput version. Direct download link: UE4SS_Xinput_v2.5.1
  • Drop its files in Phoenix\Binaries\Win64.
  • Download the mod and drop it in Phoenix\Binaries\Win64\Mods.
  • Check important notes!!!

Important notes:

Backup your save file before using the mod. As far as I can tell everything is working fine with no issues, just like the regular wait function in the map menu. Even tested the mod with Display current Date, saved the game and loaded back in. Days, hours, minutes etc. are working fine. But make a backup just in case. 


Credits:

Credits to WinterElfeas for the help and for their mod Display current Date Time as their code helped immensely. 


Check out my other mods:

Invisible during Disillusionment
Better Parkour
Dedicated key to trigger slow motion - Can be toggled on and off while in-game
Swift ability triggers slow motion when in combat - Can be toggled on and off in-game
Faster and better brooms - Customizable and can be toggled on and off

Cinematic Ultra (Hidden Graphics Settings better than Ultra) - Not a Reshade 
Performance boost for potato PC 
Disable Vignette - TAA - Motion Blur - DOF - Film Grain - Chromatic Aberration
Disable broom flight wind effects 
Disable mount flight wind effects
Disable Graphorn riding wind effects
Disable detection visual effects - No Radial Blur and contrast change
Disable directional damage indicators 
Disable Low and Critical Health Effects - Modular and All in one versions - No Saturation - No Distortion - No Red pulses - No Chromatic Aberration

Better and Immersive Timeskip - Hotkeys and UI 


Valid keys:
    LEFT_MOUSE_BUTTON
    RIGHT_MOUSE_BUTTON
    CANCEL
    MIDDLE_MOUSE_BUTTON
    XBUTTON_ONE
    XBUTTON_TWO
    BACKSPACE
    TAB
    CLEAR
    RETURN
    PAUSE
    CAPS_LOCK
    IME_KANA
    IME_HANGUEL
    IME_HANGUL
    IME_ON
    IME_JUNJA
    IME_FINAL
    IME_HANJA
    IME_KANJI
    IME_OFF
    ESCAPE
    IME_CONVERT
    IME_NONCONVERT
    IME_ACCEPT
    IME_MODECHANGE
    SPACE
    PAGE_UP
    PAGE_DOWN
    END
    HOME
    LEFT_ARROW
    UP_ARROW
    RIGHT_ARROW
    DOWN_ARROW
    SELECT
    PRINT
    EXECUTE
    PRINT_SCREEN
    INS
    DEL
    HELP
    ZERO
    ONE
    TWO
    THREE
    FOUR
    FIVE
    SIX
    SEVEN
    EIGHT
    NINE
    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    M
    N
    O
    P
    Q
    R
    S
    T
    U
    V
    W
    X
    Y
    Z
    LEFT_WIN
    RIGHT_WIN
    APPS
    SLEEP
    NUM_ZERO
    NUM_ONE
    NUM_TWO
    NUM_THREE
    NUM_FOUR
    NUM_FIVE
    NUM_SIX
    NUM_SEVEN
    NUM_EIGHT
    NUM_NINE
    MULTIPLY
    ADD
    SEPARATOR
    SUBTRACT
    DECIMAL
    DIVIDE
    F1
    F2
    F3
    F4
    F5
    F6
    F7
    F8
    F9
    F10
    F11
    F12
    F13
    F14
    F15
    F16
    F17
    F18
    F19
    F20
    F21
    F22
    F23
    F24
    NUM_LOCK
    SCROLL_LOCK
    BROWSER_BACK
    BROWSER_FORWARD
    BROWSER_REFRESH
    BROWSER_STOP
    BROWSER_SEARCH
    BROWSER_FAVORITES
    BROWSER_HOME
    VOLUME_MUTE
    VOLUME_DOWN
    VOLUME_UP
    MEDIA_NEXT_TRACK
    MEDIA_PREV_TRACK
    MEDIA_STOP
    MEDIA_PLAY_PAUSE
    LAUNCH_MAIL
    LAUNCH_MEDIA_SELECT
    LAUNCH_APP1
    LAUNCH_APP2
    OEM_ONE
    OEM_PLUS
    OEM_COMMA
    OEM_MINUS
    OEM_PERIOD
    OEM_TWO
    OEM_THREE
    OEM_FOUR
    OEM_FIVE
    OEM_SIX
    OEM_SEVEN
    OEM_EIGHT
    OEM_102
    IME_PROCESS
    PACKET
    ATTN
    CRSEL
    EXSEL
    EREOF
    PLAY
    ZOOM
    PA1
    OEM_CLEAR

    Valid modifier keys:
    SHIFT
    CONTROL
    ALT