@@ -81,16 +81,6 @@ That is often enough, so do not fiddle with the other paths too much.
8181 - ** Encoding** =(default|japanese|korean|chinese)
8282 Specify language used in the game data.
8383
84- <!-- end list -->
85-
86- - ** GUIEnhancements** =INT
87- The value is a bitfield. Set it to 1 to enable a few GUI
88- enhancements, mostly in BG2. Add or set to 2 to try to autoidentify items on
89- transfer (if the character has enough lore). Add or set 4 if you want to skip
90- the item description window when opening bags. Enabled by default. Add or set 8
91- if you want the game to stop mouse scrolling the area at its edges when the
92- window loses focus. Add or set 16 if you want scrolls for spells the pc does not know yet highlighted.
93-
9484<!-- end list -->
9585
9686 - ** MultipleQuickSaves** =(0|1)
@@ -319,12 +309,6 @@ Set this parameter to *1* on Unix-like systems.
319309 Millisecond threshold for detecting a repeated key press. The
320310 default is 250.
321311
322- <!-- end list -->
323-
324- - ** UseSoftKeyboard** =(0|1)
325- Toggles use of software keyboard on devices that support one. It
326- pops up when text input is required. Disabled by default.
327-
328312<!-- end list -->
329313
330314 - ** NumFingScroll** =(2|3|4)
@@ -351,6 +335,10 @@ Set this parameter to *1* on Unix-like systems.
351335 mouse+tooltips = 0 (default) Hide mouse = 1 Hide tooltips = 2 Hide
352336 mouse+tooltips = 3
353337
338+ - ** EdgeScrollOffset** =INT
339+ An offset in pixels that is used to determine when to trigger area scrolling when the cursor
340+ is close to the window edge. The default is 5.
341+
354342 - ** TouchInput** =(0-1)
355343 Override setting for when autodetection does not have satisfactory results.
356344 * Autodetect = -1 (default)
@@ -398,6 +386,8 @@ Set this parameter to *1* on Unix-like systems.
398386
399387* 512* - enable pathfinding debug mode.
400388
389+ * 1024* - enable projectiles debug mode.
390+
401391The default is * 0* .
402392
403393 - ** DelayPlugin** =FILENAME
@@ -437,6 +427,15 @@ The default is *0*.
437427 - ** GamepadPointerSpeed** =INT
438428 Pointer movement speed with gamepads. The default is 10.
439429
430+ - ** GamepadPointerAccel** =INT
431+ Pointer movement acceleration factor. The default is 103, while 100 means no acceleration.
432+
433+ - ** GamepadLDeadZone** =INT
434+ Gamepad left stick threshold value for registering movement. The default is 5000.
435+
436+ - ** GamepadRDeadZone** =INT
437+ Gamepad right stick threshold value for registering movement. The default is 5000.
438+
440439 - ** VitaKeepAspectRatio** =(0|1)
441440 If set to * 1* , original aspect ratio is preserved while game area is scaled to native PS Vita resolution. It is enabled by default.
442441
0 commit comments