I just picked up this game on steam, I was in the mood for some diablo style hack and slash, and was having some issue's getting this to work with triplehead2go. Working with some people on the Sacred2 forum (thank you AzureRealm~!) we found some scripts that are editable to make it playable.
Locate your options.txt file for steam users its under:
C:xxSteamsteamappscommonsacred 2scriptsoptionsDefault.txt
Make a copy of this file before editing it, in case something goes wrong.
For some reason, my options file was completely missing the most of the values for camera and video, if you are like me you need to paste these in the optionsdefault.txt file between the other set of variables.
camera = {
behaviour = 0,
cam1_rotx_emax = -1.22,
cam1_rotx_max = -0.99,
cam1_rotx_min = -0.48,
cam1_trackdist_max = 850,
cam1_trackdist_min = 220,
cam2_rotx_emax = -1.22,
cam2_rotx_max = -0.99,
cam2_rotx_min = -0.48,
cam2_trackdist_max = 850,
cam2_trackdist_min = 220,
cam_autorot_speed = 0.5,
cam_autozoom_max = 800,
cam_autozoom_min = 100,
cam_autozoom_speed = 1,
cameraDamping = 1,
cover_detection_dist = 1000,
customsettings = 0,
dng1_rotx_emax = -1.22,
dng1_rotx_max = -0.9,
dng1_rotx_min = -0.48,
dng1_trackdist_max = 710,
dng1_trackdist_min = 150,
dng2_rotx_emax = -1.22,
dng2_rotx_max = -0.9,
dng2_rotx_min = -0.48,
dng2_trackdist_max = 710,
dng2_trackdist_min = 130,
editorDevCam = 0,
heromenu_rotx_emax = -1.22,
heromenu_rotx_max = -0.99,
heromenu_rotx_min = -0.48,
heromenu_trackdist_max = 510,
heromenu_trackdist_min = 150,
leaf_occlusion_fact_x = 1,
leaf_occlusion_fact_y = 2,
}
video = {
detail_env = 33,
detail_fx = 1,
detail_gfx = 2,
detail_grass = 500,
detail_grnd = 2,
detail_light = 33,
detail_physx = 0,
detail_shd = 0,
detail_tex = 2,
fsaa = 3,
fullscreen = 0,
gamma = 0,
hardware_mouse = 1,
height = 1024,
quality = 5,
scaleUI = 0,
simplepointlight = 0,
vsync = 1,
weather = 0,
width = 3840,
}
Change
cam1_trackdist_max = 850,
to
cam1_trackdist_max = 1500,
And this made the game playable for 3840x1024, users with the triplewide, will want to set that to an even higher value most likely.
BEFORE camera fix:
AFTER:
Hope this helps someone ^-^