Obtengo el siguiente error:
lua: unexpected type to index table
Active Stack:
`error' tag method [in file _system.emi]
function enable_generic_control [in file _controls.emi]
function enable_default_keyboard_controls [in file _controls.emi]
function BOOT [in file _system.emi]
lua: call expression not a function
Active Stack:
`error' tag method [in file _system.emi]
function ShowMouseCursor [in file _system.emi]
function MouseHoverHandler [in file _system.emi]
function SampleButtonHandler [in file _controls.emi]
function call_button_handler [in file _controls.emi]
function SampleAxisHandler [in file _controls.emi]
lua: call expression not a function
Deduzco que el primer error es:
enable_mouse_controls(TRUE)
Porque no lo encuentra en el _controls.emi
enable_mouse_controls = function(arg1) -- line 1312
enable_generic_control("MOUSE_CLICK", system.controls.KEY_MOUSE_B1, arg1)
enable_generic_control("MOUSE_SECONDARY", system.controls.KEY_MOUSE_B3, arg1)
enable_generic_control("MOUSE_LONGTAP", system.controls.KEY_MOUSE_LONG, arg1)
enable_generic_control("MOUSE_PING", system.controls.KEY_MOUSE_PING, arg1)
control_map["MOUSE_CLICK"][system.controls.KEY_MOUSE_B3] = arg1
end
Yo ya no sé si se queja de los nuevos cambios, si los ignora... Pero yo no veo ningún cursor por pantalla.
Mañana este juego cumple 24 años. A ver si hay suerte y aparece una versión 25 aniversario con ratón y redoblado a ser posible.