New KeyMaps

This commit is contained in:
Isuldor
2018-08-07 18:50:02 -07:00
parent bd17b4fd65
commit 1c092a1c92
2 changed files with 49 additions and 11 deletions
+2 -5
View File
@@ -34,15 +34,12 @@ WindowedGamma=0
``` ```
### Controls ### Controls
Mouselook sensitivity can be adjusted under mouse options. Mouselook sensitivity can be adjusted under mouse options. The camera mode can be toggled with F9. Roll the mousewheel while in the default first person camera mode to freely adjust it into a reasonably comfortable third-person mode.
Definitely enable "Click Through Self" in General Options. Otherwise you'll have a hard time clicking anything remotely near your character. The target selection isn't quite so advanced. Definitely enable "Click Through Self" in General Options. Otherwise you'll have a hard time clicking anything remotely near your character. The target selection isn't quite so advanced.
### Hotkeys ### Hotkeys
Keyboard configuration is kept in a couple places. Custom keyboard configuration is in eqclient.ini [KeyMaps] section. Note that on a fresh install, [KeyMaps] won't be there.
* [KeyMaps] in eqclient.ini
* ??? in UI_Player_server.ini
TODO: [Backup keyboard configuration](https://forums.daybreakgames.com/eq/index.php?threads/where-are-keyboard-bind-settings-saved.215557/#post-3151408)
### User Interface ### User Interface
Minimal UI available in this repo. I like to set the fade transparency level for most windows to 0%. The exceptions are the hotbars, spellbars and chat windows. I tweak the xml files to get those to behave minimally. The goal of a minimal interface is improved immersion. Minimal UI available in this repo. I like to set the fade transparency level for most windows to 0%. The exceptions are the hotbars, spellbars and chat windows. I tweak the xml files to get those to behave minimally. The goal of a minimal interface is improved immersion.
+47 -6
View File
@@ -8,8 +8,8 @@ CPUAffinity0=0
TextureQuality=1 TextureQuality=1
VertexShaders=TRUE VertexShaders=TRUE
20PixelShaders=TRUE 20PixelShaders=TRUE
MultiPassLighting=FALSE MultiPassLighting=1
PostEffects=FALSE PostEffects=1
UseLitBatches=TRUE UseLitBatches=TRUE
ItemPlacementShowOverlay=TRUE ItemPlacementShowOverlay=TRUE
WindowedMode=TRUE WindowedMode=TRUE
@@ -72,9 +72,15 @@ SpellParticleOpacity=1.000000
EnvironmentParticleOpacity=1.000000 EnvironmentParticleOpacity=1.000000
ActorParticleOpacity=1.000000 ActorParticleOpacity=1.000000
NoNameApprove=1 NoNameApprove=1
ClaimMessageTimestamp=1533076478 ClaimMessageTimestamp=1533691541
AutoAFKOff=1 AutoAFKOff=1
CombatMusic=0 CombatMusic=0
Shadows=1
SkyCubemapSize=4
SkyUpdateInterval=0
TerrainTextureQuality=3
GraphicsMemoryMode=2
NetStat=0
[Options] [Options]
ClickThroughMask=3 ClickThroughMask=3
Camera1-Distance=30.000000 Camera1-Distance=30.000000
@@ -102,6 +108,8 @@ YMouseSensitivity=4
GuildInvites=0 GuildInvites=0
LootAllConfirm=0 LootAllConfirm=0
Trade=1 Trade=1
PetNames=1
MercNames=1
[TextColors] [TextColors]
#EEEEEE white #EEEEEE white
User_1_Red=238 User_1_Red=238
@@ -460,9 +468,9 @@ User_89_Red=238
User_89_Green=238 User_89_Green=238
User_89_Blue=238 User_89_Blue=238
#EEEEEE white #EEEEEE white
User_90_Red=238 User_90_Red=168
User_90_Green=238 User_90_Green=255
User_90_Blue=238 User_90_Blue=96
#EEEEEE white #EEEEEE white
User_91_Red=238 User_91_Red=238
User_91_Green=238 User_91_Green=238
@@ -572,3 +580,36 @@ WindowedHeight=1080
[News] [News]
LastRead=00000000 LastRead=00000000
Automatic=0 Automatic=0
[KeyMaps]
KEYMAPPING_AUTORUN_1=69
KEYMAPPING_CENTERVIEW_1=0
KEYMAPPING_CENTERVIEW_2=0
KEYMAPPING_PITCHDOWN_1=0
KEYMAPPING_PITCHUP_1=0
KEYMAPPING_PITCHUP_2=0
KEYMAPPING_PITCHDOWN_2=0
KEYMAPPING_FORWARD_2=0
KEYMAPPING_LEFT_2=0
KEYMAPPING_RIGHT_2=0
KEYMAPPING_BACK_2=0
KEYMAPPING_AUTOPRIM_1=536870928
KEYMAPPING_CAMP_1=0
KEYMAPPING_DISBAND_1=0
KEYMAPPING_RUN_WALK_1=43
KEYMAPPING_CMD_OPENING_ATTACK8_1=0
KEYMAPPING_CMD_OPENING_ATTACK7_1=0
KEYMAPPING_CMD_OPENING_ATTACK6_1=0
KEYMAPPING_CMD_OPENING_ATTACK5_1=0
KEYMAPPING_CMD_OPENING_ATTACK4_1=0
KEYMAPPING_CMD_OPENING_ATTACK3_1=0
KEYMAPPING_CMD_OPENING_ATTACK2_1=0
KEYMAPPING_CMD_OPENING_ATTACK1_1=0
KEYMAPPING_WHO_1=0
KEYMAPPING_TOGGLE_SPELLSWIN_1=0
KEYMAPPING_CMD_STOP_CAST_1=1073741855
KEYMAPPING_BACK_CAM_1=0
KEYMAPPING_BACK_CAM_2=0
KEYMAPPING_PITCHUP_CAM_1=0
KEYMAPPING_PITCHDOWN_CAM_1=0
KEYMAPPING_PITCHUP_CAM_2=0
KEYMAPPING_PITCHDOWN_CAM_2=0