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

Rebindable Console Key #8

Closed
Mancomb-Seepgood opened this issue Mar 4, 2021 · 2 comments
Closed

Rebindable Console Key #8

Mancomb-Seepgood opened this issue Mar 4, 2021 · 2 comments

Comments

@Mancomb-Seepgood
Copy link

The only way to access the console on various non-US keyboard layouts is to switch your keyboard layout in the Windows settings. Since this is rather annoying, is there any way you could include a rebindable console key in the input.ini?

The original version of DQXIHook actually already let you rebind the console key, but that feature hasn't been ported to the S-version yet.

@emoose
Copy link
Owner

emoose commented Mar 4, 2021

Hmm, never knew that part of DQXIHook actually worked (heard conflicting things about it), I'll try looking into it soon.

In the meantime you could maybe try adding to top of Documents\My Games\DRAGON QUEST XI S\Input.ini:
[/Script/Engine.InputSettings] (if the section doesn't exist)
ConsoleKeys=P (the key you want to use, no + in front)

It might need BindFromInputIniOnly=true in DQXIS-SDK.ini for it to work though (edit: nope)
(also I remember seeing something about UE4 rebinding the console key itself when ConsoleKeys is only set to Tilde, DQXI sets it to Tilde + Atmark which stops the rebinding from happening though)

Let me know how it works for you, could maybe include the ConsoleKeys line in future Input.ini so others can know if it's customizable.

@Mancomb-Seepgood
Copy link
Author

That actually did the trick - thank you :)

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

2 participants