jack
Junior Member
Registered:1524547170 Posts: 1
Posted 1524547563
Reply with quote
#1
Thats right not the middle mouse button,its changing with mouse movement itself. Like i move the mouse around during the gameplay my resolution is changing. I already set it to T resolution change button but no effect. My hiaglo settings file, ; HiAlgo BOOST Version 5.0 09/15/2015 ; ; *************************************************************************** ; ** ** ; ** To reload the settings during the game press Shift-Backspace ** ; ** ** ; *************************************************************************** ; ** ** ; ** Exception: ALLOW_VSYNC, REDUCE_SHADOW_MAPS and MAX_PRERENDERED_FRAMES ** ; ** require game restart ** ; ** ** ; *************************************************************************** [KEYBOARD] TOGGLE_HIALGO = F10 TOGGLE_RESOLUTION_KEY = T ; 04 is the middle mouse button. See below about how to specify any button or key. [SETTINGS] HIALGO_LOGO_OPACITY = 50 BEEP_WHEN_TOGGLE_HIALGO = true [ENGINE] ALLOW_VSYNC = false ; ***Requires game restart MAX_PRERENDERED_FRAMES = 1 ; ***Requires game restart REDUCE_SHADOW_MAPS = false ; ***Requires game restart KEEP_FULL_HUD_RES = true ; false SHOW_FPS = true INJECT_FXAA = false ; HOW TO SPECIFY KEYBOARD KEYS AND MOUSE BUTTONS ; ; Capital A-Z ==> a...z keys ; 0..9 ==> 0..9 keys ; F1-F24 ==> function keys ; UP, DOWN, LEFT, RIGHT ==> arrow keys ; ; ALT, CAPSLOCK, BCKSPC, DEL, END, ENTER, ESC, HOME, INSERT, ; NUMLOCK, PAUSE, PGUP, PGDN, PRTSC, SCRLLOCK, SHIFT, SPACE, TAB ; ; Mouse: ; 01 ==> Left button ; 02 ==> Right button ; 04 ==> Middle button (if available) ; 05 ==> 1st extra button (if available) ; 06 ==> 2nd extra button (if available) ; ; You can also use numeric key codes. Some codes are same on all computers (for example, code ; for key 'B' is always 66), some may be different (for example, code for key '<' on my computer ; is 188 but on your it may be different). You can see key codes that are the same here: ; http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx ; To check key codes on your computer, use some free utility like KeyCodes3.exe from ; http://www.delphiforfun.org/programs/utilities/KeyCodes.htm. ; ; So, these two lines are equivalent: ; ; TOGGLE_RESOLUTION_KEY = B ; TOGGLE_RESOLUTION_KEY = 066 ; ; This line will work for me (if I want to use '<' for toggle) ; ; TOGGLE_RESOLUTION_KEY = 188 ; ; and this line is incorrect ; ; TOGGLE_RESOLUTION_KEY = < [BOOST] ANIMATION_DELAY = 2 FAST_MOUSE_MOTION_STATIC = 20 FAST_MOUSE_MOTION_DYNAMIC = 20 ZERO_MOUSE_MOTION = 2 SYNC_RESTORE_UP_FRAMES = 2 //This is for end of camera rotation SYNC_RESTORE_DN_FRAMES = 5 //This is for start of camera rotation SOFT_SYNC_START_FRAMES_LIN = 1 SOFT_SYNC_START_FRAMES_MUL = 4 START_MULT = 2 [FLAGS] PASSTHROUGH = false FLAG_1 = 1 FLAG_2 = 0 FLAG_3 = 1 FLAG_4 = 1 FLAG_5 = 1 FLAG_6 = 1 FLAG_7 = 1 FLAG_8 = 1 FLAG_9 = 1 FLAG_0 = 0 FLAG_11 = 0 FLAG_12 = 1 FLAG_13 = 0 FLAG_14 = 1 FLAG_15 = 1 FLAG_16 = 1 FLAG_17 = 0 FLAG_18 = 0 FLAG_19 = 0 FLAG_10 = 1 help me brothers
QuiteReluctant
Moderator
Registered:1387133741 Posts: 927
Posted 1524637561
Reply with quote
#2
> resolution changing with mouse movement This is how HiAlgoBoost is supposed to work : when the scene is static, the resolution is 100%. When the scene is turning, the resolution goes down. However, you can use BOOST in SWITCH mode , when the resolution is lowered (usually to 50%, but you can set it to 60, 70...) and is fixed:F10 turns Boost ON/OFF (it is initially ON)Ctrl + F10 toggles fixed resolution mode (a.k.a. "HiAlgo SWITCH" mode)Shift + F10 shows/hides "resolution %" indicator (initially shown)Ctrl + Shift + F12 shows/hides the FPS counter (initially shown)Alt + F10 toggles VSync (experimental feature, always save game before attempting)Ctrl + Shift + (+/-) controls the minimum allowed resolution (50%...90%)Clicking the Middle Mouse Button locks the resolution at 50% (same as in HiAlgo SWITCH)RightAlt + Space toggles the "full-resolution HUD" mode (by default ON )Press and hold RightAlt to see change in HUD resolution without toggling