Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG - main] Incorrect value for Key.NUM_ZERO #633

Open
n0bodysec opened this issue Aug 24, 2024 · 0 comments
Open

[BUG - main] Incorrect value for Key.NUM_ZERO #633

n0bodysec opened this issue Aug 24, 2024 · 0 comments

Comments

@n0bodysec
Copy link

Branch or Release
1b5ff77

Game and Engine Version
N/A

Describe the bug

key_table.add_pair("NUM_ZERO", 0x69);

VK_NUMPAD0 is 0x60 but it's defined as 0x69 (VK_NUMPAD9) in the base code.

Mods directory
N/A

To Reproduce
N/A

Expected behavior

key_table.add_pair("NUM_ZERO", 0x60);

Screenshots, UE4SS Log, and .dmp file
N/A

Desktop (please complete the following information):
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant