Page 1 of 1

The Escapists 2

Posted: Thu Aug 24, 2017 8:47 pm
by panraven
32bit table for The Escapists 2

currently 1 cheat
hairy-porter:
-- hold RIGHT-MOUSE + designed keys to save position, designed keys alone to restore position, preset: key 7,8,9,0, numpad 1-6
-- designed keys can be customize inside script off this part, with VK_??? match the Lua Keycode variabbles

Code: Select all

globalalloc(_hotkey_setup,$1000)
_hotkey_setup:// 2byte for each hotkey
dw $VK_7,$VK_8,$VK_9,$VK_0
dw $VK_NUMPAD1,$VK_NUMPAD2,$VK_NUMPAD3
dw $VK_NUMPAD4,$VK_NUMPAD5,$VK_NUMPAD6
--saved positions only valid for currently running level, they will not be saved.
--the position may not actually update if in exercise or medic mode (ie. under different controller).
bye~

Re: The Escapists 2

Posted: Fri Aug 25, 2017 7:48 pm
by Eddy
THX