En la versión del juego de España (y sólo en la de España) existe un problema por el que en determinadas ocasiones (por ejemplo, al instalar un parche, a mi me pasó) la configuración necesaria existente en dicho fichero para la conexión se pierda. El resultado: no se puede conectar al servidor y aparece un error de que los parámetros son inválidos.
Para solucionar este problema, Ascaron ha generado un fichero optionDefault.txt que resuelve este tema. Dicho fichero debe ser copiado en el directorio scripts que existe dentro de la carpeta de instalación del juego. En dicho directorio ya existe un fichero optionDefault.txt, Ascaron recomienda sobreescribir el antiguo fichero con el proporcionado.
Este problema será solucionado en el siguiente parche.
El contenido del fichero txt proporcionado es el siguiente:
-- DO NOT EDIT THIS FILE
--
-- To customize your settings, edit optionsCustom.txt,
-- and add only parameters which you want to overide
-- lobby data
network = {
lobby_ip = "es.sacred2.net",
lobby_port = 6810
}
key_bindings_default = {
binding_zoomin = Key.PGUP,
binding_zoomout = Key.PGDOWN,
binding_mountslot = Key.D0,
binding_heal = Key.SPACE,
binding_minimap0 = Key.TAB, -- open/close minimap window
binding_inventory = Key.F, -- open/close inventory window
binding_combatarts = Key.E, -- open/close combatarts/spells window
binding_attributes = Key.C, -- open/close combatarts/spells window
binding_teamdialog = Key.N, -- open/close teamdialog window
binding_logbook = Key.L, -- open/close logbook window (questbook)
binding_autocollect = Key.Q, -- autocollect
binding_home_teleport = Key.F12,
binding_call_specialpet = Key.X,
binding_screenshot = Key.SYSRQ,
binding_savegame = Key.F9,
binding_godspell = Key.G,
--binding_togglecamera = Key.V,
-- rotate view
binding_viewleft = Key.A,
binding_viewright = Key.D,
binding_walkfwd = Key.W,
binding_walkbwd = Key.S,
binding_camera_looknorth = Key.Z,
binding_weapon_1 = Key.F1,
binding_weapon_2 = Key.F2,
binding_weapon_3 = Key.F3,
binding_weapon_4 = Key.F4,
binding_spell_1 = Key.D1,
binding_spell_2 = Key.D2,
binding_spell_3 = Key.D3,
binding_spell_4 = Key.D4,
binding_potion_1 = Key.R,
binding_potion_2 = Key.T,
binding_potion_3 = Key.Y,
binding_potion_4 = Key.U,
binding_potion_5 = Key.I,
binding_potion_6 = Key.O,
binding_buff_1 = Key.D5,
binding_buff_2 = Key.D6,
binding_buff_3 = Key.D7,
binding_orb1 = Key.F5,
binding_orb2 = Key.F6,
binding_orb3 = Key.F7,
binding_orb4 = Key.F8,
-- worldmap keys
binding_worldmap = Key.M, -- 'M' worldmap-toggle
binding_worldmap_zoomout = Key.SUBTRACT, -- numkey '-'
binding_worldmap_zoomin = Key.ADD, -- numkey '+'
}
-- e.o.f.
--
-- To customize your settings, edit optionsCustom.txt,
-- and add only parameters which you want to overide
-- lobby data
network = {
lobby_ip = "es.sacred2.net",
lobby_port = 6810
}
key_bindings_default = {
binding_zoomin = Key.PGUP,
binding_zoomout = Key.PGDOWN,
binding_mountslot = Key.D0,
binding_heal = Key.SPACE,
binding_minimap0 = Key.TAB, -- open/close minimap window
binding_inventory = Key.F, -- open/close inventory window
binding_combatarts = Key.E, -- open/close combatarts/spells window
binding_attributes = Key.C, -- open/close combatarts/spells window
binding_teamdialog = Key.N, -- open/close teamdialog window
binding_logbook = Key.L, -- open/close logbook window (questbook)
binding_autocollect = Key.Q, -- autocollect
binding_home_teleport = Key.F12,
binding_call_specialpet = Key.X,
binding_screenshot = Key.SYSRQ,
binding_savegame = Key.F9,
binding_godspell = Key.G,
--binding_togglecamera = Key.V,
-- rotate view
binding_viewleft = Key.A,
binding_viewright = Key.D,
binding_walkfwd = Key.W,
binding_walkbwd = Key.S,
binding_camera_looknorth = Key.Z,
binding_weapon_1 = Key.F1,
binding_weapon_2 = Key.F2,
binding_weapon_3 = Key.F3,
binding_weapon_4 = Key.F4,
binding_spell_1 = Key.D1,
binding_spell_2 = Key.D2,
binding_spell_3 = Key.D3,
binding_spell_4 = Key.D4,
binding_potion_1 = Key.R,
binding_potion_2 = Key.T,
binding_potion_3 = Key.Y,
binding_potion_4 = Key.U,
binding_potion_5 = Key.I,
binding_potion_6 = Key.O,
binding_buff_1 = Key.D5,
binding_buff_2 = Key.D6,
binding_buff_3 = Key.D7,
binding_orb1 = Key.F5,
binding_orb2 = Key.F6,
binding_orb3 = Key.F7,
binding_orb4 = Key.F8,
-- worldmap keys
binding_worldmap = Key.M, -- 'M' worldmap-toggle
binding_worldmap_zoomout = Key.SUBTRACT, -- numkey '-'
binding_worldmap_zoomin = Key.ADD, -- numkey '+'
}
-- e.o.f.















