Merge pull request #274 from JTAG7371/patch-1
Improve console usability
This commit is contained in:
commit
9a69d9ba03
@ -545,6 +545,9 @@ namespace Components
|
||||
Utils::Hook::Set<float*>(0x5A451A, consoleColor);
|
||||
Utils::Hook::Set<float*>(0x5A4400, consoleColor);
|
||||
|
||||
// Remove the need to type '\' or '/' to send a console command
|
||||
Utils::Hook::Set<BYTE>(0x431565, 0xEB);
|
||||
|
||||
// Internal console
|
||||
Utils::Hook(0x4F690C, Console::ToggleConsole, HOOK_CALL).install()->quick();
|
||||
Utils::Hook(0x4F65A5, Console::ToggleConsole, HOOK_JUMP).install()->quick();
|
||||
|
Loading…
Reference in New Issue
Block a user